Commit graph

153 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 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 c175594b1f Added MIDI events to/from frontend thread 2022-08-14 15:09:00 +02:00
Weird Constructor 2c77ea83df added boilerplate for MidiCC 2022-08-14 06:53:31 +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 ecd6b53c65 Working on the MidiP MIDI note input node 2022-08-10 19:15:03 +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 22aa19cf9f merge 2022-08-07 11:59:32 +02:00
Weird Constructor 4c5d832036 Moved AtomicFloat to synfx-dsp 2022-08-05 22:58:55 +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 70f369af70 Added Code node 2022-07-29 22:00:46 +02:00
Weird Constructor 90da8a1842 format 2022-07-27 06:08: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 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
Weird Constructor ed1ac581ce Improved documentation of MatrixCellChain 2022-07-24 07:27:18 +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 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
Dimas Leenman cbf00e8e39 initial formant synth 2022-07-19 11:44:54 +02:00
Weird Constructor 649ce74aaf more notes about the quality guideline 2022-07-19 06:10:24 +02:00
Weird Constructor 239b9b574a More documentation 2022-07-19 06:07:14 +02:00
Weird Constructor ad4ea837b9 more details about testing 2022-07-19 06:04:30 +02:00
Weird Constructor f8a0ebb447 more documentation 2022-07-19 06:02:13 +02:00
Weird Constructor 5b1aa9a9e3 paragraph about node inputs 2022-07-19 06:00:40 +02:00
Weird Constructor d67529be1b added documentation for writing nodes for HexoDSP 2022-07-19 05:54:26 +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 6baef4be70 change ui type for keys setting 2022-06-28 06:31:36 +02:00
Weird Constructor c3ad309a54 added ParamID::atom_ui as hint for the frontend 2022-06-28 03:52:10 +02:00
Weird Constructor bc196d5527 Minor fixes for nih-plug 2022-06-26 23:21:32 +02:00
Weird Constructor d4d027183b remove debug prints 2022-06-25 08:37:05 +02:00
Weird Constructor 24ea58eda0 added BowStri oscillator 2021-10-30 10:03:45 +02:00
Weird Constructor f07bb6b87b Remade the NodeInfo type 2021-10-03 21:27:53 +02:00
Weird Constructor 8c28c210a6 assign default colors to the categories 2021-09-01 18:56:27 +02:00
Weird Constructor 425caaf654 CV -> Ctrl rename 2021-08-31 05:00:27 +02:00
Weird Constructor 8fa9ce35e9 Added trigger outputs to the quantizers 2021-08-30 03:55:42 +02:00
Weird Constructor a496bb1b04 let Quant give feedback and fix CQnt when no key is set. 2021-08-29 10:59:59 +02:00