Commit graph

419 commits

Author SHA1 Message Date
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
Weird Constructor 561781e3df boilerplate for serializing the block code 2022-08-03 18:48:10 +02:00
Weird Constructor 45857b064b implemented most of the arithmetics 2022-08-02 20:12:06 +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 41b0b3b7fc refactored test code a bit 2022-08-01 06:58:42 +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 bf79157f8a First steps of the block language compiler are done 2022-07-31 20:55:04 +02:00
Weird Constructor d9b4dcd984 figured out the output/input stuff better 2022-07-31 17:53:52 +02:00
Weird Constructor 053aceec4d extended test case and made notes about multiple outputs 2022-07-31 14:14:40 +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 5571def6dd Update date 2022-07-30 13:57:18 +02:00
Weird Constructor 40fc83c1f4 Mention the JIT 2022-07-30 13:50:34 +02:00
Weird Constructor 6229d9b310 moved blocklang over from HexoTK 2022-07-30 13:28:27 +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 1b89fed67d finished scope tests 2022-07-27 19:05:12 +02:00
Weird Constructor c495725f48 add a comment 2022-07-27 18:48:50 +02:00
Weird Constructor d6a734089c covered most of the scope functionality with tests now 2022-07-27 18:45:23 +02:00
Weird Constructor 366903bee5 Repaired first scope test 2022-07-27 06:59:58 +02:00
Weird Constructor cacd417c6d Noted the Scope node 2022-07-27 06:09:42 +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 c1f09e33f7 Noted the Scope feature in CHANGELOG.md 2022-07-27 05:55:07 +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 c73199185b Hide the inner workings of the UnsyncFloatBuf more 2022-07-25 05:49:00 +02:00
Weird Constructor e7507b2dd0 Slight documentation improvement 2022-07-25 05:09:06 +02:00
Weird Constructor 5ec75c3062 Fix find_unconnected_ports 2022-07-24 19:12:43 +02:00
Weird Constructor a336ae9420 Fix find_unconnected_ports 2022-07-24 19:11:02 +02:00