← Revision 2 as of 2011-10-10 16:14:25
Size: 1495
Comment:
|
← Revision 3 as of 2011-10-10 16:19:22 →
Size: 935
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
==== Programming Examples ==== The Audio Codec Shield can be used with any microcontroller, but we have layed it out for the Arduino and Maple to get more people involved in making interesting musical applications. To help promote this, we have also made a number of example sketches and libraries to get you started quickly. The main programming structure follows that of the MICrODEC: the program initializes the codec, and then waits in the main loop until it is interrupted by the codec, at which time it executes your code in the interrupt service routine. This gives the best audio quality, as it ensures that nothing else will delay the processing of your audio data. But, this also means that all of your functions must fit within the time allotted between audio samples, and other functions that rely on interrupts can't be used (like ''delay()''). Different programming structures can be used, but this one is the easiest and gives the best results. |
The Repatcher Shield gives you a hardware interface to control your Puredata and MAX/MSP patches as if they were old-skool analog modular synthesizers. The Repatcher Shield attaches to an arduino compatible board, and gives you 6 potentiometers for 10b data input, and a 6 x 6 patchbay matrix. The data streams over usb, and easily integrates into MAX/MSP and Puredata via a special patch you can download here. |
Repatcher
About the Repatcher Shield
The Repatcher Shield gives you a hardware interface to control your Puredata and MAX/MSP patches as if they were old-skool analog modular synthesizers. The Repatcher Shield attaches to an arduino compatible board, and gives you 6 potentiometers for 10b data input, and a 6 x 6 patchbay matrix. The data streams over usb, and easily integrates into MAX/MSP and Puredata via a special patch you can download here.
Documentation
Files: Version 1.0