| 739 | } |
| 740 | |
| 741 | static void sendNoteCallback(void* const ptr, const uint8_t channel, const uint8_t note, const uint8_t velocity) |
| 742 | { |
| 743 | static_cast<UIVst3*>(ptr)->sendNote(channel, note, velocity); |
| 744 | } |
| 745 | #endif |
| 746 | |
| 747 | void setSize(uint width, uint height) |