Commit graph

19 commits

Author SHA1 Message Date
Weird Constructor 509385ffd1 Relicensed to GPL-3.0-or-later. 2021-08-04 03:58:43 +02:00
Weird Constructor f413bf76dd Added a basic test for BOsc 2021-07-26 05:34:16 +02:00
Weird Constructor 88874c75b5 replaced microfft with rustfft for bigger fft sizes 2021-07-12 06:29:33 +02:00
Weird Constructor 4e2cb0dca4 some basic fft code based on rustfft crate 2021-07-12 06:23:45 +02:00
Weird Constructor 367d446dc1 implemented proper tests for the one pole filters 2021-07-11 11:03:20 +02:00
Weird Constructor de15c3cfd7 there is no limit for audio files, it's up to you to kill your ram. 2021-06-27 07:48:42 +02:00
Weird Constructor 1e0caab020 finished writing tests for the delay node 2021-06-23 05:07:32 +02:00
Weird Constructor b4796e98cf fixed warnings 2021-06-18 05:09:36 +02:00
Weird Constructor e13cf0834e finished AD tests and added preliminary graph impl 2021-06-18 03:58:00 +02:00
Weird Constructor 32dd6468a8 implemented more tests for AD env 2021-06-17 05:09:49 +02:00
Weird Constructor ca2fbaa671 wrote a test for frequency cleanliness 2021-06-16 19:54:20 +02:00
Weird Constructor f673792c17 wrote retrigger test 2021-06-16 05:06:50 +02:00
Weird Constructor 52ce2f26af implemente Ad node, still need to test 2021-06-15 05:12:53 +02:00
Weird Constructor 2a0ea2014f finished tests for sine and sampl detune 2021-06-06 11:14:50 +02:00
Weird Constructor a9ac28e351 applied detune to the sampler and sin, added tests that need to be fixed 2021-06-06 09:24:41 +02:00
Weird Constructor a9ad083e27 fixed a crash bug 2021-05-29 15:22:32 +02:00
Weird Constructor 85aa59d242 finished declick 2021-05-29 14:48:00 +02:00
Weird Constructor a7a2a26d67 implemented declick, working on tests 2021-05-29 13:45:26 +02:00
Weird Constructor 3530b6df2d implemented offset and len for sampler, and unified the oneshot and loop implementation. 2021-05-29 11:41:46 +02:00