Commit graph

469 commits

Author SHA1 Message Date
Weird Constructor be9640ac9c Rename a few node descriptions and remove a debug print 2021-08-16 20:23:40 +02:00
Weird Constructor 7b17b4766c Added test for VOsc 2021-08-16 03:53:59 +02:00
Weird Constructor 52d12fa213 completed PVerb tests 2021-08-15 14:44:57 +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 348cc8d7c7 Fix the PVerb blowing up with too small sizes. 2021-08-14 22:03:05 +02:00
Weird Constructor 05932d28ba fixed a bug in the dattorro reverb with the pre-delay amount 2021-08-14 11:27:23 +02:00
Weird Constructor 78257f82bc Documented the PVerb node. 2021-08-14 11:05:26 +02:00
Weird Constructor 6651d06f45 Adjusted the trigger threshold 2021-08-14 07:45:11 +02:00
Weird Constructor a9ac7ec1e8 Fix the top reflection in the RndWk max 2021-08-14 00:39:46 +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 d2cd29c65f fixed slew times of the rndwk tests 2021-08-13 06:12:18 +02:00
Weird Constructor 993c690bc4 Changed slew logix to a real slew rate limiter 2021-08-13 06:04:48 +02:00
Weird Constructor 99eead8402 Refactored out SlewValue, fixed TsLFO test, added RndWk test. Documented RndWk. 2021-08-13 05:48:20 +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 25fffde4eb fixed delay tests, broken due to fixed delay interpolation 2021-08-12 22:18:00 +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 cd41a16894 added test case for TsLfo 2021-08-12 06:10:01 +02:00
Weird Constructor e985f704f1 another test for the comb filter 2021-08-12 05:47:31 +02:00
Weird Constructor fc4d4b418a Added test for the Comb node 2021-08-12 03:55:46 +02:00
Weird Constructor ec88b9821c Fixed tests 2021-08-11 05:05:04 +02:00
Weird Constructor 815745c4ec ah, forgot you can modulate the size of the reverb from the outside. back to cubic for the delay lines in the reverb. 2021-08-08 21:17:38 +02:00
Weird Constructor c0c0ac7b04 fixed interpolation in the delay line and switched to nearest for the delays in the dattorro reverb and to cubic inside the modulated all-pass filters. 2021-08-08 21:16:40 +02:00
Weird Constructor 0f344b0fc1 removed DC offset stuff from BOsc and the all pass has a more standard implementation again now. 2021-08-08 14:56:54 +02:00
Weird Constructor dae7c512eb I think the reverb is now mostly done! 2021-08-08 13:43:51 +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 d6c1a38102 Working on making the stuff in hexodsp::dsp::helpers f32/f64 agnostic 2021-08-08 00:56:10 +02:00
Weird Constructor 525c8d8c1b Fixed more bugs in the Dattorro reverb (delay time interpretation in DelayBuffer) 2021-08-08 00:12:02 +02:00
Weird Constructor c57274bfe4 Fixed a bug in the allpass filter, and the dattorro reverb sounds better and better, still some weird glitchy stuff in the modulation 2021-08-07 19:18:54 +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 43f1f6d7b9 more translation work on the Dattorro reverb 2021-08-07 11:31:52 +02:00
Weird Constructor d529156bb8 implemented some crossfade curves 2021-08-07 10:00:42 +02:00
Weird Constructor ca871c78d1 More implementation work on the Dattorro reverb 2021-08-07 08:37:41 +02:00
Weird Constructor 2f71b682b0 More work on Dattorro reverb 2021-08-06 19:25:24 +02:00
Weird Constructor 83b8c1a1fc translated some more dattorro code 2021-08-06 06:38:08 +02:00
Weird Constructor 3d2c4c0c74 Started implementing the Dattorro plate reverb 2021-08-06 06:05:13 +02:00
Weird Constructor a99c703781 fix the graph for the LFO 2021-08-06 06:01:11 +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 210d542af5 proper wrapping 2021-08-06 02:09:18 +02:00
Weird Constructor 7e743eae07 Documented more stuff 2021-08-06 02:02:26 +02:00
Weird Constructor bb052d0837 Document oversampling and distortion with VPSOscillator 2021-08-05 18:39:42 +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 a0b22a49b1 worked a bit on the limits of the v and d parameters 2021-08-05 06:32:54 +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 b4d6cb1cdb jiggled code around... 2021-08-05 05:48:27 +02:00