mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Fixed Akai APC controller grid:special_clip_event name, fixes #75.
This commit is contained in:
parent
e2b8350b0e
commit
e6f775ae21
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@
|
|||
|
||||
{
|
||||
"__COMMENT__" : "Shift key: samples a clip into gridLogic",
|
||||
"action" : "grid:selectclipenable",
|
||||
"action" : "grid:select_clip_enable",
|
||||
"status" : 144,
|
||||
"data" : 98,
|
||||
"active" : 1
|
||||
},
|
||||
{
|
||||
"action" : "grid:selectclipenable",
|
||||
"action" : "grid:select_clip_enable",
|
||||
"status" : 128,
|
||||
"data" : 98,
|
||||
"active" : 0
|
||||
|
@ -31,7 +31,7 @@
|
|||
"__COMMENT__" : "footpedal 1 to trigger selected clip",
|
||||
"status" : 176,
|
||||
"data" : 64,
|
||||
"action" : "grid:selectclipevent"
|
||||
"action" : "grid:special_clip_event"
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue