summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2011-01-15Added rudimentary support for freq-envelopesFlorian Jung
todo: pfactor'ed amount todo: support for compiled notes plus some tiny bugfixes: - in Envelope (get_sustain now returns orig_sustain) - parser now uses isnum instead of isfloat where appropriate
2011-01-14Updated TODO-listFlorian Jung
2011-01-14Moved lfos and sample-and-hold in own source fileFlorian Jung
2011-01-12Extended in-synth-cliFlorian Jung
Many commands are now available, like changing program, controllers, panicking, killing single programs, setting pedals, setting voice limit etc... Also, added Channel::set_portamento_time_sec(float sec)
2011-01-12Fatal-warning gets disabled when entering in-synth-CLIFlorian Jung
2011-01-12Non-releasing Envelopes now workFlorian Jung
2011-01-11Now keeping track of unused shared objects and maybe unloading themFlorian Jung
2011-01-11In-synth-cli can now (re)load programs. maybe SEGFAULTING?Florian Jung
2011-01-10Implemented handler for soft-pedalFlorian Jung
Controller 67 aka soft-pedal now can reduce the note's volume by half TODO: - let the user set the percentage for the volume, either per controller (per channel) or per CLI (global)
2011-01-09Merged branch for compiled notesFlorian Jung
The synthesizer is now able to load and use compiled, optimized shared objects of programs. There's also a note-compiler which creates the code for such objects. TODO: - let the note-compiler automatically compile OR rename it to code-emitter
2011-01-09Cleaned TODO-listFlorian Jung
2011-01-09envelope_update_frames can now be set via CLI and config fileFlorian Jung
2011-01-08Minor fixes and improvementsFlorian 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-01Move todo-files from ./synth/ to ./Florian Jung