I wasn't sure whether to post this in General or here. Sorry in advance.
I use Magic as part of DJ streams on Twitch. I maintain an Open Source tool called AutonomousKoi to facilitate interactivity between the streamer and the viewers. Mostly this is presenting information about the currently playing track, but also some chat stuff. In my own setup, I animate stuff in Magic via OSC and I built a very basic visual scripting system to create OSC-based animations. I just finished teasing out this custom functionality into a plugin for the AK tool. I did some searching for "Open sound control script" and only found libraries to interact via OSC at a low level, manually writing code, so this may be somewhat unique.
The video is a full tutorial; to just get an idea, skip to 6:15. I'd appreciate hearing about existing tools that do something similar.
AutonomousKoi: OSC and Rosco
Re: AutonomousKoi: OSC and Rosco
Thanks for sharing this - it's always interesting to hear about different ways to integrate with Magic. The block programming style is good for inexperienced scripters. Another program that provides similar control via OSC is Chataigne (Chestnut) - a program I have installed and that I keep meaning to learn but never have a specific need for.