Commit graph

294 commits

Author SHA1 Message Date
Weird Constructor 0f5b44141d new buffer less and simpler style of midi event processing 2022-08-14 00:32:48 +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 2e1c006d8d Add detuning and inputs for gate length 2022-08-12 03:51:46 +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
Weird Constructor fb3a7f9896 Better note recalculation 2022-08-11 05:11:26 +02:00
Weird Constructor 90c948d272 Got first rough prototype of the MidiP node going 2022-08-10 22:42:48 +02:00
Weird Constructor ecd6b53c65 Working on the MidiP MIDI note input node 2022-08-10 19:15:03 +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
Dimas Leenman 22aa19cf9f merge 2022-08-07 11:59:32 +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 4c5d832036 Moved AtomicFloat to synfx-dsp 2022-08-05 22:58:55 +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 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 f5f242041a use synfx-dsp-jit now 2022-07-30 23:11:33 +02:00
Weird Constructor 89c1ffe79e rough PoC for Code node 2022-07-30 01:52:30 +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 70f369af70 Added Code node 2022-07-29 22:00:46 +02:00
Weird Constructor 1b89fed67d finished scope tests 2022-07-27 19:05:12 +02:00
Weird Constructor 90da8a1842 format 2022-07-27 06:08:54 +02:00
Weird Constructor 5bfe9e8c97 Added threshold to ScopeHandle 2022-07-27 06:02:06 +02:00
Weird Constructor 78446e659e Pass through offs and gain for the scope 2022-07-27 05:52:54 +02:00
Weird Constructor db906e7c2b converted scope_handle to store min/max values for a proper scope 2022-07-27 02:02:54 +02:00
Weird Constructor 30284e27dc smoother time parameter for the scope 2022-07-26 06:58:30 +02:00
Weird Constructor a025c7fbe2 Reworked scope DSP algorithm 2022-07-26 06:51:41 +02:00
Weird Constructor 2f307a3c2e added more input parameters to the scope 2022-07-26 06:14:49 +02:00
Weird Constructor f3437c895d fix offset in scope 2022-07-25 06:47:57 +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 f1e3dc8aae added more information to the automated test section in dsp/mod.rs 2022-07-24 13:03:02 +02:00
Dimas Leenman 2bd22fd731 division by 0 avoid 2022-07-24 12:37:56 +02:00
Dimas Leenman 8bb075e23e now it should hopefully work with the new math 2022-07-24 12:16:39 +02:00
Weird Constructor ed1ac581ce Improved documentation of MatrixCellChain 2022-07-24 07:27:18 +02:00
Weird Constructor fa6af749de added AllPass::next_linear 2022-07-21 02:03:16 +02:00
Dimas Leenman 612660852a maybe now 2022-07-20 14:45:48 +02:00
Dimas Leenman 7b20af0eec proper macros I hope 2022-07-20 14:31:00 +02:00
Dimas Leenman 505662414a sample rate 2022-07-20 14:06:14 +02:00
Dimas Leenman acc933add3 increment sample rate 2022-07-20 13:57:40 +02:00
Dimas Leenman ddf42fefd5 now compiles 2022-07-20 12:32:18 +02:00
Weird Constructor e6fad9086b described signal ranges a bit more 2022-07-20 06:29:56 +02:00
Weird Constructor fab61d330a wrote a paragraph about node names 2022-07-20 06:26:28 +02:00
Weird Constructor 2febe4a7e8 Improved documentation of the helpers 2022-07-20 05:40:41 +02:00