Commit graph

  • 0ab8cf1835 fix wasm build master Pascal Engélibert 2022-08-26 11:01:28 +0200
  • be4e9232cc Finished parameter access nodes Weird Constructor 2022-08-20 17:27:08 +0200
  • 82d903edba Implemented all 24 input parameters Weird Constructor 2022-08-20 14:01:54 +0200
  • 6bd070fcf3 Small refactor Weird Constructor 2022-08-20 08:40:39 +0200
  • 87630cb49a Added ExtA external parameter node Weird Constructor 2022-08-20 08:36:45 +0200
  • 8733656b48 Fixed some tests Weird Constructor 2022-08-18 20:23:56 +0200
  • d2a10dd4cb Mention trigger signal in Mux9 Weird Constructor 2022-08-18 20:06:50 +0200
  • bcc3f76113 comment Kahns algorithm Weird Constructor 2022-08-18 20:02:39 +0200
  • 1a1512a032 Added 'det' detune parameter to FormFM oscillator Weird Constructor 2022-08-18 19:46:32 +0200
  • 2e2424d60a Mention MidiCC Weird Constructor 2022-08-18 06:29:40 +0200
  • 790e13ecb4 Added MidiCC slew limiter and tests for MidiCC Weird Constructor 2022-08-18 06:28:59 +0200
  • 6db2766695 Documented MidiP node Weird Constructor 2022-08-16 06:30:46 +0200
  • 549aa8888d Finished gate len for MidiP Weird Constructor 2022-08-16 03:53:41 +0200
  • 3b4e8a36f5 Work on the gate length mode for MidiP Weird Constructor 2022-08-16 03:52:45 +0200
  • 5be2c93c45 Wrote gmode Trigger and a test for it Weird Constructor 2022-08-15 05:08:01 +0200
  • c175594b1f Added MIDI events to/from frontend thread Weird Constructor 2022-08-14 15:09:00 +0200
  • db2e5b13ed Make MidiCC working Weird Constructor 2022-08-14 07:22:58 +0200
  • 2c77ea83df added boilerplate for MidiCC Weird Constructor 2022-08-14 06:53:31 +0200
  • 0f5b44141d new buffer less and simpler style of midi event processing Weird Constructor 2022-08-14 00:32:48 +0200
  • 1d595fe52f fix 'det' parameter of MidiP Weird Constructor 2022-08-13 11:33:50 +0200
  • a40cc226fd Found a remaining bug in the MIDI handling Weird Constructor 2022-08-13 08:49:49 +0200
  • e46802870a Implemented more MidiP tests Weird Constructor 2022-08-12 18:57:42 +0200
  • 2e1c006d8d Add detuning and inputs for gate length Weird Constructor 2022-08-12 03:51:46 +0200
  • 026b4b0028 Commented test and removed debug prints Weird Constructor 2022-08-12 03:47:15 +0200
  • 60281a86b7 Made the first MidiP test work properly Weird Constructor 2022-08-11 20:29:06 +0200
  • 22698c3a1a Working on integrating the EventWindowing into HexoDSP Weird Constructor 2022-08-11 05:37:54 +0200
  • fb3a7f9896 Better note recalculation Weird Constructor 2022-08-11 05:11:26 +0200
  • 90c948d272 Got first rough prototype of the MidiP node going Weird Constructor 2022-08-10 22:42:48 +0200
  • ecd6b53c65 Working on the MidiP MIDI note input node Weird Constructor 2022-08-10 19:15:03 +0200
  • 20f41b1dfd Started working on MIDI processing Weird Constructor 2022-08-09 19:39:26 +0200
  • 1d95f8676f add method to Smoother Weird Constructor 2022-08-09 05:13:23 +0200
  • bed9bba375 Credit the contribution Weird Constructor 2022-08-08 06:44:40 +0200
  • 72eff23839
    Merge pull request #2 from Dimev/modfm Weird Constructor 2022-08-08 14:21:59 +0200
  • fd48aebad4 copyright notice Dimas Leenman 2022-08-08 14:19:32 +0200
  • e1799f6d45 renamed and improved, so no more atk/dcy but direct controls instead Dimas Leenman 2022-08-08 13:53:57 +0200
  • c4a9b56099 should be done Dimas Leenman 2022-08-07 23:51:12 +0200
  • c656b40729 only frequency test left + description Dimas Leenman 2022-08-07 21:28:45 +0200
  • 22aa19cf9f merge Dimas Leenman 2022-08-07 11:59:32 +0200
  • e96e635163 properly call query_returns for now Weird Constructor 2022-08-06 14:19:39 +0200
  • d3b032a1a4 Prepare for merge Weird Constructor 2022-08-06 09:34:41 +0200
  • 87104ded31 Refactored WBlockDSP into it's own sub module and removed the old wblockdsp.rs Weird Constructor 2022-08-06 09:28:30 +0200
  • 4c5d832036 Moved AtomicFloat to synfx-dsp Weird Constructor 2022-08-05 22:58:55 +0200
  • db01caaac0 Fix a lot of warnings Weird Constructor 2022-08-05 19:44:40 +0200
  • a0478f64e9 Made sure synfx-dsp-jit is optional Weird Constructor 2022-08-05 06:50:38 +0200
  • 808547dc16 Refactored out the DSP helper stuff into the synfx-dsp crate Weird Constructor 2022-08-05 06:45:06 +0200
  • d6b37e68d0 Check the phase oscillator of synfx-dsp-jit and make sure everything works as expected Weird Constructor 2022-08-05 05:14:26 +0200
  • 147e5ee18a Improved compiler error output and handling return values Weird Constructor 2022-08-04 22:51:16 +0200
  • 8781fc72f2 Removed non existing node types from blocklang Weird Constructor 2022-08-04 20:48:38 +0200
  • 0c75da0912 Made serialization working Weird Constructor 2022-08-04 03:46:56 +0200
  • 9683213c28 Started serializing the BlockFun structure Weird Constructor 2022-08-03 19:36:12 +0200
  • 561781e3df boilerplate for serializing the block code Weird Constructor 2022-08-03 18:48:10 +0200
  • 45857b064b implemented most of the arithmetics Weird Constructor 2022-08-02 20:12:06 +0200
  • 4c673ec198 Removed dummy jit code Weird Constructor 2022-08-02 05:12:09 +0200
  • 4d5a4ef865 Nearly finished the bjit2jit compiler. Weird Constructor 2022-08-02 05:07:18 +0200
  • 41b0b3b7fc refactored test code a bit Weird Constructor 2022-08-01 06:58:42 +0200
  • 648c94cf79 fixed broken test case for blocklang Weird Constructor 2022-08-01 05:31:07 +0200
  • c0dad77577 Wrote bjit to jit translator and got JIT code running in the Code node already Weird Constructor 2022-08-01 03:56:38 +0200
  • bf79157f8a First steps of the block language compiler are done Weird Constructor 2022-07-31 20:55:04 +0200
  • d9b4dcd984 figured out the output/input stuff better Weird Constructor 2022-07-31 17:53:52 +0200
  • 053aceec4d extended test case and made notes about multiple outputs Weird Constructor 2022-07-31 14:14:40 +0200
  • f5f8ed545c working on the block language to JIT compiler Weird Constructor 2022-07-31 12:18:42 +0200
  • 9b0f93c92b Added TDD test for blocklang Weird Constructor 2022-07-31 08:15:48 +0200
  • f5f242041a use synfx-dsp-jit now Weird Constructor 2022-07-30 23:11:33 +0200
  • 5571def6dd Update date Weird Constructor 2022-07-30 13:57:18 +0200
  • 40fc83c1f4 Mention the JIT Weird Constructor 2022-07-30 13:50:34 +0200
  • 6229d9b310 moved blocklang over from HexoTK Weird Constructor 2022-07-30 13:28:27 +0200
  • 89c1ffe79e rough PoC for Code node Weird Constructor 2022-07-30 01:52:30 +0200
  • 4fc1dc75fd working on the wblockdsp integration, found some weird bug in wblockdsp though... Weird Constructor 2022-07-30 00:26:01 +0200
  • 70f369af70 Added Code node Weird Constructor 2022-07-29 22:00:46 +0200
  • 36b76f5388 Improved WBlockDSP API Integration Weird Constructor 2022-07-29 21:30:56 +0200
  • 76a0e5cb88 Integration of WBlockDSP Weird Constructor 2022-07-29 21:10:51 +0200
  • 1b89fed67d finished scope tests Weird Constructor 2022-07-27 19:05:12 +0200
  • c495725f48 add a comment Weird Constructor 2022-07-27 18:48:50 +0200
  • d6a734089c covered most of the scope functionality with tests now Weird Constructor 2022-07-27 18:45:23 +0200
  • 366903bee5 Repaired first scope test Weird Constructor 2022-07-27 06:59:58 +0200
  • cacd417c6d Noted the Scope node Weird Constructor 2022-07-27 06:09:42 +0200
  • 90da8a1842 format Weird Constructor 2022-07-27 06:08:54 +0200
  • 5bfe9e8c97 Added threshold to ScopeHandle Weird Constructor 2022-07-27 06:02:06 +0200
  • c1f09e33f7 Noted the Scope feature in CHANGELOG.md Weird Constructor 2022-07-27 05:55:07 +0200
  • 78446e659e Pass through offs and gain for the scope Weird Constructor 2022-07-27 05:52:54 +0200
  • db906e7c2b converted scope_handle to store min/max values for a proper scope Weird Constructor 2022-07-27 02:02:54 +0200
  • 30284e27dc smoother time parameter for the scope Weird Constructor 2022-07-26 06:58:30 +0200
  • a025c7fbe2 Reworked scope DSP algorithm Weird Constructor 2022-07-26 06:51:41 +0200
  • 2f307a3c2e added more input parameters to the scope Weird Constructor 2022-07-26 06:14:49 +0200
  • f3437c895d fix offset in scope Weird Constructor 2022-07-25 06:47:57 +0200
  • 544c0084ff Get rid of the weird thingie... Weird Constructor 2022-07-25 06:36:07 +0200
  • 8d0dbe797c capture 3 signals at once Weird Constructor 2022-07-25 06:15:48 +0200
  • 64ece501ad Added a scope probe node, to provide direct signal views from the frontend Weird Constructor 2022-07-25 05:55:54 +0200
  • c73199185b Hide the inner workings of the UnsyncFloatBuf more Weird Constructor 2022-07-25 05:49:00 +0200
  • e7507b2dd0 Slight documentation improvement Weird Constructor 2022-07-25 05:09:06 +0200
  • 5ec75c3062 Fix find_unconnected_ports Weird Constructor 2022-07-24 19:12:43 +0200
  • a336ae9420 Fix find_unconnected_ports Weird Constructor 2022-07-24 19:11:02 +0200
  • 7bcca553fc Added find_unconnected_ports Weird Constructor 2022-07-24 19:04:08 +0200
  • f1e3dc8aae added more information to the automated test section in dsp/mod.rs Weird Constructor 2022-07-24 13:03:02 +0200
  • 2bd22fd731 division by 0 avoid Dimas Leenman 2022-07-24 12:37:56 +0200
  • 51453bae16 reformatting Weird Constructor 2022-07-24 12:19:49 +0200
  • 8bb075e23e now it should hopefully work with the new math Dimas Leenman 2022-07-24 12:16:39 +0200
  • 480aa8d9c5 Extended error reporting on MatrixCellChain Weird Constructor 2022-07-24 09:06:58 +0200
  • ee8bbd36a1 remove debug print Weird Constructor 2022-07-24 08:14:25 +0200
  • b98f978ab5 Fixed a bug in MatrixCellChain placement Weird Constructor 2022-07-24 08:12:59 +0200