Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-16 | Added waveforms and noise, changed foo++ into ++foo | Florian Jung | |
List of waveforms: 0=sin 1=abssin 2=half_sin 3=pulse-sin 4=square 5=sawtooth 6=pyramid 7=white noise | |||
2011-01-14 | Fixed stupid bug in Envelope.cpp | Florian Jung | |
Changed a "if (has_release) hold=false" into if (!has_release) | |||
2011-01-12 | Non-releasing Envelopes now work | Florian Jung | |
2011-01-11 | Envelope can now stay in sustain phase forever | Florian Jung | |
2011-01-09 | Envelope::get_level() gets called rarely now | Florian Jung | |
Also, changed .gitignore to ignore gmon.out | |||
2010-12-29 | Initial commit | Florian Jung | |