DuinoTune
DuinoTune copied to clipboard
A chiptune Synthesis Library for Arduino
Hi, Could you update the documentation to reflect that for the Mega 2560 the pin is digital pin 4 and not pin 3. In the library code below it appears...
Hi, is it possible to change the output pin on the Leonardo? (Atmega32U4) I assume it's stuck to pin 3 for some special interrupt-related reason but is there any other...
I see you have a set_pin() function, however this doesn't seem to do anything. It isn't included in the tinytune.h file, so it is necessary to manually include it, and...
Add a wavetable instrument type. Short waves could add a lot of sonic possibilities. Stretch goal - add DPCM sound encodings https://en.wikipedia.org/wiki/Differential_pulse-code_modulation
Pitch envelopes are supported in renoise and can be used for a lot of cool effects. E.g. tom drums could be approximated with a rapidly swept down square wave.
Currently volume envelopes, pitch glides, and other effects are only supported in converted song playback. Add an api to allow instruments with envelopes and other effects to be played with...
Add a dedicated document to go over the song creation/import process.