Commit graph

106 commits

Author SHA1 Message Date
Weird Constructor
425caaf654 CV -> Ctrl rename 2021-08-31 05:00:27 +02:00
Weird Constructor
8fa9ce35e9 Added trigger outputs to the quantizers 2021-08-30 03:55:42 +02:00
Weird Constructor
a496bb1b04 let Quant give feedback and fix CQnt when no key is set. 2021-08-29 10:59:59 +02:00
Weird Constructor
172138bc19 Implemented the real quantizer node now. 2021-08-28 19:56:08 +02:00
Weird Constructor
d24809112f started implementing the right quantizer 2021-08-28 08:09:17 +02:00
Weird Constructor
42553cc800 renamed Quant to CQnt, because it's more specialized than just a simple quantizer 2021-08-25 21:14:41 +02:00
Weird Constructor
a631240e64 Refactored the quantizer to it's own struct 2021-08-25 05:07:24 +02:00
Weird Constructor
46de4b442d Added omin/omax octave range to Quant 2021-08-24 03:59:41 +02:00
Weird Constructor
c5f70252e3 Implemented most of the Quant node 2021-08-23 05:10:33 +02:00
Weird Constructor
f6c17121ab Started work on a quantizer node 2021-08-23 18:42:39 +02:00
Weird Constructor
f1148cce6a Implemented Mux9. 2021-08-23 06:57:35 +02:00
Weird Constructor
2774c42d69 Documented ProcBuf 2021-08-18 05:11:20 +02:00
Weird Constructor
be9640ac9c Rename a few node descriptions and remove a debug print 2021-08-16 20:23:40 +02:00
Weird Constructor
2c458ca117 Moved TSeq to Mod and wrote first tests for PVerb 2021-08-15 12:49:39 +02:00
Weird Constructor
488192fd81 use the same parameter range for the slew and the predly 2021-08-13 20:27:47 +02:00
Weird Constructor
993c690bc4 Changed slew logix to a real slew rate limiter 2021-08-13 06:04:48 +02:00
Weird Constructor
369bc720b9 Renamed TsLfo to TsLFO 2021-08-13 05:13:17 +02:00
Weird Constructor
c65ca730b1 Finished DSP implementation of the RndWk node 2021-08-13 05:12:42 +02:00
Weird Constructor
f63292f9db started work on RndWlk node, for a triggered noise source 2021-08-12 22:12:24 +02:00
Weird Constructor
79c11cd45b Fixed some more bugs in the reverb 2021-08-08 12:51:31 +02:00
Weird Constructor
14bf59bfac Finished more generic float types in helpers.rs 2021-08-08 09:43:16 +02:00
Weird Constructor
e45b8a5ebd Finished reverb translation and added as a node, but there are still bugs to fix. 2021-08-07 16:56:59 +02:00
Weird Constructor
3d2c4c0c74 Started implementing the Dattorro plate reverb 2021-08-06 06:05:13 +02:00
Weird Constructor
d307ed898f More LFO time parameter fine tuning 2021-08-06 05:58:59 +02:00
Weird Constructor
41441ccb29 Working on the first LFO node 2021-08-06 05:49:03 +02:00
Weird Constructor
80e9fa0d8e removed other moog variants and replaced it with a slightly nicer/different one. 2021-08-06 05:14:42 +02:00
Weird Constructor
da08c8d85e implemented a Comb filter 2021-08-06 05:05:47 +02:00
Weird Constructor
ba8e6ec33f refactored the VPSOscillator into it's own struct 2021-08-05 18:26:09 +02:00
Weird Constructor
16dc1f01f4 rename oversample, tweaking limit_v 2021-08-05 06:57:31 +02:00
Weird Constructor
24379ae521 Added distortion to the VPS oscillator and tweaked a few more parameters 2021-08-05 06:12:50 +02:00
Weird Constructor
820c0bd69f implemented oversampling for the VPS oscillator, but it does not seem to do much... 2021-08-05 05:48:00 +02:00
Weird Constructor
f8be4ca565 added the resonator from FunDSP 2021-08-05 05:25:10 +02:00
Weird Constructor
f9b4509dd9 added a butterworth biquad filter node, mostly for testing it though... 2021-08-05 05:20:47 +02:00
Weird Constructor
32b2725f49 Implemented VPS oscillator and adapted some oversampling code 2021-08-04 06:51:31 +02:00
Weird Constructor
509385ffd1 Relicensed to GPL-3.0-or-later. 2021-08-04 03:58:43 +02:00
Weird Constructor
2c48e979c3 Added function and selector to prevent selection of specific random NodeIds 2021-08-03 06:21:04 +02:00
Weird Constructor
360adc10be More helper functions to make life easier for HexoSynth 2021-08-01 20:35:57 +02:00
Weird Constructor
8b07869963 defined a few helper functions 2021-08-01 16:35:56 +02:00
Weird Constructor
25aaf5ba7d Initialize all oscillators with different phases and adjust the corresponding tests accordingly. 2021-07-25 22:49:33 +02:00
Weird Constructor
239928a313 Implemented a basic oscillator node 'BOsc' 2021-07-25 13:32:16 +02:00
Weird Constructor
f4bc7341f6 Added Mix3 node, and changed serialization format to port names. 2021-07-24 23:00:09 +02:00
Weird Constructor
c4495d6039 implemented moog filter and started to test it 2021-07-18 08:18:32 +02:00
Weird Constructor
107f3521cc Make the noise atv default 0.5 for more useable not so fast clipping noise. 2021-07-17 09:47:57 +02:00
Weird Constructor
8c3c834907 Allow direct access to the NodeId::label. 2021-07-17 09:47:57 +02:00
Weird Constructor
4bcf1c7531 use the CaMeL case names of the nodes as cell label 2021-07-15 19:32:33 +02:00
Weird Constructor
b03f5e11e8 raised max resonance for simper svf 2021-07-15 05:09:48 +02:00
Weird Constructor
53853d890e implemented Simper SVF and refactored node_sfilter.rs 2021-07-15 05:08:06 +02:00
Weird Constructor
47ad5610f3 Implemented the Hal Chamberlin SVF filter, and wrote first test. 2021-07-12 19:54:01 +02:00
Weird Constructor
3d099f884c added RC filter implementation 2021-07-10 22:34:03 +02:00
Weird Constructor
7a869e57f5 implementation of DAFX one pole 2021-07-10 22:30:43 +02:00