Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-16 | In-synth-cli can now change snh-freq | Florian Jung | |
2011-01-14 | Fixed 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-14 | Moved lfos and sample-and-hold in own source file | Florian Jung | |
2011-01-12 | Extended in-synth-cli | Florian 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-12 | Fatal-warning gets disabled when entering in-synth-CLI | Florian Jung | |
2011-01-11 | In-synth-cli can now (re)load programs. maybe SEGFAULTING? | 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. |