Commit Graph

469 Commits

Author SHA1 Message Date
Pascal Engélibert 0ab8cf1835 fix wasm build 2022-08-26 11:01:28 +02:00
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 6bd070fcf3 Small refactor 2022-08-20 08:40:39 +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 d2a10dd4cb Mention trigger signal in Mux9 2022-08-18 20:06:50 +02:00
Weird Constructor bcc3f76113 comment Kahns algorithm 2022-08-18 20:02:39 +02:00
Weird Constructor 1a1512a032 Added 'det' detune parameter to FormFM oscillator 2022-08-18 19:46:32 +02:00
Weird Constructor 2e2424d60a Mention MidiCC 2022-08-18 06:29:40 +02:00
Weird Constructor 790e13ecb4 Added MidiCC slew limiter and tests for MidiCC 2022-08-18 06:28:59 +02:00
Weird Constructor 6db2766695 Documented MidiP node 2022-08-16 06:30:46 +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 db2e5b13ed Make MidiCC working 2022-08-14 07:22:58 +02:00
Weird Constructor 2c77ea83df added boilerplate for MidiCC 2022-08-14 06:53:31 +02:00
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 e46802870a Implemented more MidiP tests 2022-08-12 18:57:42 +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 22698c3a1a Working on integrating the EventWindowing into HexoDSP 2022-08-11 05:37:54 +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
Weird Constructor 20f41b1dfd Started working on MIDI processing 2022-08-09 19:39:26 +02:00
Weird Constructor 1d95f8676f add method to Smoother 2022-08-09 05:13:23 +02:00
Weird Constructor bed9bba375 Credit the contribution 2022-08-08 06:44:40 +02:00
Weird Constructor 72eff23839
Merge pull request #2 from Dimev/modfm
Awesome! Thanks a lot for the work and polish!
2022-08-08 14:21:59 +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 e96e635163 properly call query_returns for now 2022-08-06 14:19:39 +02:00
Weird Constructor d3b032a1a4 Prepare for merge 2022-08-06 09:34:41 +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 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 147e5ee18a Improved compiler error output and handling return values 2022-08-04 22:51:16 +02:00
Weird Constructor 8781fc72f2 Removed non existing node types from blocklang 2022-08-04 20:48:38 +02:00
Weird Constructor 0c75da0912 Made serialization working 2022-08-04 03:46:56 +02:00
Weird Constructor 9683213c28 Started serializing the BlockFun structure 2022-08-03 19:36:12 +02:00