VSTGUI
4.9
Graphical User Interface Framework not only for VST plugins
|
Public Types | |
using | NoteIndex = KeyboardViewBase::NoteIndex |
Public Member Functions | |
virtual int32_t | onNoteOn (NoteIndex note, double xPos, double yPos)=0 |
virtual void | onNoteOff (NoteIndex note, int32_t noteID)=0 |
virtual void | onNoteModulation (int32_t noteID, double xPos, double yPos)=0 |
virtual | ~IKeyboardViewPlayerDelegate () noexcept=default |
using NoteIndex = KeyboardViewBase::NoteIndex |
|
virtualdefaultnoexcept |
|
pure virtual |
Implemented in KeyboardViewPlayerDelegate.
|
pure virtual |
Implemented in KeyboardViewPlayerDelegate.
|
pure virtual |
Implemented in KeyboardViewPlayerDelegate.