ArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2008-09-16T21:23:58+02:00 https://brainmodular.org/forums/app.php/feed/topic/1002 2008-09-16T21:23:58+02:00 2008-09-16T21:23:58+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5337#p5337 <![CDATA[How can I send program changes from the conductor?]]> Great, tested today and this time it works!
Thanks a lot ;)

Statistics: Posted by La Tenaille — 16 Sep 2008, 21:23


]]>
2008-09-15T22:38:28+02:00 2008-09-15T22:38:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5332#p5332 <![CDATA[How can I send program changes from the conductor?]]>
I hope this can help you.

Edit: My advice is probably wrong because code 1 is set before the create message in your patch, so it should work. Sorry.

Try this ( like senso said), put an HAS CHANGED module between NUM and Create. Disconnect the recall wire. It should work.

Statistics: Posted by moody33 — 15 Sep 2008, 22:38


]]>
2008-09-15T20:53:18+02:00 2008-09-15T20:53:18+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5331#p5331 <![CDATA[How can I send program changes from the conductor?]]> Well, my solution does not work properly...
The presets don't change everytime, and sometimes the wrong way.
I've tried to change the conductor number, and then clic manually on the create button, and it works. Do you have an idea to solve my problem? I'm quite frustrated!
Thanks

Statistics: Posted by La Tenaille — 15 Sep 2008, 20:53


]]>
2008-09-12T09:13:39+02:00 2008-09-12T09:13:39+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5294#p5294 <![CDATA[How can I send program changes from the conductor?]]> I think I've found the trouble:
when I changed the conductor presets randomly, I noticed that the program change message sent was decayed. My deduction was the conductor recall pin message arrived "too late" to the create pin.
So I've put a "wait one cycle" between recall and create: it worked sometimes, randomly... so I've chained a second "wait one cycle" (custom made "wait 2 cycles" :) ) and now it seems to work fine!!

Statistics: Posted by La Tenaille — 12 Sep 2008, 09:13


]]>
2008-09-11T19:54:06+02:00 2008-09-11T19:54:06+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5279#p5279 <![CDATA[How can I send program changes from the conductor?]]> Statistics: Posted by nay-seven — 11 Sep 2008, 19:54


]]>
2008-09-11T18:08:27+02:00 2008-09-11T18:08:27+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5278#p5278 <![CDATA[How can I send program changes from the conductor?]]>
I've just done this "simple" wiring (took me an hour to understand the way "create midi" works!):

http://picasaweb.google.fr/latenaille42 ... 4173348002

It seems to work when I go forward in the conductor, but backward it has a strange behaviour (forwarding one more step, then backwarding with the wrong numbers).

Where is my mistake?

Statistics: Posted by La Tenaille — 11 Sep 2008, 18:08


]]>
2008-09-11T12:55:30+02:00 2008-09-11T12:55:30+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5274#p5274 <![CDATA[How can I send program changes from the conductor?]]> num : the number of the current conductor line.

you can, in your patch, try something like

if the NUM has changed ---> create a MIDI msg PROGRAM_CHANGE

I hope it will help.

Statistics: Posted by senso — 11 Sep 2008, 12:55


]]>
2008-09-11T11:52:05+02:00 2008-09-11T11:52:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5273#p5273 <![CDATA[How can I send program changes from the conductor?]]> I'd like the conductor to send its preset numbers as program changes, in order to remote an external effect thru my fireface 400. How can I do that?
Thanks

Statistics: Posted by La Tenaille — 11 Sep 2008, 11:52


]]>
BrainModular BrainModular Users Forum 2008-09-16T21:23:58+02:00 https://brainmodular.org/forums/app.php/feed/topic/1002 2008-09-16T21:23:58+02:00 2008-09-16T21:23:58+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5337#p5337 <![CDATA[How can I send program changes from the conductor?]]> Great, tested today and this time it works!
Thanks a lot ;)

Statistics: Posted by La Tenaille — 16 Sep 2008, 21:23


]]>
2008-09-15T22:38:28+02:00 2008-09-15T22:38:28+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5332#p5332 <![CDATA[How can I send program changes from the conductor?]]>
I hope this can help you.

Edit: My advice is probably wrong because code 1 is set before the create message in your patch, so it should work. Sorry.

Try this ( like senso said), put an HAS CHANGED module between NUM and Create. Disconnect the recall wire. It should work.

Statistics: Posted by moody33 — 15 Sep 2008, 22:38


]]>
2008-09-15T20:53:18+02:00 2008-09-15T20:53:18+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5331#p5331 <![CDATA[How can I send program changes from the conductor?]]> Well, my solution does not work properly...
The presets don't change everytime, and sometimes the wrong way.
I've tried to change the conductor number, and then clic manually on the create button, and it works. Do you have an idea to solve my problem? I'm quite frustrated!
Thanks

Statistics: Posted by La Tenaille — 15 Sep 2008, 20:53


]]>
2008-09-12T09:13:39+02:00 2008-09-12T09:13:39+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5294#p5294 <![CDATA[How can I send program changes from the conductor?]]> I think I've found the trouble:
when I changed the conductor presets randomly, I noticed that the program change message sent was decayed. My deduction was the conductor recall pin message arrived "too late" to the create pin.
So I've put a "wait one cycle" between recall and create: it worked sometimes, randomly... so I've chained a second "wait one cycle" (custom made "wait 2 cycles" :) ) and now it seems to work fine!!

Statistics: Posted by La Tenaille — 12 Sep 2008, 09:13


]]>
2008-09-11T19:54:06+02:00 2008-09-11T19:54:06+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5279#p5279 <![CDATA[How can I send program changes from the conductor?]]> Statistics: Posted by nay-seven — 11 Sep 2008, 19:54


]]>
2008-09-11T18:08:27+02:00 2008-09-11T18:08:27+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5278#p5278 <![CDATA[How can I send program changes from the conductor?]]>
I've just done this "simple" wiring (took me an hour to understand the way "create midi" works!):

http://picasaweb.google.fr/latenaille42 ... 4173348002

It seems to work when I go forward in the conductor, but backward it has a strange behaviour (forwarding one more step, then backwarding with the wrong numbers).

Where is my mistake?

Statistics: Posted by La Tenaille — 11 Sep 2008, 18:08


]]>
2008-09-11T12:55:30+02:00 2008-09-11T12:55:30+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5274#p5274 <![CDATA[How can I send program changes from the conductor?]]> num : the number of the current conductor line.

you can, in your patch, try something like

if the NUM has changed ---> create a MIDI msg PROGRAM_CHANGE

I hope it will help.

Statistics: Posted by senso — 11 Sep 2008, 12:55


]]>
2008-09-11T11:52:05+02:00 2008-09-11T11:52:05+02:00 https://brainmodular.org/forums/viewtopic.php?t=1002&p=5273#p5273 <![CDATA[How can I send program changes from the conductor?]]> I'd like the conductor to send its preset numbers as program changes, in order to remote an external effect thru my fireface 400. How can I do that?
Thanks

Statistics: Posted by La Tenaille — 11 Sep 2008, 11:52


]]>