GUI: add ability to remap note keys
This commit is contained in:
parent
15883adc6f
commit
f54aeb4c08
3 changed files with 105 additions and 3 deletions
|
|
@ -567,9 +567,9 @@ class FurnaceGUI {
|
|||
int samplePreviewNote;
|
||||
|
||||
// SDL_Scancode,int
|
||||
std::map<SDL_Scancode,int> noteKeys;
|
||||
std::map<int,int> noteKeys;
|
||||
// SDL_Keycode,int
|
||||
std::map<SDL_Keycode,int> valueKeys;
|
||||
std::map<int,int> valueKeys;
|
||||
|
||||
int arpMacroScroll;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue