Commit graph

82 commits

Author SHA1 Message Date
Weird Constructor 1fbc6741cb fixing interpolation 2022-07-19 20:47:46 +02:00
Weird Constructor d67529be1b added documentation for writing nodes for HexoDSP 2022-07-19 05:54:26 +02:00
Weird Constructor 5216a88cc8 fixed a bug in TriSawLFO when the reverse point was modulated 2022-07-19 05:22:29 +02:00
Weird Constructor c5c26bdc3e Applied rustfmt 2022-07-17 11:58:28 +02:00
Weird Constructor 3861615d33 fixed stupid bug in the ctrl quantizer 2022-07-02 07:51:36 +02:00
Weird Constructor 74068fae1c fixed the one sided pverb, make it auto expand one channel to two 2021-10-30 19:40:11 +02:00
Weird Constructor 24ea58eda0 added BowStri oscillator 2021-10-30 10:03:45 +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 204c415c06 simplified the quantizer and wrote more tests 2021-08-28 16:28:03 +02:00
Weird Constructor b22c084b08 exploring more corner cases, fixing the lookup table 2021-08-28 14:56:20 +02:00
Weird Constructor a24ae750d6 fixed the note offset of the quantizer 2021-08-28 11:04:28 +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 9efcafcb6d Fix some warnings 2021-08-17 03:53:43 +02:00
Weird Constructor 6651d06f45 Adjusted the trigger threshold 2021-08-14 07:45:11 +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 c65ca730b1 Finished DSP implementation of the RndWk node 2021-08-13 05:12:42 +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 2f71b682b0 More work on Dattorro reverb 2021-08-06 19:25:24 +02:00
Weird Constructor 3d2c4c0c74 Started implementing the Dattorro plate reverb 2021-08-06 06:05:13 +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 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 24379ae521 Added distortion to the VPS oscillator and tweaked a few more parameters 2021-08-05 06:12:50 +02:00
Weird Constructor 509385ffd1 Relicensed to GPL-3.0-or-later. 2021-08-04 03:58:43 +02:00
Weird Constructor 360adc10be More helper functions to make life easier for HexoSynth 2021-08-01 20:35:57 +02:00
Weird Constructor 94c4428d04 Fixed the documentation code for PolyBlepOscillator 2021-08-01 06:55:43 +02:00
Weird Constructor b974ed0bd7 documented the PolyBlepOscillator 2021-08-01 06:43:17 +02:00
Weird Constructor 97d01f56ea Added a graph view to the BOsc oscillator 2021-07-26 05:48:42 +02:00
Weird Constructor 239928a313 Implemented a basic oscillator node 'BOsc' 2021-07-25 13:32:16 +02:00
Weird Constructor cdb054b62c Removed debugging prints 2021-07-23 03:51:43 +02:00
Weird Constructor 52649a9875 adjusted the Simper SVF to use the sin() coefficient calculation. 2021-07-19 18:46:45 +02:00
Weird Constructor 888205b3ef fix documentation warnings 2021-07-18 19:15:06 +02:00