ArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2011-02-03T17:03:38+02:00 https://brainmodular.org/forums/app.php/feed/topic/2679 2011-02-03T17:03:38+02:00 2011-02-03T17:03:38+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17903#p17903 <![CDATA[Multiplying Arrays.]]> first an A=B ( if A=9 in your case ) linked to a pass inlet of a pass event flow module, this way the 1 value pass only when 9 is reach..?

Statistics: Posted by nay-seven — 03 Feb 2011, 16:03


]]>
2011-02-03T16:52:39+02:00 2011-02-03T16:52:39+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17902#p17902 <![CDATA[Multiplying Arrays.]]> .

While trying to implement my idea with the above tips, I encountered another related problem regarding the data flow of arrays.

What I'm in fact trying to do, is to link 2 arrays together:
A step sequencer on the IB programs let's say a bassdrum. Values from 0-1.
I want another sequencer with switches from 0-9 values, to also get this values.
This part works by multiplying the SeqStep by factor 9 and feed the array-out*9 to the SeqSwitch. Great.
But now I want to add some values to the SeqSwitch and when this added value is 9, I want it to display a 1 on the SeqStep.
So I want to LINK them somehow.

I will have to make a feedbackloop I suppose, which only works if I put a data delay module (I think), but then it doesn't seem to work...

If it's not clear, I will try to upload a patch screenshot soon, but I don't have my patch here right now...

Any help warmly appreciated!

Statistics: Posted by AndrewChi — 03 Feb 2011, 15:52


]]>
2011-02-03T09:37:05+02:00 2011-02-03T09:37:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17897#p17897 <![CDATA[Multiplying Arrays.]]>
The easiest way to get the hang of it, is just to hook up some modules and mess around a little with different math modules, different lengths and so forth.

Statistics: Posted by bsork — 03 Feb 2011, 08:37


]]>
2011-02-03T02:34:52+02:00 2011-02-03T02:34:52+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17896#p17896 <![CDATA[Multiplying Arrays.]]> Statistics: Posted by 23fx23 — 03 Feb 2011, 01:34


]]>
2011-02-03T00:26:19+02:00 2011-02-03T00:26:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17894#p17894 <![CDATA[Multiplying Arrays.]]>
And other times, you just have to hook it up to see how the conversion works....

Statistics: Posted by woodslanding — 02 Feb 2011, 23:26


]]>
2011-02-02T22:52:25+02:00 2011-02-02T22:52:25+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17893#p17893 <![CDATA[Multiplying Arrays.]]> indeed,
what a stupid guy I am.
I was supposing Multiply modules didn't work for those red cabled Arrays... :/

Anyway! thx for your reply, it helped a lot :-)

At least it got me interested in scripting (reading wiki)!

Statistics: Posted by AndrewChi — 02 Feb 2011, 21:52


]]>
2011-02-02T21:53:19+02:00 2011-02-02T21:53:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17892#p17892 <![CDATA[Multiplying Arrays.]]>
about scripts, you can, check the wiki :
http://www.sensomusic.com/wiki/doku.php ... de:scripts

Statistics: Posted by nay-seven — 02 Feb 2011, 20:53


]]>
2011-02-02T21:41:14+02:00 2011-02-02T21:41:14+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17891#p17891 <![CDATA[Multiplying Arrays.]]> I want values from a SeqSwitch
to feed a SeqStep.

The Seqswitch outputs values from 0 to 1,
my Seqswitch has values from 0 to 9.

So, if the SeqSwitch gives value 1,
I want to multiply the Array so that the SeqSwitch reads a 9...

I think thought this could be easily done in a script, but I am a complete dummy in command line programming.

Any ideas of a simple fix?

Thanks so much for your help!

UsineFan



BTW: what is a good starting place to learn scripting? I have a Reaktor background and am willing to start coding myself, but I don't know where to start...

