rogue icon indicating copy to clipboard operation
rogue copied to clipboard

multimode softsynth

Results 15 rogue issues
Sort by recently updated
recently updated
newest added

``` Plugin: http://www.github.com/timowest/rogue UI: None JACK Name: rogue [New Thread 0xb6b14450 (LWP 5310)] [New Thread 0xb6a93450 (LWP 5311)] Cannot read socket fd = 5 err = Success CheckRes error JackSocketClientChannel...

On Fedora 20, LV2 1.8, lvtk from Git: g++ -fPIC -DPIC -std=c++11 -Ofast -ffast-math -g -shared dsp/_.cpp src/_.cpp `pkg-config --cflags --libs lvtk-plugin-1` `pkg-config --cflags --libs samplerate` -Idsp -Isrc -o rogue.so...

bug

- more starter presets (e.g. double saw/pulse) - Minimoog patch book - http://www.musicradar.com/news/tech/the-40-greatest-synth-sounds-of-all-time-ever-306114/1 - http://www.soundonsound.com/sos/may10/articles/pads.htm - http://www.uniquesquared.com/blog/5163/pro-audio/sound-design-101-synthesizer-basics-part-1/ - [x] Harpsichord http://www.synthtopia.com/content/2008/12/24/programming-a-synthesizer-harpsichord-sound/ - [ ] Axel F Lead http://www.youtube.com/watch?v=62KwTgn4x3o http://www.kvraudio.com/forum/viewtopic.php?t=336968 -...

feature

- [x] start - random start phase spread of individual harmonics - [ ] width - bandwidth of individual harmonics - [ ] tone (?) - amount of harmonics

Reference of TX81Z - [x] Separate output modulation source from input modulation source - [ ] FM feedback

- [x] Comb - [ ] Vocals (Formants)

especially - [ ] FM3 - [ ] FM7 - [ ] FM8

Add central LFO - [x] Poly - note on resets voice LFO - [x] Free - no resets (global LFO) - [ ] Mono - note on resets all LFOs...

feature

Results using gprof ``` Each sample counts as 0.01 seconds. % cumulative self self total time seconds seconds calls us/call us/call name 58.77 2.38 2.38 2000000 1.19 1.19 dsp::MoogFilter::process(float*, float*,...

Add pan modulation

feature