Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-08 | Minor fixes and improvements | Florian Jung | |
The following has been changed - Note::set_param now sets orig-values and does an apply_pfactor() - Note::reattack now also reattacks the filter's envelope - oscval[i]=0 has been removed as it's unneccessary in Note::get_sample() - in Note::get_sample: fm- and out-sums are calculated in 2SCALE now and scaled down (via >>SCALE) afterwards (instead of while every single add-operation) - the filter-envelope is now inited with the shorter constructor - todo-list updated | |||
2011-01-08 | Changed always_reattack (controller 3) to legato-pedal | Florian Jung | |
When in monomode, not pressing the legato pedal will cause the note always being reattacked, while pressing it will cause it to be only reattacked if it's envelopes are done (i.e., past release phase) When in polymode, the legato pedal is ignored, notes will always be reattacked, because not doing so would cause interference between the two generated sounds. | |||
2011-01-08 | Added support for hold- and sostenuto pedals | Florian Jung | |
2011-01-01 | Replace class Parser with function parse() | Florian Jung | |
2010-12-31 | Fix Makefile | Florian Jung | |
Makefile used CFLAGS instead of CXXFLAGS, which has been fixed. | |||
2010-12-30 | Improved Makefile and .gitignore | Florian Jung | |
2010-12-29 | Initial commit | Florian Jung | |