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:
Robin Gareus 2019-10-18 17:26:25 +02:00
parent 148a9682be
commit 19e4f47b4b
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
9 changed files with 311 additions and 36 deletions

View file

@ -324,7 +324,7 @@ private:
Gtk::SpinButton _piano_velocity;
Gtk::SpinButton _piano_channel;
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);
void note_off_event_handler (int);