Max with Arduino?
Hello, I'm trying to make a max patch that uses the arduino light sensor and changes the pitch/sound of audio, but I'm not to sure how to start the patch or code. If anyone could help out it would be greatly appreciated!
google "maxuino" - it's by far the most user-friendly and light way to approach this.
Good luck!
that seems to be mostly for just syncing the arduino with max, which is something that I have already done. I'm trying to find out which object would use the light sensor and so on. Thanks though, every little bit of information helps!
If you're using any of the (pretty useful) tools here:
...then you've got the data from the sensors coming into Max yes?
From there you can map it to anything. Try things like using scaling an LDR's resistance to filter cutoff or something, the possibilities are endless! There's no object for each sensor per se, just sensor data to be played with.
Hi
If you're already getting data into Max from a single LDR (either c. 0-254 or 0-1023 or a similar range), then the [scale] and [zmap] object should be next in line. Objects for pitch-shifting include
[freqshift]
[gizmo~]
[groove~]
[sfplay~]
[tapin~]/[tapout~]
depending on the nature of your source material.
Brendan