Weird Constructor
|
a8a0183948
|
documented CQnt
|
2021-09-06 03:35:57 +02:00 |
|
Weird Constructor
|
93739afa25
|
Adjusted the documentation of a few nodes.
|
2021-09-03 05:13:02 +02:00 |
|
Weird Constructor
|
8c28c210a6
|
assign default colors to the categories
|
2021-09-01 18:56:27 +02:00 |
|
Weird Constructor
|
425caaf654
|
CV -> Ctrl rename
|
2021-08-31 05:00:27 +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
|
b2570f5484
|
finished pseudo coding the quantizer lookup table
|
2021-08-27 05:31:25 +02:00 |
|
Weird Constructor
|
1eb1f4ac15
|
fix order for butterworth cascade
|
2021-08-27 05:18:37 +02:00 |
|
Weird Constructor
|
c5f6478af6
|
hopefully fixed the butterworth cascaded Q values for the AA filter now
|
2021-08-27 05:03:48 +02:00 |
|
Weird Constructor
|
ce574c7243
|
work on the proper quantizer
|
2021-08-26 05:01:22 +02:00 |
|
Weird Constructor
|
88228ebb46
|
started work on a real quantizer
|
2021-08-25 21:20:54 +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
|
46de4b442d
|
Added omin/omax octave range to Quant
|
2021-08-24 03:59:41 +02:00 |
|
Weird Constructor
|
c5f70252e3
|
Implemented most of the Quant node
|
2021-08-23 05:10:33 +02:00 |
|
Weird Constructor
|
f6c17121ab
|
Started work on a quantizer node
|
2021-08-23 18:42:39 +02:00 |
|
Weird Constructor
|
a7e64b802d
|
Added test case for Mux9
|
2021-08-23 05:53:21 +02:00 |
|
Weird Constructor
|
fd9b813230
|
Documented Mux9 node.
|
2021-08-23 02:01:39 +02:00 |
|
Weird Constructor
|
3c096a9f24
|
Merge branch 'master' of ssh://m8geil.de:19022/WeirdConstructor/HexoDSP
|
2021-08-23 19:02:08 +02:00 |
|
Weird Constructor
|
f1148cce6a
|
Implemented Mux9.
|
2021-08-23 06:57:35 +02:00 |
|
Weird Constructor
|
eb288d1760
|
The preset format now stores denormalized values, for better compatibility when the parameter ranges change.
|
2021-08-18 06:38:37 +02:00 |
|
Weird Constructor
|
2774c42d69
|
Documented ProcBuf
|
2021-08-18 05:11:20 +02:00 |
|
Weird Constructor
|
9efcafcb6d
|
Fix some warnings
|
2021-08-17 03:53:43 +02:00 |
|
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 |
|