ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray
Statistics: Posted by senso — 25 Aug 2009, 09:18 Statistics: Posted by amiga909 — 24 Aug 2009, 20:01 Statistics: Posted by NaN — 04 Aug 2009, 22:47 Statistics: Posted by multiphone — 17 Jul 2009, 12:25
feeling lost in this question (if its a relevant question)
actually not.
C++ is 20x faster than script language but for midi manipulation it's not a problem: the midi rate is generally few midi events per second. Scripting does a good job.
]]>
feeling lost in this question (if its a relevant question)
is it possible to include files in the script module?
and yet another question: would it benefit midi tools a lot if they're written with C++ sdk (like nelson did)?
]]>
NaN
]]>
Great News.
Very Clear.
Thanks a lot.
H.
]]>
CODE:
var inA, inB, out : tParameter;procedure init;begin inA := CreateParam('A', ptDataFader); SetIsOutput(inA, FALSE); SetFormat(inA, '%.0f'); SetMin(inA, 1); SetMax(inA, 10); inB := CreateParam('B', ptDataFader); SetIsOutput(inB, FALSE); SetFormat(inB, '%.0f'); SetMin(inB, 1); SetMax(inB, 10); out := CreateParam('out', ptDataFader); SetIsInput(out, FALSE); SetFormat(out, '%.0f');end;begin SetValue(out, GetValue(inA) + GetValue(inB));end.Statistics: Posted by bsork — 10 Jul 2009, 07:20
Statistics: Posted by bsork — 08 Jul 2009, 11:33
Statistics: Posted by amiga909 — 08 Jul 2009, 08:53
Statistics: Posted by Clearscreen — 08 Jul 2009, 02:37
Statistics: Posted by ethnix73 — 07 Jul 2009, 21:32
Statistics: Posted by nay-seven — 07 Jul 2009, 19:30
Statistics: Posted by senso — 07 Jul 2009, 19:08
actually not.is it possible to include files in the script module?
C++ is 20x faster than script language but for midi manipulation it's not a problem: the midi rate is generally few midi events per second. Scripting does a good job.and yet another question: would it benefit midi tools a lot if they're written with C++ sdk (like nelson did)?
Statistics: Posted by senso — 25 Aug 2009, 09:18
Statistics: Posted by amiga909 — 24 Aug 2009, 20:01
Statistics: Posted by NaN — 04 Aug 2009, 22:47
Statistics: Posted by multiphone — 17 Jul 2009, 12:25
CODE:
var inA, inB, out : tParameter;procedure init;begin inA := CreateParam('A', ptDataFader); SetIsOutput(inA, FALSE); SetFormat(inA, '%.0f'); SetMin(inA, 1); SetMax(inA, 10); inB := CreateParam('B', ptDataFader); SetIsOutput(inB, FALSE); SetFormat(inB, '%.0f'); SetMin(inB, 1); SetMax(inB, 10); out := CreateParam('out', ptDataFader); SetIsInput(out, FALSE); SetFormat(out, '%.0f');end;begin SetValue(out, GetValue(inA) + GetValue(inB));end.Statistics: Posted by bsork — 10 Jul 2009, 07:20
Statistics: Posted by bsork — 08 Jul 2009, 11:33
Statistics: Posted by amiga909 — 08 Jul 2009, 08:53
Statistics: Posted by Clearscreen — 08 Jul 2009, 02:37
Statistics: Posted by ethnix73 — 07 Jul 2009, 21:32
Statistics: Posted by nay-seven — 07 Jul 2009, 19:30
Statistics: Posted by senso — 07 Jul 2009, 19:08