View Single Post
Old 07-10-2018, 11:05 AM   #113
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,031
Default

Having in default key mapping also same features of renoise mapping for f9,f10,f11,f12 would be cool. Those 4 keys are so useful, I would add them even to all key mappings, e.g. default is using only f9 for harmony helper, those could be moved instead to something like ctrl+f9.

I will just do some editing now.

Added some control, by making first entry a 1, instead of 0:
PHP Code:
    keys.harmony        = { 1,    0,  0,    26169 }         -- F9
    keys
.options        = { 1,    0,  0,    6697265 }       -- F11    
    keys
.panic          = { 1,    0,  0,    6697266 }       -- F12 
Then taking over same from renoise:
PHP Code:
    keys.m0             = { 0,    0,  0,    26169.0 }       -- F9
    keys
.m25            = { 0,    0,  0,    6697264.0 }     -- F10
    keys
.m50            = { 0,    0,  0,    6697265.0 }     -- F11
    keys
.m75            = { 0,    0,  0,    6697266.0 }     -- F12 
This is useful, as often you want to do some minor changes to the end of the bar, which you can do now hitting f12, then editing there.
TonE is offline   Reply With Quote