summaryrefslogtreecommitdiff
path: root/gtk2_ardour/patch_change_widget.h
AgeCommit message (Collapse)Author
2019-10-25Rename PianoKeyboard class, avoid ambiguitiesRobin Gareus
A C++ class "PianoKeyboard" in the global namespace may cause issues with some plugins that export and use an identically named symbol.
2019-10-24Rough-in gtk-pianokeyboard C -> C++Robin Gareus
2019-10-18Cont'd work on Virtual-keyboardRobin Gareus
* 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
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2017-09-14Fix patch-change auto-auditionRobin Gareus
2017-09-09Prepare PatchChangeWidget for Midi-Busses (use instrument-plugin)Robin Gareus
2017-09-08PatchChange Dialog: update title & refresh midnam on changeRobin Gareus
2017-09-08Add Pianokeyboard + Velocity Control to PC DialogRobin Gareus
2017-09-08Patch Change AuditionRobin Gareus
2017-09-08Rework Patch-Change/Select DialogRobin Gareus