Code: Select all
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH');
SendUsineMsg('SET_STRING_VALUE',control,'1',data);
Code: Select all
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH');
SendUsineMsg('SET_VALUE',control,'1',data);
It is currently 29 Apr 2026, 04:49
Unread post by woodslanding » 18 Nov 2022, 06:35
Code: Select all
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH');
SendUsineMsg('SET_STRING_VALUE',control,'1',data);
Code: Select all
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH');
SendUsineMsg('SET_VALUE',control,'1',data);
Unread post by woodslanding » 18 Nov 2022, 07:00
Code: Select all
process msg SET_TARGET_PATCH PARENT_PATCH
SET_VAR patch 4928425519550224534 = D:\WINDOWS_MOON\Desktop\HH 5\gui.pat
process msg SET_STRING_VALUE INST 1 Reaktor
Set String Value INST 1 Reaktor
process msg SET_TARGET_PATCH PARENT_PATCH
SET_VAR patch 4928425519550224534 = D:\WINDOWS_MOON\Desktop\HH 5\gui.pat
process msg SET_VALUE INSTMOUSE 1 1
Set Value INSTMOUSE 1 1
process msg SET_TARGET_PATCH PARENT_PATCH
SET_VAR patch 4928425519550224534 = D:\WINDOWS_MOON\Desktop\HH 5\gui.pat
process msg SET_VALUE INSTMOUSE 1 0
Set Value INSTMOUSE 1 0
Code: Select all
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;
Unread post by woodslanding » 18 Nov 2022, 08:00
Unread post by senso » 20 Nov 2022, 14:58
Return to “Patching questions”
Users browsing this forum: No registered users and 11 guests