VSTGUI  4.9
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
KeyboardViewPlayerDelegate Struct Reference
+ Inheritance diagram for KeyboardViewPlayerDelegate:

Public Member Functions

int32_t onNoteOn (NoteIndex note, double xPos, double yPos) override
 
void onNoteOff (NoteIndex note, int32_t noteID) override
 
void onNoteModulation (int32_t noteID, double xPos, double yPos) override
 
- Public Member Functions inherited from IKeyboardViewPlayerDelegate
virtual ~IKeyboardViewPlayerDelegate () noexcept=default
 

Additional Inherited Members

- Public Types inherited from IKeyboardViewPlayerDelegate
using NoteIndex = KeyboardViewBase::NoteIndex
 

Member Function Documentation

void onNoteModulation ( int32_t  noteID,
double  xPos,
double  yPos 
)
inlineoverridevirtual
void onNoteOff ( NoteIndex  note,
int32_t  noteID 
)
inlineoverridevirtual
int32_t onNoteOn ( NoteIndex  note,
double  xPos,
double  yPos 
)
inlineoverridevirtual

The documentation for this struct was generated from the following file: