Home
last modified time | relevance | path

Searched defs:getCurrentMidiProgram (Results 1 – 4 of 4) sorted by relevance

/dports/audio/faust/faust-2.37.3/architecture/
H A Dvst.cpp587 VstInt32 Faust::getCurrentMidiProgram(VstInt32 channel, MidiProgramName* mpn) in getCurrentMidiProgram() function in Faust
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/vst2wrapper/
H A Dvst2wrapper.cpp1402 VstInt32 Vst2Wrapper::getCurrentMidiProgram (VstInt32 channel, MidiProgramName* currentProgram) in getCurrentMidiProgram() function in Steinberg::Vst::Vst2Wrapper
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/vst2wrapper/
H A Dvst2wrapper.cpp1400 VstInt32 Vst2Wrapper::getCurrentMidiProgram (VstInt32 channel, MidiProgramName* currentProgram) in getCurrentMidiProgram() function in Steinberg::Vst::Vst2Wrapper
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPlugin.cpp240 int32_t CarlaPlugin::getCurrentMidiProgram() const noexcept in getCurrentMidiProgram() function in CarlaPlugin