Statistics: Posted by senso — 20 Nov 2022, 14:58
Statistics: Posted by woodslanding — 18 Nov 2022, 08:00
CODE:
process msg SET_TARGET_PATCH PARENT_PATCH SET_VAR patch 4928425519550224534 = D:\WINDOWS_MOON\Desktop\HH 5\gui.patprocess msg SET_STRING_VALUE INST 1 Reaktor Set String Value INST 1 Reaktorprocess msg SET_TARGET_PATCH PARENT_PATCH SET_VAR patch 4928425519550224534 = D:\WINDOWS_MOON\Desktop\HH 5\gui.patprocess msg SET_VALUE INSTMOUSE 1 1 Set Value INSTMOUSE 1 1process msg SET_TARGET_PATCH PARENT_PATCH SET_VAR patch 4928425519550224534 = D:\WINDOWS_MOON\Desktop\HH 5\gui.patprocess msg SET_VALUE INSTMOUSE 1 0 Set Value INSTMOUSE 1 0CODE:
if gLoadInst then begin debug('sending inst load @@@@@@@@@@@@@@@ INST: ' + instToLoadIN.asString); sendText('INST',instToLoadIN.asString); gMouseName := 'INSTMOUSE'; sendVal(gMouseName,'1'); gMouseDown := TRUE; gLoadInst := FALSE; end; if gMouseDown then begin sendVal(gMouseName, '0'); gMouseDown := FALSE; end;Statistics: Posted by woodslanding — 18 Nov 2022, 07:00
CODE:
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH'); SendUsineMsg('SET_STRING_VALUE',control,'1',data);but this code does not seem to be changing the value of a button, for control = 'MYBUTTON' and data = '1':CODE:
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH'); SendUsineMsg('SET_VALUE',control,'1',data);Statistics: Posted by woodslanding — 18 Nov 2022, 06:35
Statistics: Posted by senso — 20 Nov 2022, 14:58
Statistics: Posted by woodslanding — 18 Nov 2022, 08:00
CODE:
process msg SET_TARGET_PATCH PARENT_PATCH SET_VAR patch 4928425519550224534 = D:\WINDOWS_MOON\Desktop\HH 5\gui.patprocess msg SET_STRING_VALUE INST 1 Reaktor Set String Value INST 1 Reaktorprocess msg SET_TARGET_PATCH PARENT_PATCH SET_VAR patch 4928425519550224534 = D:\WINDOWS_MOON\Desktop\HH 5\gui.patprocess msg SET_VALUE INSTMOUSE 1 1 Set Value INSTMOUSE 1 1process msg SET_TARGET_PATCH PARENT_PATCH SET_VAR patch 4928425519550224534 = D:\WINDOWS_MOON\Desktop\HH 5\gui.patprocess msg SET_VALUE INSTMOUSE 1 0 Set Value INSTMOUSE 1 0CODE:
if gLoadInst then begin debug('sending inst load @@@@@@@@@@@@@@@ INST: ' + instToLoadIN.asString); sendText('INST',instToLoadIN.asString); gMouseName := 'INSTMOUSE'; sendVal(gMouseName,'1'); gMouseDown := TRUE; gLoadInst := FALSE; end; if gMouseDown then begin sendVal(gMouseName, '0'); gMouseDown := FALSE; end;Statistics: Posted by woodslanding — 18 Nov 2022, 07:00
CODE:
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH'); SendUsineMsg('SET_STRING_VALUE',control,'1',data);but this code does not seem to be changing the value of a button, for control = 'MYBUTTON' and data = '1':CODE:
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH'); SendUsineMsg('SET_VALUE',control,'1',data);Statistics: Posted by woodslanding — 18 Nov 2022, 06:35