ArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2007-04-26T15:23:17+02:00 https://brainmodular.org/forums/app.php/feed/topic/350 2007-04-26T15:23:17+02:00 2007-04-26T15:23:17+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1795#p1795 <![CDATA[remote with midi bus]]>
I think I'm gonna like a lot scripting !!
He-he-he... Don't forget your music, man!

Statistics: Posted by Guest — 26 Apr 2007, 15:23


]]>
2007-04-23T01:01:47+02:00 2007-04-23T01:01:47+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1734#p1734 <![CDATA[remote with midi bus]]> I retiped it just to make mistake, find and understand them !!
I think I'm gonna like a lot scripting !!

Statistics: Posted by grego mondo — 23 Apr 2007, 01:01


]]>
2007-04-21T21:16:53+02:00 2007-04-21T21:16:53+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1722#p1722 <![CDATA[remote with midi bus]]>
I'll try it and let you know

Statistics: Posted by grego mondo — 21 Apr 2007, 21:16


]]>
2007-04-21T18:37:29+02:00 2007-04-21T18:37:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1711#p1711 <![CDATA[remote with midi bus]]>
The reason of scripting can be CPU usage. Too much Maths in a patch, it's sometimes greedy.
In fact, it's a 0/127 to -70/12 script translator. I hope you'll manage to put it in order to work with any value you like.
There it is:

CODE:

// Paramters declarationvar Input &#58; Tparameter;var Output&#58; Tparameter;// initialisation procedureprocedure init;begin   Input &#58;= CreateParam&#40;'In',ptDatafader&#41;; SetIsOutput&#40;input,false&#41;;    SetMin&#40;input,0&#41;;    SetMax&#40;input,127&#41;;    SetSymbol&#40;input,''&#41;;    SetDefaultValue&#40;input,64&#41;; Output &#58;= CreateParam&#40;'Out',ptDatafader&#41;; SetIsInput&#40;output,false&#41;;    SetMin&#40;output,-70&#41;;    SetMax&#40;output,12&#41;;    SetSymbol&#40;output,'db'&#41;;    SetDefaultValue&#40;output,0&#41;;end;// Main proc begin setvalue&#40;Output,&#40;getValue&#40;Input&#41; / 1.548780487804878048780487804878&#41; - 70&#41;;end.
I should have done two constants for the 1.548780.... value and the -70 value, in the line before last one to make them easier to change... It's a quick script... No comments in it, so boring!...

Statistics: Posted by Guest — 21 Apr 2007, 18:37


]]>
2007-04-21T17:34:44+02:00 2007-04-21T17:34:44+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1708#p1708 <![CDATA[remote with midi bus]]> /127
*60
-48

wich worked well, the only thing is if you want to automate 64 midi knobs it take a few time !!

I'm ok to see your script, I don't use any at this time

I used to work with building blocks where you had to mathemise every things you wanted.

Statistics: Posted by grego mondo — 21 Apr 2007, 17:34


]]>
2007-04-21T17:31:00+02:00 2007-04-21T17:31:00+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1707#p1707 <![CDATA[remote with midi bus]]> Statistics: Posted by grego mondo — 21 Apr 2007, 17:31


]]>
2007-04-20T19:55:33+02:00 2007-04-20T19:55:33+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1700#p1700 <![CDATA[remote with midi bus]]>
I've done a small and light script to rescale 0/127 to -48/+12!
I use it sometimes when there is nothing much simpler.
If you like, I insert it in my next post.

About doing thinks too complicated... Using Usine has something to do with psychoanalysis - for me indeed!

Statistics: Posted by Guest — 20 Apr 2007, 19:55


]]>
2007-04-20T18:17:56+02:00 2007-04-20T18:17:56+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1698#p1698 <![CDATA[remote with midi bus]]> just use a synchro module !
I still explore the soft and sometimes go much more complicated (I found just a few time ago that I could right click and midi learn instead of building since a midi input with math to scale 0/127 to whatever I wanted -48/+12 for exemple)

Statistics: Posted by grego mondo — 20 Apr 2007, 18:17


]]>
2007-04-20T15:08:40+02:00 2007-04-20T15:08:40+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1696#p1696 <![CDATA[remote with midi bus]]>
BTW, midi learn is AFAIK only for incomming messages. You could of course send the midi out and back again by real or virtual cables, but I can't really think of any situation where that would be practical, except perhaps for some testing purposes.

Statistics: Posted by bsork — 20 Apr 2007, 15:08


]]>
2007-04-20T12:46:05+02:00 2007-04-20T12:46:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1695#p1695 <![CDATA[remote with midi bus]]> Is there something I can do ??

