summaryrefslogtreecommitdiff
path: root/gtk2_ardour/pianokeyboard.h
AgeCommit message (Collapse)Author
2020-04-07Rename KeyboardLayout to PianoKeyBindingsRobin Gareus
This is to prevent polluting the global namespace with a symbol name that is likely to cause conflicts.
2020-04-07Move keyboard layout in its own classNil Geisweiller
2019-12-26Vkeybd: force release notes on panicRobin Gareus
If key(s) are still being pressed, a key-repeat will re-trigger the most recently pressed note (depending on keyboard settings).
2019-12-16Vkeybd: grab all key-events and use timer instead of key-repeatRobin Gareus
This fixes an issue with arrow-keys (up/down, left/right). Those were previously only handled when the Virtual Keyboard window itself had focus. Also key-repeat for pitch-bend is now ignored and a dedicated timer is used to queue events. This fixes an issue with the first repeat taking longer than successive ones, and makes this feature independent of any desktop user settings.
2019-11-03Virtual-keyboard: momentary pedal (no toggle)Robin Gareus
2019-11-02Virtual-keyboard: "Tab" to sustain (still undocumented)Robin Gareus
2019-10-27Virtual-keyboard: allow octave switches while hand-pedalingRobin Gareus
2019-10-26Add support for single-octave "asdfg.." key-bindingsRobin Gareus
2019-10-25Virtual-keyboard: never-ending detailsRobin Gareus
- Fix key-bindings (first propagate to piano, ignore global bindings) - Allow to switch octaves with left/right arrow key - Tweak font-sizes used for annotations
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.