GMU:Connecting Max to the World/Frederic Blais-Belanger/Talking to ''Pyrocystis'': Difference between revisions

From Medien Wiki
No edit summary
Line 1: Line 1:
This main part combine the first two Sub-patches. With the camera feed filtered by a pixel difference (like described [ here]), I send to Arduino either the value "1" or "2". The value "2" turns the air pump on as the "1" turns it off, as shown on the Arduino code.
[[File:TalkingTo-SendValues.png|400px]] [[File:TalkingTo-If_2or1.png|400px]]
By sending different time-scaled air streams into the water, the motions of the performer thus become a language that is similar to Morse code.
===Patches used===
===Patches used===
*Arduino: [[:File:Relay_Pump.ino]]
*Arduino: [[:File:Relay_Pump.ino]]
*Max MSP: [[:File:Talking_To_Pyrocystis.maxpat]]
*Max MSP: [[:File:Talking_To_Pyrocystis.maxpat]]

Revision as of 09:57, 17 February 2019

This main part combine the first two Sub-patches. With the camera feed filtered by a pixel difference (like described [ here]), I send to Arduino either the value "1" or "2". The value "2" turns the air pump on as the "1" turns it off, as shown on the Arduino code.

TalkingTo-SendValues.png TalkingTo-If 2or1.png

By sending different time-scaled air streams into the water, the motions of the performer thus become a language that is similar to Morse code.

Patches used