summaryrefslogtreecommitdiff
path: root/synth/jack.cpp
AgeCommit message (Collapse)Author
2012-04-06improved inter-thread communication.Florian Jung
the in-synth-CLI still partially uses the non-synced communication. TODO!
2011-02-04Tiny bugfix in in-synth-cli, updated TODO and stuffFlorian 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-14Moved lfos and sample-and-hold in own source fileFlorian Jung
2011-01-10Improved in-synth-cli, still TODOFlorian Jung
The CLI can now prepare loading a note without actually loading it
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
2010-12-29Initial commitFlorian Jung