Initial value:
{
{ "Cut", true, 0, { NULL } },
{ "Copy", true, 0, { NULL } },
{ "Paste at current beat", true, 0, { NULL } },
{ "Paste at begin marker", true, 0, { NULL } },
{ "Clear", true, 0, { NULL } },
{ "Quantize", true, 0, { "4TH","8TH","12TH","16TH","24TH","32ND","48TH","64TH" } },
{ "Turn", true, 0, { "Left","Right","Mirror","Shuffle","Super Shuffle" } },
{ "Transform", true, 0, { "NoHolds","NoMines","Little","Wide","Big","Quick","BMRize","Skippy","Mines","Echo","Stomp","Planted","Floored","Twister","NoJumps","NoHands","NoQuads" } },
{ "Alter", true, 0, { "Backwards","Swap Sides","Copy Left To Right","Copy Right To Left","Clear Left","Clear Right","Collapse To One","Collapse Left","Shift Left","Shift Right" } },
{ "Tempo", true, 0, { "Compress 2x","Compress 3->2","Compress 4->3","Expand 3->4","Expand 2->3","Expand 2x" } },
{ "Play selection", true, 0, { NULL } },
{ "Record in selection", true, 0, { NULL } },
{ "Insert beat and shift down", true, 0, { NULL } },
{ "Delete beat and shift up", true, 0, { NULL } },
{ "Shift pauses and BPM changes down",
true, 0, { NULL } },
{ "Shift pauses and BPM changes up",
true, 0, { NULL } },
{ "Convert beats to pause", true, 0, { NULL } },
{ "Convert pause to beats", true, 0, { NULL } },
{ NULL, true, 0, { NULL } }
}
|