mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-19 22:53:32 -05:00
feat(tracker): ability to bind MIDI controllers to parameters
Closes #152
This commit is contained in:
parent
6e8acc8f9b
commit
f2ef57a845
@ -28,6 +28,9 @@
|
||||
- { key: "E", shortcut: true, action: "InstrEnlargedToggle" }
|
||||
- { key: "K", shortcut: true, action: "LinkInstrTrackToggle" }
|
||||
- { key: "W", shortcut: true, action: "Quit" }
|
||||
- { key: "B", shortcut: true, action: "ToggleMIDIBinding" }
|
||||
- { key: "U", shortcut: true, action: "MIDIUnbind" }
|
||||
- { key: "U", shortcut: true, shift: true, action: "MIDIUnbindAll" }
|
||||
- { key: "Space", action: "PlayingToggleUnfollow" }
|
||||
- { key: "Space", shift: true, action: "PlayingToggleFollow" }
|
||||
- { key: "F1", action: "OrderEditorFocus" }
|
||||
|
||||
Reference in New Issue
Block a user