ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2009-08-25T09:18:24+02:00 https://brainmodular.com/forums/app.php/feed/topic/1646 2009-08-25T09:18:24+02:00 2009-08-25T09:18:24+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=10020#p10020 <![CDATA[New : a Scripting Tutorial is now available]]>
any chance to get some more info about this?
feeling lost in this question (if its a relevant question)
in fact they are many other hidden functions, classes and procedures. Enough to build a real application but not so easy to use. I hope I'll have time to improve the documentation about it.
is it possible to include files in the script module?
actually not.
and yet another question: would it benefit midi tools a lot if they're written with C++ sdk (like nelson did)?
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.

Statistics: Posted by senso — 25 Aug 2009, 09:18


]]>
2009-08-24T20:01:14+02:00 2009-08-24T20:01:14+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=10016#p10016 <![CDATA[New : a Scripting Tutorial is now available]]>
What other (standard?) Delphi classes/functions/procedures that are available, I don't know.
any chance to get some more info about this?
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)?

Statistics: Posted by amiga909 — 24 Aug 2009, 20:01


]]>
2009-08-04T22:47:35+02:00 2009-08-04T22:47:35+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9883#p9883 <![CDATA[New : a Scripting Tutorial is now available]]>
NaN

Statistics: Posted by NaN — 04 Aug 2009, 22:47


]]>
2009-07-17T12:25:58+02:00 2009-07-17T12:25:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9748#p9748 <![CDATA[New : a Scripting Tutorial is now available]]>
Great News.

Very Clear.

Thanks a lot.

H.

Statistics: Posted by multiphone — 17 Jul 2009, 12:25


]]>
2009-07-10T12:36:10+02:00 2009-07-10T12:36:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9649#p9649 <![CDATA[New : a Scripting Tutorial is now available]]> Statistics: Posted by 23fx23 — 10 Jul 2009, 12:36


]]>
2009-07-10T07:20:33+02:00 2009-07-10T07:20:33+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9644#p9644 <![CDATA[New : a Scripting Tutorial is now available]]>

CODE:

var inA, inB, out &#58; tParameter;procedure init;begin   inA &#58;= CreateParam&#40;'A', ptDataFader&#41;;   SetIsOutput&#40;inA, FALSE&#41;;   SetFormat&#40;inA, '%.0f'&#41;;   SetMin&#40;inA, 1&#41;;   SetMax&#40;inA, 10&#41;;   inB &#58;= CreateParam&#40;'B', ptDataFader&#41;;   SetIsOutput&#40;inB, FALSE&#41;;   SetFormat&#40;inB, '%.0f'&#41;;   SetMin&#40;inB, 1&#41;;   SetMax&#40;inB, 10&#41;;   out &#58;= CreateParam&#40;'out', ptDataFader&#41;;   SetIsInput&#40;out, FALSE&#41;;   SetFormat&#40;out, '%.0f'&#41;;end;begin   SetValue&#40;out, GetValue&#40;inA&#41; + GetValue&#40;inB&#41;&#41;;end.

Statistics: Posted by bsork — 10 Jul 2009, 07:20


]]>
2009-07-09T22:40:29+02:00 2009-07-09T22:40:29+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9636#p9636 <![CDATA[New : a Scripting Tutorial is now available]]> Statistics: Posted by 23fx23 — 09 Jul 2009, 22:40


]]>
2009-07-08T11:33:42+02:00 2009-07-08T11:33:42+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9610#p9610 <![CDATA[New : a Scripting Tutorial is now available]]>
Regarding other functions, there are others available like the TStringList class used in some the text file I/O scripts I've put up in the add-ons. There's also one in the distro, if memory serves my right. What other (standard?) Delphi classes/functions/procedures that are available, I don't know.

Statistics: Posted by bsork — 08 Jul 2009, 11:33


]]>
2009-07-08T08:53:02+02:00 2009-07-08T08:53:02+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9609#p9609 <![CDATA[New : a Scripting Tutorial is now available]]> thank you, benjamin and bsork :)

i've read many programming guides and this is one of the better ones.
whats still missing for me is a kind of quick reference that lists all functions, globals, etc. on a few pages.
wonder if there are still more functions? the string section contains a lot of functions that are not listed in senso's quick reference.

Statistics: Posted by amiga909 — 08 Jul 2009, 08:53


]]>
2009-07-08T02:37:39+02:00 2009-07-08T02:37:39+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9608#p9608 <![CDATA[New : a Scripting Tutorial is now available]]>

Statistics: Posted by Clearscreen — 08 Jul 2009, 02:37


]]>
2009-07-07T21:32:27+02:00 2009-07-07T21:32:27+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9606#p9606 <![CDATA[New : a Scripting Tutorial is now available]]> As i'm a real noob with scripting, this will help me a lot.

Statistics: Posted by ethnix73 — 07 Jul 2009, 21:32


]]>
2009-07-07T19:30:39+02:00 2009-07-07T19:30:39+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9605#p9605 <![CDATA[New : a Scripting Tutorial is now available]]> now , no excuse !!..;-)
many thanks

Statistics: Posted by nay-seven — 07 Jul 2009, 19:30


]]>
2009-07-07T19:18:39+02:00 2009-07-07T19:18:39+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9604#p9604 <![CDATA[New : a Scripting Tutorial is now available]]> Statistics: Posted by 23fx23 — 07 Jul 2009, 19:18


]]>
2009-07-07T19:08:49+02:00 2009-07-07T19:08:49+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9603#p9603 <![CDATA[New : a Scripting Tutorial is now available]]> Thanks for his great contribution, and also to Bsork for his precious help.

