summaryrefslogtreecommitdiff
path: root/synth/envelope.cpp
AgeCommit message (Collapse)Author
2013-05-19GPLizedFlorian Jung
2012-04-04reset filter-envelopes instead of reattackingFlorian Jung
2011-01-16Added waveforms and noise, changed foo++ into ++fooFlorian 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-14Fixed stupid bug in Envelope.cppFlorian Jung
Changed a "if (has_release) hold=false" into if (!has_release)
2011-01-12Non-releasing Envelopes now workFlorian Jung
2011-01-11Envelope can now stay in sustain phase foreverFlorian Jung
2011-01-09Envelope::get_level() gets called rarely nowFlorian Jung
Also, changed .gitignore to ignore gmon.out
2010-12-29Initial commitFlorian Jung