Commit graph

135 commits

Author SHA1 Message Date
Weird Constructor
4d5a4ef865 Nearly finished the bjit2jit compiler. 2022-08-02 05:07:18 +02:00
Weird Constructor
41b0b3b7fc refactored test code a bit 2022-08-01 06:58:42 +02:00
Weird Constructor
648c94cf79 fixed broken test case for blocklang 2022-08-01 05:31:07 +02:00
Weird Constructor
c0dad77577 Wrote bjit to jit translator and got JIT code running in the Code node already 2022-08-01 03:56:38 +02:00
Weird Constructor
bf79157f8a First steps of the block language compiler are done 2022-07-31 20:55:04 +02:00
Weird Constructor
d9b4dcd984 figured out the output/input stuff better 2022-07-31 17:53:52 +02:00
Weird Constructor
053aceec4d extended test case and made notes about multiple outputs 2022-07-31 14:14:40 +02:00
Weird Constructor
f5f8ed545c working on the block language to JIT compiler 2022-07-31 12:18:42 +02:00
Weird Constructor
9b0f93c92b Added TDD test for blocklang 2022-07-31 08:15:48 +02:00
Weird Constructor
4fc1dc75fd working on the wblockdsp integration, found some weird bug in wblockdsp though... 2022-07-30 00:26:01 +02:00
Weird Constructor
1b89fed67d finished scope tests 2022-07-27 19:05:12 +02:00
Weird Constructor
c495725f48 add a comment 2022-07-27 18:48:50 +02:00
Weird Constructor
d6a734089c covered most of the scope functionality with tests now 2022-07-27 18:45:23 +02:00
Weird Constructor
366903bee5 Repaired first scope test 2022-07-27 06:59:58 +02:00
Weird Constructor
544c0084ff Get rid of the weird thingie... 2022-07-25 06:36:07 +02:00
Weird Constructor
8d0dbe797c capture 3 signals at once 2022-07-25 06:15:48 +02:00
Weird Constructor
64ece501ad Added a scope probe node, to provide direct signal views from the frontend 2022-07-25 05:55:54 +02:00
Weird Constructor
51453bae16 reformatting 2022-07-24 12:19:49 +02:00
Weird Constructor
ed1ac581ce Improved documentation of MatrixCellChain 2022-07-24 07:27:18 +02:00
Weird Constructor
eff41e7ad5 Forgot chain_builder.rs and added a real world test 2022-07-24 07:08:18 +02:00
Weird Constructor
557b0b7121 Added Matrix::get_connections. 2022-07-23 09:54:16 +02:00
Weird Constructor
bad3e2043e fixed broken tests over delaybuffer fix 2022-07-20 05:21:56 +02:00
Weird Constructor
c558e8226e fix allp test 2022-07-20 05:16:11 +02:00
Weird Constructor
5a4dc0e2aa Tested the cubic interpolation now properly, also against alternative maths 2022-07-20 03:57:33 +02:00
Weird Constructor
1ee4af6cd1 working on finally fixed interpolation functions in the delay line and the sampler 2022-07-20 02:01:47 +02:00
Weird Constructor
1fbc6741cb fixing interpolation 2022-07-19 20:47:46 +02:00
Weird Constructor
e0f51d04a2 fix formatting 2022-07-19 05:55:10 +02:00
Weird Constructor
c5c26bdc3e Applied rustfmt 2022-07-17 11:58:28 +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
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
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
a7e64b802d Added test case for Mux9 2021-08-23 05:53:21 +02:00
Weird Constructor
9efcafcb6d Fix some warnings 2021-08-17 03:53:43 +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
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
d2cd29c65f fixed slew times of the rndwk tests 2021-08-13 06:12:18 +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
25fffde4eb fixed delay tests, broken due to fixed delay interpolation 2021-08-12 22:18:00 +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