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

@ -477,7 +477,7 @@ PatchChangeWidget::audition_next ()
}
void
PatchChangeWidget::_note_on_event_handler(GtkWidget*, int note, gpointer arg)
PatchChangeWidget::_note_on_event_handler(GtkWidget*, int note, int, gpointer arg)
{
((PatchChangeWidget*)arg)->note_on_event_handler(note, false);
}