Commit graph

93 commits

Author SHA1 Message Date
Weird Constructor
4bf011261e added delay sync 2021-06-20 13:14:19 +02:00
Weird Constructor
63644b00da removed DC blocker from delay, was a bad idea if you want to delay CV.... 2021-06-20 09:12:02 +02:00
Weird Constructor
8995541fda parameter fine tuning 2021-06-20 08:28:40 +02:00
Weird Constructor
47681a28f0 fixed delay time scale 2021-06-19 14:11:23 +02:00
Weird Constructor
cbc69f3ca3 implemented untested DSP part of Delay 2021-06-19 12:17:22 +02:00
Weird Constructor
9e752fe3f1 documented the delay node 2021-06-19 11:17:00 +02:00
Weird Constructor
337ffa12f5 prepared delay boilerplate 2021-06-19 10:50:39 +02:00
Weird Constructor
a89433c320 implemented delay buffer 2021-06-19 09:34:02 +02:00
Weird Constructor
b4796e98cf fixed warnings 2021-06-18 05:09:36 +02:00
Weird Constructor
8ee47a7eac finished Ad graph 2021-06-18 05:06:14 +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
9cc9fafc7e tested direct trigger 2021-06-16 03:55:41 +02:00
Weird Constructor
a425733a51 made node_test finally useful for... tests! 2021-06-16 03:54:46 +02:00
Weird Constructor
bf8f96b56d simplified code a bit more 2021-06-15 20:01:03 +02:00
Weird Constructor
152f193388 fixed inner workings of AD envelope 2021-06-15 19:51:33 +02:00
Weird Constructor
52ce2f26af implemente Ad node, still need to test 2021-06-15 05:12:53 +02:00
Weird Constructor
3fbc471ff4 small code cleanup 2021-06-14 18:42:40 +02:00
Weird Constructor
c45c15d64b sketched out the AD envelope 2021-06-14 05:37:08 +02:00
Weird Constructor
9f7d67f096 finished Ad node boilerplate 2021-06-13 08:48:42 +02:00
Weird Constructor
14525276b3 changed int to float WAV conversion to sample / 0x8000 2021-06-13 07:23:25 +02:00
Weird Constructor
c2ee0f0c21 set proper trigger length 2021-06-12 16:58:53 +02:00
Weird Constructor
5fee595674 implemented a helper for emitting triggers 2021-06-12 16:57:25 +02:00
Weird Constructor
c9c5746bf9 changed documentation of sampler dir 2021-06-12 09:20:44 +02:00
Weird Constructor
4f29168a08 implemented reverse mode for sample player 2021-06-12 09:12:25 +02:00
Weird Constructor
30b67efe70 replace len with mxlen instead 2021-06-11 05:05:42 +02:00
Weird Constructor
e6df5039ef fixed test after out.gain had been added 2021-06-11 05:01:19 +02:00
Weird Constructor
384274aadf documented TSeq 2021-06-08 18:59:31 +02:00
Weird Constructor
d5535ce397 Added 'gain' parameter to Out and more documentation. 2021-06-08 05:08:52 +02:00
Weird Constructor
faf06be4e1 Added documentation for Out, FbWr and FbRd. 2021-06-08 05:08:45 +02:00
Weird Constructor
8eed5a0661 added documentation for FbWr and FbRd 2021-06-08 05:02:16 +02:00
Weird Constructor
718f46154f improving documentation 2021-06-08 03:56:40 +02:00
Weird Constructor
404c8d6509 fixed feedback delay buffer, it was dependent on the sample rate 2021-06-07 05:09:58 +02:00
Weird Constructor
e9e84df708 fix some clippy warnings 2021-06-07 05:06:04 +02:00
Weird Constructor
a846242218 fixed warnings 2021-06-07 05:03:29 +02:00
Weird Constructor
b88f79b87b fix sampl test cases, because of default param change 2021-06-07 05:01:55 +02:00
Weird Constructor
f925ac8116 added help and description to nodes 2021-06-07 05:00:10 +02:00
Weird Constructor
c09477d50f the mod definition now also defines the step resolution 2021-06-06 18:09:21 +02:00
Weird Constructor
7703523749 use trunc and not floor for display 2021-06-06 13:36:53 +02:00
Weird Constructor
1d5ea0599e round instead of flooring cents 2021-06-06 13:33:41 +02:00
Weird Constructor
12c8362465 detune rounding implemented 2021-06-06 13:19:31 +02:00
Weird Constructor
ad250e65fd proper min/max for the detune params 2021-06-06 12:27:34 +02:00
Weird Constructor
2a0ea2014f finished tests for sine and sampl detune 2021-06-06 11:14:50 +02:00
Weird Constructor
1ceb25bf31 fixed sine detune test 2021-06-06 09:31:41 +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
79c3e36eab sin now has a detune UI parameter (not yet handled in DSP) 2021-06-05 09:13:42 +02:00
Weird Constructor
1b22ab623a added missing file and implemented gate output ports to the sequencer 2021-06-04 20:24:55 +02:00
Weird Constructor
d069c4aafa finished settings formatting via macro refactor 2021-06-04 18:14:41 +02:00