No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
[[File:3 OSC.maxpat]] | [[File:3 OSC.maxpat]] | ||
Introduction: The first step I needed to upload "SoundCool" application then input my Wifi IP and Port to connect my laptop to my cellphone. When we connected them successfully, "udpreceive 2001" would receive messages over a network. Then "route /1/fader1 /1/fader2 /1/fader3 /1/toggle1 /1/push1 /1/push2 /1/push3 ” could match a message's first argument to the route object's own arguments. Because the "fader 1" could only input from 0 to 1. So we need to use "scale" to map values to an output range. Then we controlled the buttons or sliders in our cellphone, the messages would be changed following the operation of our cellhpone. | |||
[[File:4 led dimmer.maxpat]] | [[File:4 led dimmer.maxpat]] |
Revision as of 09:32, 14 July 2018
Homeworks
File:2. build simple sequencer.maxpat
Introduction: This is an simple sequencer which I used the" metro 200" which could output a bang message in 200 milliseconds. Then "counter 1 8" could keep count based on bang messages then loop forward from 1 to 8. After that "select 1 2 4 "could output bangs based on input matching then output " 1 2 4" and send messages to "300 500 700" respectively. Then the "cycle~ 440 " could generate a periodic waveform and the Audio could be output.
Introduction: The first step I needed to upload "SoundCool" application then input my Wifi IP and Port to connect my laptop to my cellphone. When we connected them successfully, "udpreceive 2001" would receive messages over a network. Then "route /1/fader1 /1/fader2 /1/fader3 /1/toggle1 /1/push1 /1/push2 /1/push3 ” could match a message's first argument to the route object's own arguments. Because the "fader 1" could only input from 0 to 1. So we need to use "scale" to map values to an output range. Then we controlled the buttons or sliders in our cellphone, the messages would be changed following the operation of our cellhpone.
20.4 Class Two - "Dimmer and Frequency" File:Class 2-MAX .docx
11.5 Sound Cool Arduino - File:sound cool control LED .maxpat
16.5 Jitter File:animation-ZHenhuan Weng.maxpat
24.5 My idea “Max interactive with Webcam” File:Max interactive with Webcam.maxpat
21.6 Test 1File:Test 1.maxpat
27.6 Test 2File:Webcam-Sound test 1.maxpat
05.7 Homework "Introduction"File:Homework 1 counter, sequencer.maxpat
08.7 Counter and SequencerFile:counter, sequencer.maxpat