summaryrefslogtreecommitdiffstats
path: root/res/controllers/Vestax-VCI-100-3DEX-scripts.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/controllers/Vestax-VCI-100-3DEX-scripts.js')
-rw-r--r--res/controllers/Vestax-VCI-100-3DEX-scripts.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/controllers/Vestax-VCI-100-3DEX-scripts.js b/res/controllers/Vestax-VCI-100-3DEX-scripts.js
index f1d2b8fdec..3db29c2038 100644
--- a/res/controllers/Vestax-VCI-100-3DEX-scripts.js
+++ b/res/controllers/Vestax-VCI-100-3DEX-scripts.js
@@ -28,13 +28,13 @@ else{midi.sendShortMsg(0x80,0x63,0x7F);/*loop out button led off*/}
if(looping){
midi.sendShortMsg(0x90,0x62,0x7F);// loop in button led on
midi.sendShortMsg(0x90,0x63,0x7F);// loop out button led on
-midi.sendShortMsg(0x90,0x64,0x7F);// reloop/exit button led on
+midi.sendShortMsg(0x90,0x64,0x7F);// reloop/exit button led on
}
-else{midi.sendShortMsg(0x80,0x64,0x7F);/* reloop/exit button led off*/}
+else{midi.sendShortMsg(0x80,0x64,0x7F);/* reloop/exit button led off*/}
if(looping==0 && startposition != -1 && endposition != -1)
{
-midi.sendShortMsg(0x80,0x64,0x7F);// reloop/exit button led off
+midi.sendShortMsg(0x80,0x64,0x7F);// reloop/exit button led off
}
}
@@ -419,7 +419,7 @@ VestaxVCI1003DEX.sampler3play = function (channel, control, value, status, group
//sampler play buttons end
-//middle position of the knobs ot an extra midi signal.
+//middle position of the knobs to an extra midi signal.
VestaxVCI1003DEX.pregainreset1 = function (channel, control, value, status, group) {engine.setValue("[Channel1]","pregain",1.0);}
VestaxVCI1003DEX.filterHighreset1 = function (channel, control, value, status, group) {engine.setValue("[Channel1]","filterHigh",1.0);}
VestaxVCI1003DEX.filterMidreset1 = function (channel, control, value, status, group) {engine.setValue("[Channel1]","filterMid",1.0);}
@@ -473,7 +473,7 @@ midi.sendShortMsg(0x80,0x45,0x7F);// right reverse mode button led off
midi.sendShortMsg(0x80,0x62,0x7F);// loop in button led off
midi.sendShortMsg(0x80,0x63,0x7F);// loop out button led off
-midi.sendShortMsg(0x80,0x64,0x7F);// reloop/exit button led off
+midi.sendShortMsg(0x80,0x64,0x7F);// reloop/exit button led off
midi.sendShortMsg(0x80,0x46,0x7F);// left sync button led off
midi.sendShortMsg(0x80,0x47,0x7F);// rigth sync button led off