toinehartman / gyoza

A collection of AVR-based simple synthesizers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files in this project so far:

examples/amen.wav - The classic Amen break, as re-recorded for freesound.org here:
http://www.freesound.org/samplesViewSingle.php?id=82508

tools/resampler.c - resamples a .wav file to the desired length (in this case, 24576 bytes)
and writes it out as a C header file for avr-gcc

tools/build.sh - crappy build script, really needs to be replaced with waf

looper/looper.pde - Arduino loop player with "circuit bending" sample processing
looper/wave.h - the horking great hex file containing the sample

About

A collection of AVR-based simple synthesizers


Languages

Language:C 87.4%Language:Python 6.1%Language:Processing 5.1%Language:Arduino 1.4%