AlexanderRefsumJensenius I may be missing something, but am struggling to trigger sounds through OSC. I can see that I receive /play/xy messages in the window but this doesn't trigger any sounds. I manage to control other things, though. What is the trick to trigger sounds?
macramole Hi Alexander ! Try this: Create an Explorer Unit Go to the "OSC" tab Enable "Listen /play/xy OSC messages" Now that unit is able to receive play/xy messages at /myUnit/play/xy Keep in mind the messages should contain 2 parameters between 0 and 1. Check OSC documentation for more info. Have fun 😃 !