Commit graph

391 commits

Author SHA1 Message Date
Weird Constructor 808547dc16 Refactored out the DSP helper stuff into the synfx-dsp crate 2022-08-05 06:45:06 +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
Weird Constructor 7bcca553fc Added find_unconnected_ports 2022-07-24 19:04:08 +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 51453bae16 reformatting 2022-07-24 12:19:49 +02:00
Weird Constructor 480aa8d9c5 Extended error reporting on MatrixCellChain 2022-07-24 09:06:58 +02:00
Weird Constructor ee8bbd36a1 remove debug print 2022-07-24 08:14:25 +02:00
Weird Constructor b98f978ab5 Fixed a bug in MatrixCellChain placement 2022-07-24 08:12:59 +02:00
Weird Constructor a559d689eb Derive Debug on MatrixCellChain 2022-07-24 07:52:53 +02:00
Weird Constructor 3bdb52f238 Added MatrixCellChain::node() 2022-07-24 07:46:37 +02:00
Weird Constructor ff202ea891 Improved top level documentation 2022-07-24 07:34:45 +02:00
Weird Constructor ed1ac581ce Improved documentation of MatrixCellChain 2022-07-24 07:27:18 +02:00
Weird Constructor eff41e7ad5 Forgot chain_builder.rs and added a real world test 2022-07-24 07:08:18 +02:00
Weird Constructor 10bb0f96f4 Added MatrixCellChain abstraction 2022-07-24 06:58:09 +02:00
Weird Constructor 1a4be5421d remove unnecessary &mut 2022-07-23 16:56:59 +02:00
Weird Constructor 879bb46cc2 Changed get_connections API 2022-07-23 13:39:52 +02:00
Weird Constructor b2f869fe2b comment the function 2022-07-23 11:50:01 +02:00
Weird Constructor 557b0b7121 Added Matrix::get_connections. 2022-07-23 09:54:16 +02:00
Weird Constructor fa6af749de added AllPass::next_linear 2022-07-21 02:03:16 +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
Weird Constructor d6f5ef7089 . 2022-07-20 05:42:05 +02:00
Weird Constructor 2febe4a7e8 Improved documentation of the helpers 2022-07-20 05:40:41 +02:00
Weird Constructor 2d1b989880 Refactored Sampl 2022-07-20 05:25:09 +02:00
Weird Constructor 7c26d1971f Fixing sample player reverse 2022-07-20 05:23:20 +02:00
Weird Constructor bad3e2043e fixed broken tests over delaybuffer fix 2022-07-20 05:21:56 +02:00
Weird Constructor c558e8226e fix allp test 2022-07-20 05:16:11 +02:00
Weird Constructor 5a4dc0e2aa Tested the cubic interpolation now properly, also against alternative maths 2022-07-20 03:57:33 +02:00
Weird Constructor 1ee4af6cd1 working on finally fixed interpolation functions in the delay line and the sampler 2022-07-20 02:01:47 +02:00
Weird Constructor 1fbc6741cb fixing interpolation 2022-07-19 20:47:46 +02:00