Statistics: Posted by grego mondo — 20 Apr 2007, 12:46


]]>
BrainModular BrainModular Users Forum 2007-04-26T15:23:17+02:00 https://brainmodular.org/forums/app.php/feed/topic/350 2007-04-26T15:23:17+02:00 2007-04-26T15:23:17+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1795#p1795 <![CDATA[remote with midi bus]]>
I think I'm gonna like a lot scripting !!
He-he-he... Don't forget your music, man!

Statistics: Posted by Guest — 26 Apr 2007, 15:23


]]>
2007-04-23T01:01:47+02:00 2007-04-23T01:01:47+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1734#p1734 <![CDATA[remote with midi bus]]> I retiped it just to make mistake, find and understand them !!
I think I'm gonna like a lot scripting !!

Statistics: Posted by grego mondo — 23 Apr 2007, 01:01


]]>
2007-04-21T21:16:53+02:00 2007-04-21T21:16:53+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1722#p1722 <![CDATA[remote with midi bus]]>
I'll try it and let you know

Statistics: Posted by grego mondo — 21 Apr 2007, 21:16


]]>
2007-04-21T18:37:29+02:00 2007-04-21T18:37:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1711#p1711 <![CDATA[remote with midi bus]]>
The reason of scripting can be CPU usage. Too much Maths in a patch, it's sometimes greedy.
In fact, it's a 0/127 to -70/12 script translator. I hope you'll manage to put it in order to work with any value you like.
There it is:

CODE:

// Paramters declarationvar Input &#58; Tparameter;var Output&#58; Tparameter;// initialisation procedureprocedure init;begin   Input &#58;= CreateParam&#40;'In',ptDatafader&#41;; SetIsOutput&#40;input,false&#41;;    SetMin&#40;input,0&#41;;    SetMax&#40;input,127&#41;;    SetSymbol&#40;input,''&#41;;    SetDefaultValue&#40;input,64&#41;; Output &#58;= CreateParam&#40;'Out',ptDatafader&#41;; SetIsInput&#40;output,false&#41;;    SetMin&#40;output,-70&#41;;    SetMax&#40;output,12&#41;;    SetSymbol&#40;output,'db'&#41;;    SetDefaultValue&#40;output,0&#41;;end;// Main proc begin setvalue&#40;Output,&#40;getValue&#40;Input&#41; / 1.548780487804878048780487804878&#41; - 70&#41;;end.
I should have done two constants for the 1.548780.... value and the -70 value, in the line before last one to make them easier to change... It's a quick script... No comments in it, so boring!...

Statistics: Posted by Guest — 21 Apr 2007, 18:37


]]>
2007-04-21T17:34:44+02:00 2007-04-21T17:34:44+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1708#p1708 <![CDATA[remote with midi bus]]> /127
*60
-48

wich worked well, the only thing is if you want to automate 64 midi knobs it take a few time !!

I'm ok to see your script, I don't use any at this time

I used to work with building blocks where you had to mathemise every things you wanted.

Statistics: Posted by grego mondo — 21 Apr 2007, 17:34


]]>
2007-04-21T17:31:00+02:00 2007-04-21T17:31:00+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1707#p1707 <![CDATA[remote with midi bus]]> Statistics: Posted by grego mondo — 21 Apr 2007, 17:31


]]>
2007-04-20T19:55:33+02:00 2007-04-20T19:55:33+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1700#p1700 <![CDATA[remote with midi bus]]>
I've done a small and light script to rescale 0/127 to -48/+12!
I use it sometimes when there is nothing much simpler.
If you like, I insert it in my next post.

About doing thinks too complicated... Using Usine has something to do with psychoanalysis - for me indeed!

Statistics: Posted by Guest — 20 Apr 2007, 19:55


]]>
2007-04-20T18:17:56+02:00 2007-04-20T18:17:56+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1698#p1698 <![CDATA[remote with midi bus]]> just use a synchro module !
I still explore the soft and sometimes go much more complicated (I found just a few time ago that I could right click and midi learn instead of building since a midi input with math to scale 0/127 to whatever I wanted -48/+12 for exemple)

Statistics: Posted by grego mondo — 20 Apr 2007, 18:17


]]>
2007-04-20T15:08:40+02:00 2007-04-20T15:08:40+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1696#p1696 <![CDATA[remote with midi bus]]>
BTW, midi learn is AFAIK only for incomming messages. You could of course send the midi out and back again by real or virtual cables, but I can't really think of any situation where that would be practical, except perhaps for some testing purposes.

Statistics: Posted by bsork — 20 Apr 2007, 15:08


]]>
2007-04-20T12:46:05+02:00 2007-04-20T12:46:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=350&p=1695#p1695 <![CDATA[remote with midi bus]]> Is there something I can do ??

Statistics: Posted by grego mondo — 20 Apr 2007, 12:46


]]>