Iannix and QC

thomasvanta's picture

I'm trying to make run together Iannix (http://www.iannix.org) with QC through OSC. I have 20 elements in Iannix which sends their ID, X and Y position every 20ms under the same adress: /cursor cursor_id cursor_x cursor_y. The aim is to represent the 20 elements at the same time, queueing the structure and passing to an Iterator I got 1 element which jumps between the positions, I tried also with JS Smooth from here: (http://kineme.net/forum/Discussion/DevelopingCompositions/Smoothingcoord...) but not desired result is obtained. Any idea?

PreviewAttachmentSize
Iannix.zip6.18 KB

cybero's picture
Re: Iannix and QC

Thanks for introducing me to another interesting graphical application, one which is Open Source to boot :-) . [http://www.iannix.org/en/download.php]

That said , I don't currently have the answer to your question, not as yet.

Do try attaching a Patch Time to the JavaScript patch.

As it happens I can get Iannix to work briefly with QC, though currently either one, the other, or both , crash out with your compositional score or Iannix's default demonstration scripts.

BTW, like that textual 'mystery meat' navigation on your Flash site.

thomasvanta's picture
Re: Iannix and QC

Here is a dirty way of achieving that. I routed the messages from Iannix in Max and sent them in parallel to QC. Should work for any partiture with 20 elements. Maybe an idea for implementing the Max part inside QC? Hope is useful for somebody. PS. dependencies are qcOSC from hexler.net and Structure Tools in QC and OpenSoundControl object by CNMAT in Max.

PreviewAttachmentSize
Iannix-QC_Iterator.zip10.01 KB