Commit graph

66 commits

Author SHA1 Message Date
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
Weird Constructor
20f41b1dfd Started working on MIDI processing 2022-08-09 19:39:26 +02:00
Dimas Leenman
c656b40729 only frequency test left + description 2022-08-07 21:28:45 +02:00
Weird Constructor
e96e635163 properly call query_returns for now 2022-08-06 14:19:39 +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
147e5ee18a Improved compiler error output and handling return values 2022-08-04 22:51:16 +02:00
Weird Constructor
0c75da0912 Made serialization working 2022-08-04 03:46:56 +02:00
Weird Constructor
4c673ec198 Removed dummy jit code 2022-08-02 05:12:09 +02:00
Weird Constructor
4d5a4ef865 Nearly finished the bjit2jit compiler. 2022-08-02 05:07:18 +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
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
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
36b76f5388 Improved WBlockDSP API Integration 2022-07-29 21:30:56 +02:00
Weird Constructor
76a0e5cb88 Integration of WBlockDSP 2022-07-29 21:10:51 +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
e0f51d04a2 fix formatting 2022-07-19 05:55:10 +02:00
Weird Constructor
678bcd07b4 remove debug prints 2022-07-17 13:07:37 +02:00
Weird Constructor
6a90ded336 Fix race condition between GraphMessage and QuickMessage 2022-07-17 13:06:56 +02:00
Weird Constructor
c5c26bdc3e Applied rustfmt 2022-07-17 11:58:28 +02:00
Weird Constructor
b741399cee fixing annoying warnings 2022-07-03 07:18:43 +02:00
Weird Constructor
bc196d5527 Minor fixes for nih-plug 2022-06-26 23:21:32 +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
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
2c458ca117 Moved TSeq to Mod and wrote first tests for PVerb 2021-08-15 12:49:39 +02:00
Weird Constructor
509385ffd1 Relicensed to GPL-3.0-or-later. 2021-08-04 03:58:43 +02:00
Weird Constructor
37b57a4472 more helper functions for the Cluster functionality in HexoSynth 2021-07-31 13:26:10 +02:00
Weird Constructor
c6da61e38b Logging used a bit more 2021-07-24 11:02:43 +02:00
Weird Constructor
cdb054b62c Removed debugging prints 2021-07-23 03:51:43 +02:00
Weird Constructor
c15557d270 fixed thread safety issues with PatternData 2021-07-22 05:31:54 +02:00
Weird Constructor
1a5dfb4b50 remove debug print 2021-07-17 21:24:24 +02:00
Weird Constructor
3360a2afe9 Added mask to indicate which inputs are connected. 2021-07-10 21:29:58 +02:00
Weird Constructor
26830e8e56 Implemented a bitmask to enable nodes to not produce output if it is not used. 2021-07-10 21:27:18 +02:00
Weird Constructor
ba3cc4f583 Fixed a bug in modops processing when no edge was assigned 2021-07-10 12:45:32 +02:00
Weird Constructor
e423ca22a3 fixes and debug logging 2021-07-10 10:16:23 +02:00
Weird Constructor
4b8f3d67e7 Remove ModOpSigRange and test NodeProg dump output. 2021-07-10 08:32:52 +02:00
Weird Constructor
5d975c91a4 implemented more of the parameter modulation amount 2021-07-07 05:03:28 +02:00