Hello all,
Wondering if anyone can help me out on this project– ultimately, the goal is to have values from pure data create objects within IanniX (curves + creation arguments/coordinates) as well as triggers and cursors to move throughout. All the information is actually coming from Arduino sensors, but I'm not sure if that really matters in this equation or not.
I feel quite confident in pd in general, but I can't seem to get the grasp for how adding objects to IanniX works (and I'm pretty sure the problem here lies within PD, not IanniX, which is why I'm in this forum and not theirs). The example IanniX patch for interfacing with PD works fine for me (controlling the speed of playback), but when it comes to adding new objects, not manipulating existing objects, it doesn't quite seem to work the same way.
For reference, what I'm doing is creating a message box:
[send /iannix/add trigger $1] ------- [sendOSC]
This successfully creates a trigger, but how can I edit its other parameters from PD? How would the creation of curves (i.e. plotting multiple coordinates) work?
There is one example patch on the IanniX forum but it doesn't really give me much information...
Any help would be much appreciated!