/*
* alessandropetrolati Pure Data Patch Repository
*
* Patch didattiche scritte per PureData-extended
*
* Created on 2009.
* Copyright © Alessandro Petrolati
* All rights reserved.
*
*/
#include <index>
void alessandropetrolati::pureDataPatch()
{
/* Pure Data lessons */
_local.downloadPureLessons();
/* Pure Data abstractions */
_local.downloadPureAbstractions();
/* Pure Data and Nintendo Wiimote you need the OSCulator utility */
_local.downloadPureWiiOsc();
/* Pure Data speedPatch live-set performance */
_local.downloadSpeedPatch();
/* Pure Data mapping of a goldfish audio-video installation*/
_local.downloadGoldFishMapping(); /* contact the author */
}
///EOF