Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-11 | added FM-list (brings between 0% and 15% performance improvement) | Florian Jung | |
cast-optimisation programs gets a better operator= commented out segfaulting cleanup() | |||
2012-04-04 | reset filter-envelopes instead of reattacking | Florian Jung | |
2011-02-10 | Updated TODO and changed a default in defines.h | Florian Jung | |
2011-02-10 | Added help text | Florian Jung | |
2011-02-08 | Updated program files are now reloaded automatically | Florian Jung | |
2011-02-04 | Tiny bugfix in in-synth-cli, updated TODO and stuff | Florian Jung | |
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 | Moved lfos and sample-and-hold in own source file | Florian Jung | |
2011-01-11 | Now keeping track of unused shared objects and maybe unloading them | Florian Jung | |
2011-01-10 | Improved in-synth-cli, still TODO | Florian Jung | |
The CLI can now prepare loading a note without actually loading it | |||
2011-01-10 | Implemented a yet very basic in-synth-interface | Florian Jung | |
The interface understands "quit" and "exit", and accepts but ignores "reload" and "load". It catches CTRL+C. | |||
2011-01-10 | Implemented handler for soft-pedal | Florian 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-09 | Merged branch for compiled notes | Florian 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 | |||
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 | |