OSC feedback from Millumin
Hello,
I'm a new user of Millumin, and I really like the OSC implementation.
However, there is a few details that I don't understand well for now… but maybe it's because I don't know much about the software …
#1 : Millumin sends a layerNumber message when creating/deleting a layer. Is it possible to have the same kind of message for the columns? I'm trying to have an distant interface for millumin, and it might help me creating dynamic interface that referring all the slots.
#2 : layerNumber only outputs OSC values creating/deleting layers if there is 7 layers maximun. If you create a 8th layer or more, there is no more OSC feedback… until I click on the main preview of millumin… each time I create/delete a layer I need to click on the preview for having the values dumped from millumin…
But if this work for the layer 8 to 15, and after no more OSC messages…
#3 : it seems that effects doesn't have OSC in/out… So it seems impossible to animate effects parameters in real time… is there a workaround? that sounds difficult for me to avoid these kinds of things… that's really important for me…
I know that i can implement OSC in Quartz Composer Fx, but that involves a nightmare for osc/in/out… and I just want a sweet dream ;-)
Thank you for this nice software, I think that's just the begining of the way with it…
cheers,
renaud
Comments
#1 : There is no OSC message to notify about creating/deleting a column (feel free to create an idea on Uservoice).
#2 : OK this is because OSC maximum size is reached (8k) and OSC bundles must be splitted; for your info, Millumin sends a lot of OSC information mainly to be able to synchronize with TouchOSC (all controls must be sometimes updated at once).
Anyway, please check out this version with a fix.
#3 : There are OSC messages for effects (see documentation), and the ones for Quartz effects work, despite the value is not updated in real-time in the interface (for performance reasons).
By the way, you should try MilluPlug.
Best. Philippe