Statistics: Posted by senso — 07 Jul 2009, 19:08


]]>
BrainModular BrainModular Users Forum 2009-08-25T09:18:24+02:00 https://brainmodular.com/forums/app.php/feed/topic/1646 2009-08-25T09:18:24+02:00 2009-08-25T09:18:24+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=10020#p10020 <![CDATA[New : a Scripting Tutorial is now available]]>
any chance to get some more info about this?
feeling lost in this question (if its a relevant question)
in fact they are many other hidden functions, classes and procedures. Enough to build a real application but not so easy to use. I hope I'll have time to improve the documentation about it.
is it possible to include files in the script module?
actually not.
and yet another question: would it benefit midi tools a lot if they're written with C++ sdk (like nelson did)?
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.

Statistics: Posted by senso — 25 Aug 2009, 09:18


]]>
2009-08-24T20:01:14+02:00 2009-08-24T20:01:14+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=10016#p10016 <![CDATA[New : a Scripting Tutorial is now available]]>
What other (standard?) Delphi classes/functions/procedures that are available, I don't know.
any chance to get some more info about this?
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)?

Statistics: Posted by amiga909 — 24 Aug 2009, 20:01


]]>
2009-08-04T22:47:35+02:00 2009-08-04T22:47:35+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9883#p9883 <![CDATA[New : a Scripting Tutorial is now available]]>
NaN

Statistics: Posted by NaN — 04 Aug 2009, 22:47


]]>
2009-07-17T12:25:58+02:00 2009-07-17T12:25:58+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9748#p9748 <![CDATA[New : a Scripting Tutorial is now available]]>
Great News.

Very Clear.

Thanks a lot.

H.

Statistics: Posted by multiphone — 17 Jul 2009, 12:25


]]>
2009-07-10T12:36:10+02:00 2009-07-10T12:36:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9649#p9649 <![CDATA[New : a Scripting Tutorial is now available]]> Statistics: Posted by 23fx23 — 10 Jul 2009, 12:36


]]>
2009-07-10T07:20:33+02:00 2009-07-10T07:20:33+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9644#p9644 <![CDATA[New : a Scripting Tutorial is now available]]>

CODE:

var inA, inB, out &#58; tParameter;procedure init;begin   inA &#58;= CreateParam&#40;'A', ptDataFader&#41;;   SetIsOutput&#40;inA, FALSE&#41;;   SetFormat&#40;inA, '%.0f'&#41;;   SetMin&#40;inA, 1&#41;;   SetMax&#40;inA, 10&#41;;   inB &#58;= CreateParam&#40;'B', ptDataFader&#41;;   SetIsOutput&#40;inB, FALSE&#41;;   SetFormat&#40;inB, '%.0f'&#41;;   SetMin&#40;inB, 1&#41;;   SetMax&#40;inB, 10&#41;;   out &#58;= CreateParam&#40;'out', ptDataFader&#41;;   SetIsInput&#40;out, FALSE&#41;;   SetFormat&#40;out, '%.0f'&#41;;end;begin   SetValue&#40;out, GetValue&#40;inA&#41; + GetValue&#40;inB&#41;&#41;;end.

Statistics: Posted by bsork — 10 Jul 2009, 07:20


]]>
2009-07-09T22:40:29+02:00 2009-07-09T22:40:29+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9636#p9636 <![CDATA[New : a Scripting Tutorial is now available]]> Statistics: Posted by 23fx23 — 09 Jul 2009, 22:40


]]>
2009-07-08T11:33:42+02:00 2009-07-08T11:33:42+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9610#p9610 <![CDATA[New : a Scripting Tutorial is now available]]>
Regarding other functions, there are others available like the TStringList class used in some the text file I/O scripts I've put up in the add-ons. There's also one in the distro, if memory serves my right. What other (standard?) Delphi classes/functions/procedures that are available, I don't know.

Statistics: Posted by bsork — 08 Jul 2009, 11:33


]]>
2009-07-08T08:53:02+02:00 2009-07-08T08:53:02+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9609#p9609 <![CDATA[New : a Scripting Tutorial is now available]]> thank you, benjamin and bsork :)

i've read many programming guides and this is one of the better ones.
whats still missing for me is a kind of quick reference that lists all functions, globals, etc. on a few pages.
wonder if there are still more functions? the string section contains a lot of functions that are not listed in senso's quick reference.

Statistics: Posted by amiga909 — 08 Jul 2009, 08:53


]]>
2009-07-08T02:37:39+02:00 2009-07-08T02:37:39+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9608#p9608 <![CDATA[New : a Scripting Tutorial is now available]]>

Statistics: Posted by Clearscreen — 08 Jul 2009, 02:37


]]>
2009-07-07T21:32:27+02:00 2009-07-07T21:32:27+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9606#p9606 <![CDATA[New : a Scripting Tutorial is now available]]> As i'm a real noob with scripting, this will help me a lot.

Statistics: Posted by ethnix73 — 07 Jul 2009, 21:32


]]>
2009-07-07T19:30:39+02:00 2009-07-07T19:30:39+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9605#p9605 <![CDATA[New : a Scripting Tutorial is now available]]> now , no excuse !!..;-)
many thanks

Statistics: Posted by nay-seven — 07 Jul 2009, 19:30


]]>
2009-07-07T19:18:39+02:00 2009-07-07T19:18:39+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9604#p9604 <![CDATA[New : a Scripting Tutorial is now available]]> Statistics: Posted by 23fx23 — 07 Jul 2009, 19:18


]]>
2009-07-07T19:08:49+02:00 2009-07-07T19:08:49+02:00 https://brainmodular.com/forums/viewtopic.php?t=1646&p=9603#p9603 <![CDATA[New : a Scripting Tutorial is now available]]> Thanks for his great contribution, and also to Bsork for his precious help.

Statistics: Posted by senso — 07 Jul 2009, 19:08


]]>