diff --git a/resources/controllers/akai_apc.ctlr b/resources/controllers/akai_apc.ctlr index 6629b44..664b9cb 100644 --- a/resources/controllers/akai_apc.ctlr +++ b/resources/controllers/akai_apc.ctlr @@ -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" }, {