Commit graph

  • 5fee595674 implemented a helper for emitting triggers Weird Constructor 2021-06-12 16:57:25 +0200
  • c9c5746bf9 changed documentation of sampler dir Weird Constructor 2021-06-12 09:20:44 +0200
  • 4f29168a08 implemented reverse mode for sample player Weird Constructor 2021-06-12 09:12:25 +0200
  • 30b67efe70 replace len with mxlen instead Weird Constructor 2021-06-11 05:05:42 +0200
  • e6df5039ef fixed test after out.gain had been added Weird Constructor 2021-06-11 05:01:19 +0200
  • 384274aadf documented TSeq Weird Constructor 2021-06-08 18:59:31 +0200
  • d5535ce397 Added 'gain' parameter to Out and more documentation. Weird Constructor 2021-06-08 05:08:52 +0200
  • faf06be4e1 Added documentation for Out, FbWr and FbRd. Weird Constructor 2021-06-08 05:03:45 +0200
  • 8eed5a0661 added documentation for FbWr and FbRd Weird Constructor 2021-06-08 05:02:16 +0200
  • 718f46154f improving documentation Weird Constructor 2021-06-08 03:56:40 +0200
  • 404c8d6509 fixed feedback delay buffer, it was dependent on the sample rate Weird Constructor 2021-06-07 05:09:58 +0200
  • e9e84df708 fix some clippy warnings Weird Constructor 2021-06-07 05:06:04 +0200
  • a846242218 fixed warnings Weird Constructor 2021-06-07 05:03:29 +0200
  • b88f79b87b fix sampl test cases, because of default param change Weird Constructor 2021-06-07 05:01:55 +0200
  • f925ac8116 added help and description to nodes Weird Constructor 2021-06-07 05:00:10 +0200
  • c09477d50f the mod definition now also defines the step resolution Weird Constructor 2021-06-06 18:09:21 +0200
  • 7703523749 use trunc and not floor for display Weird Constructor 2021-06-06 13:36:53 +0200
  • 1d5ea0599e round instead of flooring cents Weird Constructor 2021-06-06 13:33:41 +0200
  • 12c8362465 detune rounding implemented Weird Constructor 2021-06-06 13:19:31 +0200
  • ad250e65fd proper min/max for the detune params Weird Constructor 2021-06-06 12:27:34 +0200
  • 2a0ea2014f finished tests for sine and sampl detune Weird Constructor 2021-06-06 11:14:50 +0200
  • 1ceb25bf31 fixed sine detune test Weird Constructor 2021-06-06 09:31:41 +0200
  • a9ac28e351 applied detune to the sampler and sin, added tests that need to be fixed Weird Constructor 2021-06-06 09:24:41 +0200
  • 79c3e36eab sin now has a detune UI parameter (not yet handled in DSP) Weird Constructor 2021-06-05 09:13:42 +0200
  • 1b22ab623a added missing file and implemented gate output ports to the sequencer Weird Constructor 2021-06-04 20:24:55 +0200
  • d069c4aafa finished settings formatting via macro refactor Weird Constructor 2021-06-04 18:14:41 +0200
  • 8bb0083aec added concept of rounding function and format function for parameters Weird Constructor 2021-06-04 05:06:41 +0200
  • c56846ad02 wrote test for FbRd and FbWr, and fixed remaining bugs Weird Constructor 2021-06-03 20:16:31 +0200
  • 3bf1d62239 debugging FbWr/FbRd, the buffer is not read correctly Weird Constructor 2021-06-03 05:10:29 +0200
  • b7284b6b8a gave all nodes access to NodeExecContext Weird Constructor 2021-06-02 03:59:21 +0200
  • 297360e398 started implementing feedback delays Weird Constructor 2021-06-01 05:14:06 +0200
  • 2350db8e60 fixed potential out ranged values in the tracker Weird Constructor 2021-05-30 12:44:12 +0200
  • f7bf197a48 made the decay declick optional Weird Constructor 2021-05-29 21:15:01 +0200
  • 46d59dfc02 small refactor Weird Constructor 2021-05-29 21:00:45 +0200
  • 5019231302 use hexotk from my disk for now Weird Constructor 2021-05-29 19:28:15 +0200
  • 4b2befde62 note for dcms Weird Constructor 2021-05-29 15:28:41 +0200
  • a9ad083e27 fixed a crash bug Weird Constructor 2021-05-29 15:22:32 +0200
  • 2694bd06e7 fix last commit Weird Constructor 2021-05-29 14:49:36 +0200
  • fb6092b100 finished declick Weird Constructor 2021-05-29 14:49:09 +0200
  • 85aa59d242 finished declick Weird Constructor 2021-05-29 14:48:00 +0200
  • a7a2a26d67 implemented declick, working on tests Weird Constructor 2021-05-29 13:45:26 +0200
  • 3530b6df2d implemented offset and len for sampler, and unified the oneshot and loop implementation. Weird Constructor 2021-05-29 11:41:46 +0200
  • aff9984f08 wrote sampler one shot mode and tests for this Weird Constructor 2021-05-28 21:37:16 +0200
  • 663e88efeb loading empty samples is not done anymore Weird Constructor 2021-05-28 05:14:56 +0200
  • cd2bbafcb6 handling sample loading errors gracefully Weird Constructor 2021-05-27 20:14:43 +0200
  • bc97d238ec fixed a bug in patch loading Weird Constructor 2021-05-27 19:43:10 +0200
  • 72e2e21aa1 added wav Weird Constructor 2021-05-22 22:56:19 +0200
  • 4384f0a2e1 added parameters Weird Constructor 2021-05-22 12:13:38 +0200
  • 7f872f4abd more test frequencies Weird Constructor 2021-05-22 11:25:00 +0200
  • ecb8cde6f9 test more extreme resampling Weird Constructor 2021-05-22 11:24:03 +0200
  • 1890e9ed90 implemented interpolation in the sample player Weird Constructor 2021-05-22 11:11:03 +0200
  • 0c3d5e99fa implemented basic sample oscillator Weird Constructor 2021-05-22 09:19:11 +0200
  • b11743442a removed hexotk references Weird Constructor 2021-05-19 05:05:32 +0200
  • 2d032d79be UIPatternModel is now a hexodsp trait Weird Constructor 2021-05-19 05:03:05 +0200
  • b43eee2b3a make it public Weird Constructor 2021-05-19 05:01:57 +0200
  • 8f655eda7f added one more thing tot he UIPatternModel Weird Constructor 2021-05-19 05:01:30 +0200
  • 0e8895b3ad add missing file Weird Constructor 2021-05-19 05:00:02 +0200
  • 488a936543 change package name Weird Constructor 2021-05-19 03:59:53 +0200
  • 2772d27ab8 added preliminary sampler node Weird Constructor 2021-05-19 03:58:33 +0200
  • 41dc5b5671 implemented a very basic sample loader for future work on a sample player node Weird Constructor 2021-05-18 21:20:55 +0200
  • 044e879bd1 removed the oversample stuff from hexoSynth Weird Constructor 2021-05-18 19:08:40 +0200
  • 82976026e0 added commented example on how to use HexoDSP Weird Constructor 2021-05-18 19:03:15 +0200
  • 951a771d88 implemented a proper example Weird Constructor 2021-05-18 18:54:04 +0200
  • ae4a9a1e7e add documentation link Weird Constructor 2021-05-18 05:39:21 +0200
  • c3a7701416 copied code from hexosynth and made all tests pass Weird Constructor 2021-05-18 05:11:19 +0200
  • f20ff94692 rust code markers Weird Constructor 2021-05-18 05:04:35 +0200
  • c92d558067 added some API examples to the README Weird Constructor 2021-05-18 05:04:27 +0200
  • 799443d266 wrote a proper README Weird Constructor 2021-05-18 05:02:58 +0200
  • 1bdce9463e initial commit Weird Constructor 2021-05-18 03:59:00 +0200