Statistics: Posted by AndrewChi — 02 Feb 2011, 20:41


]]>
BrainModular BrainModular Users Forum 2011-02-03T17:03:38+02:00 https://brainmodular.org/forums/app.php/feed/topic/2679 2011-02-03T17:03:38+02:00 2011-02-03T17:03:38+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17903#p17903 <![CDATA[Multiplying Arrays.]]> first an A=B ( if A=9 in your case ) linked to a pass inlet of a pass event flow module, this way the 1 value pass only when 9 is reach..?

Statistics: Posted by nay-seven — 03 Feb 2011, 16:03


]]>
2011-02-03T16:52:39+02:00 2011-02-03T16:52:39+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17902#p17902 <![CDATA[Multiplying Arrays.]]> .

While trying to implement my idea with the above tips, I encountered another related problem regarding the data flow of arrays.

What I'm in fact trying to do, is to link 2 arrays together:
A step sequencer on the IB programs let's say a bassdrum. Values from 0-1.
I want another sequencer with switches from 0-9 values, to also get this values.
This part works by multiplying the SeqStep by factor 9 and feed the array-out*9 to the SeqSwitch. Great.
But now I want to add some values to the SeqSwitch and when this added value is 9, I want it to display a 1 on the SeqStep.
So I want to LINK them somehow.

I will have to make a feedbackloop I suppose, which only works if I put a data delay module (I think), but then it doesn't seem to work...

If it's not clear, I will try to upload a patch screenshot soon, but I don't have my patch here right now...

Any help warmly appreciated!

Statistics: Posted by AndrewChi — 03 Feb 2011, 15:52


]]>
2011-02-03T09:37:05+02:00 2011-02-03T09:37:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17897#p17897 <![CDATA[Multiplying Arrays.]]>
The easiest way to get the hang of it, is just to hook up some modules and mess around a little with different math modules, different lengths and so forth.

Statistics: Posted by bsork — 03 Feb 2011, 08:37


]]>
2011-02-03T02:34:52+02:00 2011-02-03T02:34:52+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17896#p17896 <![CDATA[Multiplying Arrays.]]> Statistics: Posted by 23fx23 — 03 Feb 2011, 01:34


]]>
2011-02-03T00:26:19+02:00 2011-02-03T00:26:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17894#p17894 <![CDATA[Multiplying Arrays.]]>
And other times, you just have to hook it up to see how the conversion works....

Statistics: Posted by woodslanding — 02 Feb 2011, 23:26


]]>
2011-02-02T22:52:25+02:00 2011-02-02T22:52:25+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17893#p17893 <![CDATA[Multiplying Arrays.]]> indeed,
what a stupid guy I am.
I was supposing Multiply modules didn't work for those red cabled Arrays... :/

Anyway! thx for your reply, it helped a lot :-)

At least it got me interested in scripting (reading wiki)!

Statistics: Posted by AndrewChi — 02 Feb 2011, 21:52


]]>
2011-02-02T21:53:19+02:00 2011-02-02T21:53:19+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17892#p17892 <![CDATA[Multiplying Arrays.]]>
about scripts, you can, check the wiki :
http://www.sensomusic.com/wiki/doku.php ... de:scripts

Statistics: Posted by nay-seven — 02 Feb 2011, 20:53


]]>
2011-02-02T21:41:14+02:00 2011-02-02T21:41:14+02:00 https://brainmodular.org/forums/viewtopic.php?t=2679&p=17891#p17891 <![CDATA[Multiplying Arrays.]]> I want values from a SeqSwitch
to feed a SeqStep.

The Seqswitch outputs values from 0 to 1,
my Seqswitch has values from 0 to 9.

So, if the SeqSwitch gives value 1,
I want to multiply the Array so that the SeqSwitch reads a 9...

I think thought this could be easily done in a script, but I am a complete dummy in command line programming.

Any ideas of a simple fix?

Thanks so much for your help!

UsineFan



BTW: what is a good starting place to learn scripting? I have a Reaktor background and am willing to start coding myself, but I don't know where to start...

Statistics: Posted by AndrewChi — 02 Feb 2011, 20:41


]]>