ArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2014-01-02T17:46:02+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/4235 2014-01-02T17:46:02+02:00 2014-01-02T17:46:02+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28694#p28694 <![CDATA[TouchOSC feedback]]>
I wrote a post yesterday about my actual setup. Maybe there are some hints inside for you:

http://www.sensomusic.org/forums/viewtopic.php?id=4241

Peter

P.S.: Metering is also one of those "needs a gate to slow down" problems. If you use a meter and try to send each BLOC a OSC message, you slow down Usine and you overrun TouchOSC.

Sending metering infos is tricky. Let's say, it is ok to send 2-4 messages per second. Build a "clock" and a "event pass" and let pass only every 250-500ms a message via OSC. But - this meter does not shows the truth. It's only a snapshot. You need a sort of maximum/minimum patch to get the effective level and send back the results. I tried to make a patch, but I'm far away from a perfect solution. This was not so important for me, I stopped working on this.

Statistics: Posted by hesspet — 02 Jan 2014, 16:46


]]>
2014-01-02T15:17:16+02:00 2014-01-02T15:17:16+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28693#p28693 <![CDATA[TouchOSC feedback]]> Where and how do you delay the signals ?
I can't use toggling on Usine because a lot of switch states are sent from mobius looper with MIDI messages. The trouble with toggles is you can't choose the state easily...
I've also tried audio metering feedback on touchOSC but it slows everything. I have to find a way to send less informations through wifi.

Edit : ok, you can use the switch module toggle pin to have an effective feedback.

Statistics: Posted by La Tenaille — 02 Jan 2014, 14:17


]]>
2014-01-01T21:12:03+02:00 2014-01-01T21:12:03+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28687#p28687 <![CDATA[TouchOSC feedback]]>
Depends on your device and your network.

OSC is based on UDP. Which means sometimes pakets can be dropped. If you TouchOSC device isn't fast enough it could be that your device never get's the message. I had this problem on a cheap Android device. Usine is too fast :-) or TouchOSC to slow. You need a delay. I've good results around 200-500ms. For optical feedback, this is fast enough. (for me)

OSC is not Bullet Proof in this case.

Also if you have to many messages at the same time. I'm not sure how TouchOSC organizes it's internal buffers on Android. At my old iPhone I never had this effect.

Your second patch:

I solved this double tapping problem in my own way :-) I use only a button and put a big led on it. And in usine I use the toogle patch so have the switch behavior. See here on the right side.

Image

Statistics: Posted by hesspet — 01 Jan 2014, 20:12


]]>
2013-12-28T23:40:40+02:00 2013-12-28T23:40:40+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28673#p28673 <![CDATA[TouchOSC feedback]]>
Image

with the "on change" option active seems a better way ?
I still have to tap switches once on Usine to have the touchOSC feedback working.

I have OSC drops when double taping a touchOSC switch, or 2 switches at the same time, do you have ideas on how to improve that ?

Statistics: Posted by La Tenaille — 28 Dec 2013, 22:40


]]>
2013-12-28T17:41:16+02:00 2013-12-28T17:41:16+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28669#p28669 <![CDATA[TouchOSC feedback]]> I try to link a switch on both touchOSC and Usine. I've configured the touchOSC switch with local feedback off and made this patch :

Image

The trouble is it's behaving strangely. Sometimes the touchOSC switch is stucked and I have to push the Usine switch to have it work again.
Do I make a mistake ?
Thanks for your help

Statistics: Posted by La Tenaille — 28 Dec 2013, 16:41


]]>
BrainModular BrainModular Users Forum 2014-01-02T17:46:02+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/4235 2014-01-02T17:46:02+02:00 2014-01-02T17:46:02+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28694#p28694 <![CDATA[TouchOSC feedback]]>
I wrote a post yesterday about my actual setup. Maybe there are some hints inside for you:

http://www.sensomusic.org/forums/viewtopic.php?id=4241

Peter

P.S.: Metering is also one of those "needs a gate to slow down" problems. If you use a meter and try to send each BLOC a OSC message, you slow down Usine and you overrun TouchOSC.

Sending metering infos is tricky. Let's say, it is ok to send 2-4 messages per second. Build a "clock" and a "event pass" and let pass only every 250-500ms a message via OSC. But - this meter does not shows the truth. It's only a snapshot. You need a sort of maximum/minimum patch to get the effective level and send back the results. I tried to make a patch, but I'm far away from a perfect solution. This was not so important for me, I stopped working on this.

Statistics: Posted by hesspet — 02 Jan 2014, 16:46


]]>
2014-01-02T15:17:16+02:00 2014-01-02T15:17:16+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28693#p28693 <![CDATA[TouchOSC feedback]]> Where and how do you delay the signals ?
I can't use toggling on Usine because a lot of switch states are sent from mobius looper with MIDI messages. The trouble with toggles is you can't choose the state easily...
I've also tried audio metering feedback on touchOSC but it slows everything. I have to find a way to send less informations through wifi.

Edit : ok, you can use the switch module toggle pin to have an effective feedback.

Statistics: Posted by La Tenaille — 02 Jan 2014, 14:17


]]>
2014-01-01T21:12:03+02:00 2014-01-01T21:12:03+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28687#p28687 <![CDATA[TouchOSC feedback]]>
Depends on your device and your network.

OSC is based on UDP. Which means sometimes pakets can be dropped. If you TouchOSC device isn't fast enough it could be that your device never get's the message. I had this problem on a cheap Android device. Usine is too fast :-) or TouchOSC to slow. You need a delay. I've good results around 200-500ms. For optical feedback, this is fast enough. (for me)

OSC is not Bullet Proof in this case.

Also if you have to many messages at the same time. I'm not sure how TouchOSC organizes it's internal buffers on Android. At my old iPhone I never had this effect.

Your second patch:

I solved this double tapping problem in my own way :-) I use only a button and put a big led on it. And in usine I use the toogle patch so have the switch behavior. See here on the right side.

Image

Statistics: Posted by hesspet — 01 Jan 2014, 20:12


]]>
2013-12-28T23:40:40+02:00 2013-12-28T23:40:40+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28673#p28673 <![CDATA[TouchOSC feedback]]>
Image

with the "on change" option active seems a better way ?
I still have to tap switches once on Usine to have the touchOSC feedback working.

I have OSC drops when double taping a touchOSC switch, or 2 switches at the same time, do you have ideas on how to improve that ?

Statistics: Posted by La Tenaille — 28 Dec 2013, 22:40


]]>
2013-12-28T17:41:16+02:00 2013-12-28T17:41:16+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=4235&p=28669#p28669 <![CDATA[TouchOSC feedback]]> I try to link a switch on both touchOSC and Usine. I've configured the touchOSC switch with local feedback off and made this patch :

Image

The trouble is it's behaving strangely. Sometimes the touchOSC switch is stucked and I have to push the Usine switch to have it work again.
Do I make a mistake ?
Thanks for your help

Statistics: Posted by La Tenaille — 28 Dec 2013, 16:41


]]>