Hi,
for those who might need a sound player with positional marker points, I enclose a working test patch.
for my latest project I pimped up the sound player actor with Javascript in order to allow jumps to markers and allow a positional slider (like other players as vlc). My new project is completely driven by audio positions of one piece of music. The marker positions drive the whole setting of video and light changes.
For setup and rehearsal I need to jump to specific positions in the music. So I designed the marker actor to jump to the exact position, and also to jump to the position 2 seconds before the marked position.
For testing purpose I extracted the relevant parts of the patch and added simple projections as proof of concept. Just use an audio file of your flavor and have fun with test sound player advance .

Hola,
There is a new OSC actor that might help. I have attached a patch to show it working - hope you can access just have to download the JSON actor from the Add Ons page and set up the stream.
https://troikatronix.com/add-o...
here is the patch example:
1. multi stream text input:

2.OSC Address Listener actor and JSON Parser:

I tried also to change the brackets to (o,x,y)
but nothing really changes. Any suggestions? Sorry btw. I thought it should also work, but I don't really know why it doesn't show up, do I need to cut the signal somehow?

For some reasons it does not seem to work. I receive text, does that make a difference?It loos like this:


Hi,
You can receive a multi-value stream through a single OSC address:
1. OSC input with two synchronous values:
2. Use the 'OSC Multi Listener' to define individual outputs for each piece of the stream:
Best Wishes
Russell
this means, can I recieve the signal of x,y so it is not split up and comes in the right bundle and then split it in Isadora? Or how is that?
Hi again, could you help me and show how to seperate the x,y input that comes through OSC - we are trying to send the coordinates of a person moving and we get an x,y coordinate via OSC - but how to seperate this? It seems it is an OSC multiple listener? But du I then need to send it through different channels or how do I do that?

Great that you solved it. And for anyone else looking for answers, here is an example of the data flow from a sensor going through a wireless microcontroller to Isadora using OSC:
1. the void loop code sending the sensor data

2. The Stream Setup in Isadora that receives the OSC data and assigns it to channels:

3. The OSC listener actor routing the /dds-z-3 data into a patch in the Isadora Scene Editor:

Best Wishes
Russell