Serial communication…
At the Arduino Playground
Serial communication…
At the Arduino Playground
Arduino projects using Osc.
http://arduino.cc/blog/category/protocol/osc/
recotana OSC lib for Arduino ethernet board: https://github.com/recotana/ArdOSC
The oscP5 library.
At Codasign
http://learning.codasign.com/index.php?title=Sending_and_Receiving_OSC_Data_Using_Processing
Connect two Arduinos with a serial connection
By Bill Porter
http://www.billporter.info/2011/05/30/easytransfer-arduino-library/
Generate pitched sound using delay line feedback
By dude837
By Nathan Wolek
Setting the cutoff frequency of a lowpass filter to sub audio frequencies creates a portamento effect when used with control signals.
This Max example was adapted from a Pd jet engine patch by Andy Farnell in “Designing Sound”. Its used as an inertial delay, or portamento to ramp up and down the pitch of the engine.
The LPF needs to be extremely low frequency.
max-projects: https://github.com/tkzic/max-projects
folder: slew-limiter
Helpful for pd->max conversions.
By Graham Wakefield, at the Cycling 74 forum
Hi all,
I’ve just coded up a signal rate version of expr (in the last hour, so
consider it beta!). I’ve named it expr~ since it should be pretty much
backwards compatible with expr~ object that used to be available.
Universal Binary, no Windows version yet (I don’t have a Windows box with
VS near me):
http://www.mat.ucsb.edu/~wakefield/soft/expr~.zip
Enjoy!
Graham