Commit graph

144 commits

Author SHA1 Message Date
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
Weird Constructor
92853ec1ea added some testing code for the filters 2021-07-10 22:25:51 +02:00
Weird Constructor
5dc702426c Started simple filter implementation 2021-07-10 22:16:55 +02:00
Weird Constructor
a91dbd0787 Use the new GraphFun to draw a proper AD envelope without undersampling artifacts. 2021-07-11 16:59:32 +02:00
Weird Constructor
3360a2afe9 Added mask to indicate which inputs are connected. 2021-07-10 21:29:58 +02:00
Weird Constructor
26830e8e56 Implemented a bitmask to enable nodes to not produce output if it is not used. 2021-07-10 21:27:18 +02:00
Weird Constructor
967535d771 Implemented test for modulation amounts 2021-07-10 21:16:14 +02:00
Weird Constructor
ade0a2f05f wrote test for mod amt serialization 2021-07-10 17:36:20 +02:00
Weird Constructor
ba3cc4f583 Fixed a bug in modops processing when no edge was assigned 2021-07-10 12:45:32 +02:00
Weird Constructor
e423ca22a3 fixes and debug logging 2021-07-10 10:16:23 +02:00
Weird Constructor
4b8f3d67e7 Remove ModOpSigRange and test NodeProg dump output. 2021-07-10 08:32:52 +02:00
Weird Constructor
5d975c91a4 implemented more of the parameter modulation amount 2021-07-07 05:03:28 +02:00
Weird Constructor
b932b55a8d WIP: mod amounts in NodeProg 2021-07-06 19:55:03 +02:00
Weird Constructor
196d094673 storing the modulation amount in the NodeConfigurator / Matrix is now implemented 2021-07-06 05:00:34 +02:00
Weird Constructor
b48d423b5a sketch out mod amount changes 2021-07-04 13:37:37 +02:00
Weird Constructor
870cc3f858 fixed warnings and adjust ed documentation of SMap 2021-07-04 12:16:01 +02:00
Weird Constructor
f2d47de149 implemented test for SMap and fixed some bugs 2021-07-04 10:05:55 +02:00
Weird Constructor
e0fa7bc5f3 updated gitignore 2021-07-04 08:41:07 +02:00
Weird Constructor
934e808de3 Integrated SMap into node index 2021-07-04 08:39:17 +02:00
Weird Constructor
1f6aa8d18b document the 'mode' of SMap 2021-07-03 14:29:01 +02:00
Weird Constructor
9913d3125f Implementing a simpler version of map 2021-07-03 14:26:49 +02:00
Weird Constructor
b2e7137521 tests for map completed 2021-07-03 10:23:33 +02:00
Weird Constructor
93590ed2a8 documented the Map node 2021-07-03 07:55:05 +02:00
Weird Constructor
7503e7f28c different rounding mode for the cv range min/max/offs knobs 2021-07-02 20:14:02 +02:00
Weird Constructor
c763d7ab8e fixed freq parameter rounding and freq calculation has been clamped and patch loading with unknown parameters is allowed for now. 2021-07-02 20:08:11 +02:00
Weird Constructor
ed429e867c more sensible defaults 2021-07-02 05:12:30 +02:00
Weird Constructor
8b296ab407 made the mapper easier to use 2021-07-02 05:12:17 +02:00
Weird Constructor
f99bcfc348 started work on the mapper node 2021-07-02 05:11:11 +02:00
Weird Constructor
fb3bb7dab2 finished noise implementation 2021-07-01 05:06:46 +02:00
Weird Constructor
bada6377ee added a Rng abstraction around SplitMix64 2021-07-01 05:06:42 +02:00
Weird Constructor
7b5ea3e27f added node_noise.rs 2021-06-30 22:15:32 +02:00
Weird Constructor
8c656a8ce3 Merge branch 'master' of ssh://hentai-kamen.m8geil.de:19022/WeirdConstructor/HexoDSP 2021-06-30 06:22:40 +02:00
Weird Constructor
c94a000115 Added information to the matrix to be able to quickly determine if a parameter has an input assigned. 2021-06-30 06:22:38 +02:00
Weird Constructor
dd89eebbd5 added to noise to oscillators 2021-06-30 03:55:26 +02:00
Weird Constructor
087983b386 boilerplate for a noise oscillator 2021-06-30 03:53:30 +02:00
Weird Constructor
143f204ac8 finished allpass tests 2021-06-29 05:08:43 +02:00
Weird Constructor
1020684e13 fix warnings 2021-06-28 19:33:02 +02:00
Weird Constructor
85ad5e7955 helpers for comb and allpass, and added allpass node 2021-06-28 05:10:46 +02:00
Weird Constructor
a92ad0de35 wrote test for tseq trig 2021-06-28 03:48:02 +02:00
Weird Constructor
9397b978dc added trigger input 2021-06-27 23:38:14 +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
845df99ab5 updated splitmix64 implementation 2021-06-23 05:13:50 +02:00
Weird Constructor
40c5c2c9c9 fix documentation for delay feedback 2021-06-23 05:12:37 +02:00
Weird Constructor
bdbfd01608 make a note for DelayBuffer::feed 2021-06-23 05:11:39 +02:00
Weird Constructor
3f8bee1301 fixed a bug in the delay line, that made it 1 sample off, getting incrementally worse 2021-06-23 05:11:24 +02:00
Weird Constructor
1e0caab020 finished writing tests for the delay node 2021-06-23 05:07:32 +02:00
Weird Constructor
adfcd3f431 wrote basic delay tests 2021-06-22 05:04:11 +02:00
Weird Constructor
b57dc2a4b7 with jack pls 2021-06-21 19:58:04 +02:00
Weird Constructor
7201ec315e fixed a performance bug 2021-06-21 06:05:53 +02:00