mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Cont'd work on Virtual-keyboard
* allow gtk_pianokeyboard to respond to y-axis click position and include MIDI velocity with note-on signal * add configuration settings to virual-keyboard min/max velocity, keyboard-layout * add a CC7 controller knob
This commit is contained in:
parent
148a9682be
commit
19e4f47b4b
9 changed files with 311 additions and 36 deletions
|
|
@ -102,7 +102,7 @@ private:
|
|||
PianoKeyboard* _piano;
|
||||
Gtk::Widget* _pianomm;
|
||||
|
||||
static void _note_on_event_handler (GtkWidget*, int, gpointer);
|
||||
static void _note_on_event_handler (GtkWidget*, int, int, gpointer);
|
||||
static void _note_off_event_handler (GtkWidget*, int, gpointer);
|
||||
void note_on_event_handler (int, bool for_audition);
|
||||
void note_off_event_handler (int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue