30
edits
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== ''Introduction'' == | == ''Introduction'' == | ||
So you want to | So you want to do a workflow from IANNIX to Max MSP aren't sure how to receive, unpack and use the IANNIX OSC data in Max? We've got you covered. | ||
== '''Preparing IANNIX''' == | == '''Preparing IANNIX''' == | ||
Line 66: | Line 66: | ||
[[File:leif_bild5.png|thumb|200px|left|IANNIX OSC-String]] | [[File:leif_bild5.png|thumb|200px|left|IANNIX OSC-String]] | ||
So this is what Max is receiving. We've just looked at a trigger, so let's say we want to continue working with data from the triggers exclusively. We can do that with a command in Max: | So this is what Max is receiving. We've just looked at a trigger, so let's say we want to continue working with data from the triggers exclusively. We can do that with a command in Max: | ||
Line 72: | Line 78: | ||
To make sense of the string and use only the data we want, we'll use the unpack command, which unpacks (duh) the OSC string, followed by the string's logical structure. In our case this leaves us with | To make sense of the string and use only the data we want, we'll use the unpack command, which unpacks (duh) the OSC string, followed by the string's logical structure. In our case this leaves us with | ||
'''unpack 0 0. 0. 0. 0. 0. 0.''' | '''unpack 0 0. 0. 0. 0. 0. 0.''' | ||
Now we can do with any of the unpacked information whatever we like (I suggest you do some nice art with it), for this tutorial we'll be fine with just printing them to the console piece by piece, and you're done! '''Nice work!''' (Tutorial by Leif Weitzel) | Now we can do with any of the unpacked information whatever we like (I suggest you do some nice art with it), for this tutorial we'll be fine with just printing them to the console piece by piece, and you're done! '''Nice work!''' | ||
(Tutorial by Leif Weitzel) | |||
[[File:leif_bild6.png|thumb|200px|left|Max Patch to print out individual parts of an OSC-string]] | [[File:leif_bild6.png|thumb|200px|left|Max Patch to print out individual parts of an OSC-string]] | ||
[[File:leif_bild7.png|thumb|200px|left|Checking back with the console]] | [[File:leif_bild7.png|thumb|200px|left|Checking back with the console]] |
edits