buzzinglight / IanniX

IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.
http://www.iannix.org
GNU General Public License v3.0
353 stars 41 forks source link

Change name of objects? #65

Open magrubertone opened 2 months ago

magrubertone commented 2 months ago

Hi! Iannix gives an address of cursor, then the first argument says which cursor it is. Reaper Realearn is looking for an address like cursor1, cursor2. So in Realearn I can't distinguish between cursors.

Can I change the address/name of a cursor in iannix? It would be very helpful from an organization standpoint as well, rather than having so many things just called cursor and then an ID.

Thanks

magrubertone commented 2 months ago

I ended up using pure data for this. image

nollive commented 2 months ago

Hello, You can manually edit the OSC message for every object directly in IanniX. Here, I change the adress from cursor to cursor1. iannix-osc-message iannix-osc-log

I don't know if there is a automated way to do it with the code editor, might be possible :) Olivier