Commit graph

159 commits

Author SHA1 Message Date
Weird Constructor be4e9232cc Finished parameter access nodes 2022-08-20 17:27:08 +02:00
Weird Constructor 82d903edba Implemented all 24 input parameters 2022-08-20 14:01:54 +02:00
Weird Constructor 87630cb49a Added ExtA external parameter node 2022-08-20 08:36:45 +02:00
Weird Constructor 8733656b48 Fixed some tests 2022-08-18 20:23:56 +02:00
Weird Constructor 1a1512a032 Added 'det' detune parameter to FormFM oscillator 2022-08-18 19:46:32 +02:00
Weird Constructor 790e13ecb4 Added MidiCC slew limiter and tests for MidiCC 2022-08-18 06:28:59 +02:00
Weird Constructor 549aa8888d Finished gate len for MidiP 2022-08-16 03:53:41 +02:00
Weird Constructor 3b4e8a36f5 Work on the gate length mode for MidiP 2022-08-16 03:52:45 +02:00
Weird Constructor 5be2c93c45 Wrote gmode Trigger and a test for it 2022-08-15 05:08:01 +02:00
Weird Constructor c175594b1f Added MIDI events to/from frontend thread 2022-08-14 15:09:00 +02:00
Weird Constructor 1d595fe52f fix 'det' parameter of MidiP 2022-08-13 11:33:50 +02:00
Weird Constructor a40cc226fd Found a remaining bug in the MIDI handling 2022-08-13 08:49:49 +02:00
Weird Constructor e46802870a Implemented more MidiP tests 2022-08-12 18:57:42 +02:00
Weird Constructor 026b4b0028 Commented test and removed debug prints 2022-08-12 03:47:15 +02:00
Weird Constructor 60281a86b7 Made the first MidiP test work properly 2022-08-11 20:29:06 +02:00
Dimas Leenman fd48aebad4 copyright notice 2022-08-08 14:19:32 +02:00
Dimas Leenman e1799f6d45 renamed and improved, so no more atk/dcy but direct controls instead 2022-08-08 13:53:57 +02:00
Dimas Leenman c4a9b56099 should be done 2022-08-07 23:51:12 +02:00
Dimas Leenman c656b40729 only frequency test left + description 2022-08-07 21:28:45 +02:00
Weird Constructor 87104ded31 Refactored WBlockDSP into it's own sub module and removed the old wblockdsp.rs 2022-08-06 09:28:30 +02:00
Weird Constructor db01caaac0 Fix a lot of warnings 2022-08-05 19:44:40 +02:00
Weird Constructor a0478f64e9 Made sure synfx-dsp-jit is optional 2022-08-05 06:50:38 +02:00
Weird Constructor 808547dc16 Refactored out the DSP helper stuff into the synfx-dsp crate 2022-08-05 06:45:06 +02:00
Weird Constructor d6b37e68d0 Check the phase oscillator of synfx-dsp-jit and make sure everything works as expected 2022-08-05 05:14:26 +02:00
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