summaryrefslogtreecommitdiff
path: root/synth/envelope.cpp
AgeCommit message (Collapse)Author
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