Page 1 of 1
OSC feedback
Posted: Thu Dec 10, 2020 1:08 pm
by perthuis
Hi Madmapper team,
I encountered problems with OSC feedback in Madmapper 4.0.0.
Incoming OSC signals are working fine, but it seems that Madmapper cant produces feedback signals.
My ports seem to be well configured.
Also I couldn't find any resources explaining the exact configuration on this point.
Am i missing a setting ?
Thanks
Re: OSC feedback
Posted: Mon Mar 22, 2021 9:35 am
by tontechnik
+1
Re: OSC feedback
Posted: Mon Mar 22, 2021 10:02 am
by mad-matt
What are your settings in MM Preferences / OSC ?
If you set feedback IP to "Auto" MadMapper will send feedback to all devices which have sent at least an OSC message to MadMapper (we keep a list of OSC controllers since application startup). If you set it to "Manual" you have to set the IP & OSC input port of the OSC app sending data to MM.
Re: OSC feedback
Posted: Mon Mar 22, 2021 10:36 pm
by tontechnik
OSC Rx = Port 8010
OSC Tx = Port 8011 (Feedback)
OSC Tx IP Adress (for Feedback) = Auto (Manual is not working too)
Bonjour is enabled and OSCquery works fine in the one direction. We use the Controller Software "Chataigne" for Protocol Translation and Controlling Hard-/Software. Data sent from Chataigne are always in sync. But not from Madmapper to Chataigne...

Re: OSC feedback
Posted: Thu Mar 25, 2021 4:27 pm
by tontechnik
Am I right?
OSCquery is ALWAYS Port 8010?
And MM feedbacks only incoming messages 1 to 1 from OSC input port xxxx (available in OSC setup) but not from OSCquery port 8010?

Re: OSC feedback
Posted: Fri Mar 26, 2021 6:42 pm
by mad-matt
MadMapper doesn't handle listening with OSCQuery. Only querying (at the moment).
OSC Feedback is only sent for addresses manually connected with a Control (in Controls List), not for "OSC predefined channels" (ie /surfaces/Quad-1/opacity)
Re: OSC feedback
Posted: Sun Mar 28, 2021 3:05 pm
by tontechnik
So I can never get a Feedback in Chataigne from the selected Quad opacity out of MM, when opacity ic controlled by TouchOSC on my iPad?

My wish is to have all my devices totally synchronized. All devices should communicate with each other bidirectional...
...and Chataigne as a "central OSC Router" for routing, pass-throughing and/or translating all messages from a to b. But that seems not possible at the moment because MM doesn't give that feedback out, which I want to recapture. for example "/surfaces/selected/opacity". I have also tried to get its feedback by manualy typing that predefined command in Chataigne but the same: No feedback from MM...

Re: OSC feedback
Posted: Wed Mar 31, 2021 9:09 pm
by mad-matt
No to get feedback you have to manually create controls to the parameters you want feedback for, ie create a Control from "/myAddress" to "/Quad-1/opacity". In this case when changing Quad-1 opacity from within MM it will send the new value to "/myAddress"
Re: OSC feedback
Posted: Wed Jan 03, 2024 11:06 am
by benkuper
Hey there,
is there any plans on implementing proper feedback ? with Listen system
Or at least having something to not have to create a feedback for each parameter (trying to control 1000+ parameters from Chataigne)
Re: OSC feedback
Posted: Thu Jan 04, 2024 12:35 pm
by mad-matt
Hi,
In MadMapper 5.5 there is OSC Query feedback, we handle the LISTEN method. It should work with Chataigne. Which version of MadMapper are you running ?
Matt
Re: OSC feedback
Posted: Tue Jun 03, 2025 3:13 pm
by Sébastien Matos
Hi,
In MadMapper 5.5 there is OSC Query feedback, we handle the LISTEN method. It should work with Chataigne. Which version of MadMapper are you running ?
Matt
Im not sure how that works this listen method, is there any doc or tutorials?