Statistics: Posted by gthibert — 28 Feb 2011, 23:52
CODE:
/////////////////////////// parameters declarationvar go: Tparameter;////////////////////////procedure init;begin go:= CreateParam('go',PtButton); SetisOutput(go,false);end;////////////////////////////Procedure Callback(N:integer); begin if ((n=go) and (getvalue(go)=1)) then begin SendInternalMsg('SET_TARGET_PATCH','SENDER_PATCH'); SendInternalMsg('SET_STRING_VALUE', 'PM', '4', 'yo!'); end;end;/////////////////////////Statistics: Posted by 23fx23 — 28 Feb 2011, 20:22
Statistics: Posted by gthibert — 26 Feb 2011, 20:59
Statistics: Posted by ethnix73 — 26 Feb 2011, 20:40
Statistics: Posted by gthibert — 26 Feb 2011, 20:28
Statistics: Posted by gthibert — 28 Feb 2011, 23:52
CODE:
/////////////////////////// parameters declarationvar go: Tparameter;////////////////////////procedure init;begin go:= CreateParam('go',PtButton); SetisOutput(go,false);end;////////////////////////////Procedure Callback(N:integer); begin if ((n=go) and (getvalue(go)=1)) then begin SendInternalMsg('SET_TARGET_PATCH','SENDER_PATCH'); SendInternalMsg('SET_STRING_VALUE', 'PM', '4', 'yo!'); end;end;/////////////////////////Statistics: Posted by 23fx23 — 28 Feb 2011, 20:22
Statistics: Posted by gthibert — 26 Feb 2011, 20:59
Statistics: Posted by ethnix73 — 26 Feb 2011, 20:40
Statistics: Posted by gthibert — 26 Feb 2011, 20:28