summaryrefslogtreecommitdiff
path: root/synth/in_synth_cli.cpp
AgeCommit message (Collapse)Author
2013-05-19GPLizedFlorian Jung
2012-04-06improved inter-thread communication.Florian Jung
the in-synth-CLI still partially uses the non-synced communication. TODO!
2011-02-14Clean enabling/disabling of frameskip and watching per definesFlorian Jung
2011-02-08Updated program files are now reloaded automaticallyFlorian Jung
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-16In-synth-cli can now change snh-freqFlorian Jung
2011-01-14Fixed bug in in-synth-cli (reload)Florian Jung
Now the number is first parsed (via atoi) and THEN checked if in 0..127
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-11In-synth-cli can now (re)load programs. maybe SEGFAULTING?Florian 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 a yet very basic in-synth-interfaceFlorian Jung
The interface understands "quit" and "exit", and accepts but ignores "reload" and "load". It catches CTRL+C.