cwIoPresetSelApp: Added functionality to support performance recording and playback.
This commit is contained in:
parent
9595a7552c
commit
dcfa97d320
File diff suppressed because it is too large
Load Diff
@ -57,6 +57,15 @@
|
|||||||
button:{ name: deleteBtnId, title:"Delete Selected", enable: false },
|
button:{ name: deleteBtnId, title:"Delete Selected", enable: false },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
row: {
|
||||||
|
check: { name: enaRecordCheckId, title: "Record", enable: false },
|
||||||
|
button:{ name: midiSaveBtnId, title:"MIDI Save", enable: false },
|
||||||
|
button:{ name: midiLoadBtnId, title:"Load", enable: false },
|
||||||
|
string:{ name: midiLoadFnameId, title:"Load Name", enable: false },
|
||||||
|
button:{ name: sfResetBtnId, title:"SF Reset", enable: true },
|
||||||
|
number:{ name: sfResetLocNumbId, title:"Loc", enable: true }
|
||||||
|
},
|
||||||
|
|
||||||
row: {
|
row: {
|
||||||
number: { name: pvWndSmpCntId, title:"WndSmpCnt", min:128, max:4096, step:1, decpl:0 },
|
number: { name: pvWndSmpCntId, title:"WndSmpCnt", min:128, max:4096, step:1, decpl:0 },
|
||||||
check: { name: sdBypassId, title:"Sd Bypass" },
|
check: { name: sdBypassId, title:"Sd Bypass" },
|
||||||
|
Loading…
Reference in New Issue
Block a user