Commit graph

469 commits

Author SHA1 Message Date
Weird Constructor b741399cee fixing annoying warnings 2022-07-03 07:18:43 +02:00
Weird Constructor 3861615d33 fixed stupid bug in the ctrl quantizer 2022-07-02 07:51:36 +02:00
Weird Constructor 328e245bd2 fixed mod amount setting causing graph change update on observer 2022-06-28 20:29:56 +02:00
Weird Constructor 6baef4be70 change ui type for keys setting 2022-06-28 06:31:36 +02:00
Weird Constructor 296d5f2638 fix minor vosc fft differnces in testsW 2022-06-28 05:24:43 +02:00
Weird Constructor 14d794299d Fix pverb tests 2022-06-28 05:23:24 +02:00
Weird Constructor 355a133d67 Fixed matrix to_repr test 2022-06-28 03:55:12 +02:00
Weird Constructor c3ad309a54 added ParamID::atom_ui as hint for the frontend 2022-06-28 03:52:10 +02:00
Weird Constructor bc196d5527 Minor fixes for nih-plug 2022-06-26 23:21:32 +02:00
Weird Constructor dcfa217fd0 fix newlines in descriptions 2022-06-25 10:23:14 +02:00
Weird Constructor d4d027183b remove debug prints 2022-06-25 08:37:05 +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 a1964b048e removed some stuff from bowed string 2021-10-30 16:20:10 +02:00
Weird Constructor ed1f9f7f4a tuned the BowStri oscillator 2021-10-30 16:14:26 +02:00
Weird Constructor 24ea58eda0 added BowStri oscillator 2021-10-30 10:03:45 +02:00
Weird Constructor bce7dfebe9 Added SAtom::s 2021-10-10 09:09:39 +02:00
Weird Constructor 9835ceb66e added type string method to SAtom 2021-10-10 08:54:29 +02:00
Weird Constructor 6acb4ead09 Implemented MatrixObserver for tracking changes to it's state for an UI 2021-10-09 20:25:07 +02:00
Weird Constructor f07bb6b87b Remade the NodeInfo type 2021-10-03 21:27:53 +02:00
Weird Constructor 4128fc69a0 Give direct access to the node parameters via the Matrix struct 2021-09-30 19:27:02 +02:00
Weird Constructor dabb3ffa8e Implemented tests for the Quant node 2021-09-07 05:06:09 +02:00
Weird Constructor e35ebbd8b0 finished test for CQnt 2021-09-06 03:46:45 +02:00
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