Home
last modified time | relevance | path

Searched refs:onNoteModulation (Results 1 – 6 of 6) sorted by relevance

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/note_expression_synth/source/
H A Dnote_expression_synth_ui.cpp144 onNoteModulation (e.noteOn.noteId, xPos, yPos); in onNoteOn()
158 void onNoteModulation (int32_t noteID, double xPos, double yPos) override in onNoteModulation() function in Steinberg::Vst::NoteExpressionSynth::InterAppAudioPlayer
270 void onNoteModulation (int32_t noteID, double xPos, double yPos) override in onNoteModulation() function in Steinberg::Vst::NoteExpressionSynth::KeyboardController
273 player->onNoteModulation (noteID, xPos, yPos); in onNoteModulation()
356 void onNoteModulation (int32_t /*noteID*/, double /*xPos*/, double /*yPos*/) override {} in onNoteModulation() function in Steinberg::Vst::NoteExpressionSynth::VST3KeyboardPlayerDelegate
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/note_expression_synth/source/
H A Dnote_expression_synth_ui.cpp143 onNoteModulation (e.noteOn.noteId, xPos, yPos); in onNoteOn()
157 void onNoteModulation (int32_t noteID, double xPos, double yPos) override in onNoteModulation() function in Steinberg::Vst::NoteExpressionSynth::InterAppAudioPlayer
256 void onNoteModulation (int32_t noteID, double xPos, double yPos) override in onNoteModulation() function in Steinberg::Vst::NoteExpressionSynth::KeyboardController
259 player->onNoteModulation (noteID, xPos, yPos); in onNoteModulation()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/contrib/
H A Dkeyboardview.h214 virtual void onNoteModulation (int32_t noteID, double xPos, double yPos) = 0;
224 void onNoteModulation (int32_t noteID, double xPos, double yPos) override {} in onNoteModulation() function
H A Dkeyboardview.cpp143 delegate->onNoteModulation (noteTouch->second.noteID, in onTouchMove()
217 delegate->onNoteModulation (noteID, calcXParameter (note, where.x), in onMouseMoved()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/contrib/
H A Dkeyboardview.h214 virtual void onNoteModulation (int32_t noteID, double xPos, double yPos) = 0;
224 void onNoteModulation (int32_t noteID, double xPos, double yPos) override {} in onNoteModulation() function
H A Dkeyboardview.cpp143 delegate->onNoteModulation (noteTouch->second.noteID, in onTouchMove()
217 delegate->onNoteModulation (noteID, calcXParameter (note, where.x), in onMouseMoved()