Home
last modified time | relevance | path

Searched refs:noteTouches (Results 1 – 4 of 4) sorted by relevance

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/contrib/
H A Dkeyboardview.cpp91 for (auto nt : noteTouches) in onTouchBegin()
106 noteTouches.insert (std::pair<int32_t, NoteTouch> (touch.first, noteTouch)); in onTouchBegin()
116 auto noteTouch = noteTouches.find (touch.first); in onTouchMove()
117 if (noteTouch != noteTouches.end ()) in onTouchMove()
134 noteTouches.erase (noteTouch); in onTouchMove()
155 auto noteTouch = noteTouches.find (touch.first); in onTouchEnd()
156 if (noteTouch != noteTouches.end ()) in onTouchEnd()
161 noteTouches.erase (noteTouch); in onTouchEnd()
H A Dkeyboardview.h251 std::map<int32_t, NoteTouch> noteTouches; variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/contrib/
H A Dkeyboardview.cpp91 for (auto nt : noteTouches) in onTouchBegin()
106 noteTouches.insert (std::pair<int32_t, NoteTouch> (touch.first, noteTouch)); in onTouchBegin()
116 auto noteTouch = noteTouches.find (touch.first); in onTouchMove()
117 if (noteTouch != noteTouches.end ()) in onTouchMove()
134 noteTouches.erase (noteTouch); in onTouchMove()
155 auto noteTouch = noteTouches.find (touch.first); in onTouchEnd()
156 if (noteTouch != noteTouches.end ()) in onTouchEnd()
161 noteTouches.erase (noteTouch); in onTouchEnd()
H A Dkeyboardview.h251 std::map<int32_t, NoteTouch> noteTouches; variable