Commit graph

  • 6320d3c08c
    Merge pull request #1003 from tidalcycles/cleanup Felix Roos 2024-03-21 13:00:04 +01:00
  • 4511732252 remove canvas dependency Felix Roos 2024-03-21 08:35:44 +01:00
  • f5c087fc2a outsource piano samples Felix Roos 2024-03-21 07:30:21 +01:00
  • d2fc784060 delete astro favicon Felix Roos 2024-03-21 07:30:05 +01:00
  • be2ec969c4 use script tag instead of skypack Felix Roos 2024-03-21 07:20:07 +01:00
  • 456250a176 delete redundant emu samples Felix Roos 2024-03-21 07:19:47 +01:00
  • cbe7e69e13 remove unecessary multiplier Jade (Rose) Rowland 2024-03-20 15:02:20 -04:00
  • d3a17891f8 move rollup plugin to dev dependencies Felix Roos 2024-03-20 17:11:35 +01:00
  • e32c965a4b accidents in scale grades eefano 2024-03-19 16:04:35 +01:00
  • 5982e3ebea fix: center supersaw if only 1 voice Felix Roos 2024-03-19 09:00:25 +01:00
  • ea58238453 Merge branch 'main' into oscillator_enhancements Felix Roos 2024-03-19 08:48:09 +01:00
  • 1e1dbd6085 add inline _punchcard Felix Roos 2024-03-19 08:44:43 +01:00
  • 6b98e414c6 make onPaint work with mutiple repls on screen + add warning if stock onPaint is not overloaded Felix Roos 2024-03-19 08:44:05 +01:00
  • 29cb6195b3
    Fix pure mini highlight (#994) Alex McLean 2024-03-18 10:37:55 +00:00
  • d99af7c4ad
    Merge pull request #989 from tidalcycles/claviature Felix Roos 2024-03-18 07:12:14 +01:00
  • 48e4051310 remove unessecary math Jade (Rose) Rowland 2024-03-17 13:18:52 -04:00
  • 95446a76ef breakout widgets package for now Felix Roos 2024-03-17 12:22:24 +01:00
  • 6d874af45f fixed end time Jade (Rose) Rowland 2024-03-17 01:27:11 -04:00
  • dad18a24fb disconnect worklet at scheduled time to destroy faster Jade (Rose) Rowland 2024-03-17 01:15:07 -04:00
  • 8b9a2e1d84 Merge remote-tracking branch 'origin/main' into claviature Felix Roos 2024-03-17 04:49:12 +01:00
  • dd16a1cbf4 hotfix: disable sync, it somehow breaks playback in the built version (pnpm build && pnpm preview) Felix Roos 2024-03-17 04:48:25 +01:00
  • 2900401d3e Merge remote-tracking branch 'origin/main' into claviature Felix Roos 2024-03-17 04:38:05 +01:00
  • b5312c27dc move stuff for less changes Felix Roos 2024-03-17 04:36:48 +01:00
  • 4319c43ceb comment out _spiral for now Felix Roos 2024-03-17 04:31:30 +01:00
  • be77882d70 rename inline functions to match global ones, prefixed with _ Felix Roos 2024-03-17 04:15:59 +01:00
  • 78f816978c
    Merge pull request #991 from tidalcycles/labeled-statements Felix Roos 2024-03-17 04:06:59 +01:00
  • 076b6f1c82 move canvas functions to codemirror package + fix id collisions Felix Roos 2024-03-17 04:00:28 +01:00
  • 0978fbb15e Merge branch 'labeled-statements' into claviature Felix Roos 2024-03-17 03:19:40 +01:00
  • 2de18846b0 add comment Felix Roos 2024-03-17 03:17:47 +01:00
  • a71a167133 fix: enable locations again Felix Roos 2024-03-17 03:16:17 +01:00
  • 6359bbe139 transpile label statements to p calls Felix Roos 2024-03-17 03:14:05 +01:00
  • d1c713fa29 make labeled statements look good on custom themes Felix Roos 2024-03-17 02:29:48 +01:00
  • 16506c5ae2 improve scope memory footprint Felix Roos 2024-03-17 01:58:30 +01:00
  • 398533877c
    Beat-oriented functionality (#976) Alex McLean 2024-03-16 17:24:37 +00:00
  • cdc200e1da draw straight line when no analyser is defined yet + add todo for memory leak Felix Roos 2024-03-16 03:12:00 +01:00
  • dd78dc9606 fix: animation frame cleanup Felix Roos 2024-03-16 02:42:26 +01:00
  • ef284e9d13 fix: bugs catched by linter Felix Roos 2024-03-16 02:16:50 +01:00
  • f4032dad22 inline multichannel scopes Felix Roos 2024-03-16 02:14:24 +01:00
  • 5d55b9c9ef remove hyperpop test Jade (Rose) Rowland 2024-03-15 11:55:18 -04:00
  • d9d05e21c0 full size piano by default Felix Roos 2024-03-15 12:24:11 +01:00
  • 1043baf08a fix: catch errors in pianoroll getValue Felix Roos 2024-03-15 12:24:03 +01:00
  • dfd22b5e44 fix: claviature height + better defaults + break out solid web component creation Felix Roos 2024-03-15 11:04:35 +01:00
  • 4a95bf67da move widget registry to codemirror package + add transpiler as dependency to codemirror Felix Roos 2024-03-15 10:00:07 +01:00
  • 8742d50bad simplify widget creation + fix bugs Felix Roos 2024-03-15 09:50:17 +01:00
  • 6dce9d5deb support multiple animationFrames + break out spiral draw logic Felix Roos 2024-03-15 09:49:00 +01:00
  • a8712fd8ce remove this mess Felix Roos 2024-03-15 09:48:04 +01:00
  • 8f291b0f80 fix test again Jade (Rose) Rowland 2024-03-14 22:31:26 -04:00
  • 7f9cc7cd2d merging main Jade (Rose) Rowland 2024-03-14 22:19:45 -04:00
  • d102e1dbbc
    Merge pull request #900 from daslyfe/repl_sync Jade (Rose) Rowland 2024-03-14 20:47:35 -04:00
  • 83ea3bb138 encapsulate canvas logic Felix Roos 2024-03-15 01:47:35 +01:00
  • 1f39e1c04d fix tests Jade (Rose) Rowland 2024-03-14 20:41:47 -04:00
  • 48e0691eec add pianoroll widget Felix Roos 2024-03-15 01:40:21 +01:00
  • fd946107df use lerp Jade (Rose) Rowland 2024-03-14 20:35:56 -04:00
  • 094b30cd26 use hap color for claviature Felix Roos 2024-03-15 00:39:31 +01:00
  • 708675077f rename claviature package to widgets Felix Roos 2024-03-15 00:34:13 +01:00
  • 82c4926f19 allow any web component to become a widget Felix Roos 2024-03-15 00:27:16 +01:00
  • 29dab578e7 can now load claviature as a codemirror widget Felix Roos 2024-03-14 23:49:38 +01:00
  • 1e75f045b7 remove other watch tasks for now Felix Roos 2024-03-14 15:31:50 +01:00
  • cfdd4ac36c add readme Felix Roos 2024-03-14 15:28:06 +01:00
  • f2e16f946c add working claviature method Felix Roos 2024-03-14 15:17:19 +01:00
  • 0a1da6f651 claviature lockfile Felix Roos 2024-03-14 14:20:56 +01:00
  • 062e45ee6a Merge remote-tracking branch 'origin/main' into claviature Felix Roos 2024-03-14 14:20:45 +01:00
  • 83145784d7 remove console statement Jade (Rose) Rowland 2024-03-14 00:18:59 -04:00
  • 486e6457a9
    Merge pull request #984 from andresgottlieb/patch-1 Jade (Rose) Rowland 2024-03-13 19:20:07 -04:00
  • 7efea5726b
    Merge pull request #985 from tidalcycles/share-fix Felix Roos 2024-03-13 00:36:22 +01:00
  • 7eb2f7659e fix: share now shares what's visible instead of active Felix Roos 2024-03-12 08:38:11 +01:00
  • 112ca1875a stop clock if all stopped Jade (Rose) Rowland 2024-03-10 14:35:43 -04:00
  • bc641d8e4c
    Update synths.mdx Andrés Gottlieb 2024-03-10 12:49:12 +01:00
  • d0c68e91dc hotfix: hydra-canvas might already be removed Felix Roos 2024-03-10 02:09:46 +01:00
  • c373a0473b
    Merge pull request #967 from tidalcycles/default-dict Felix Roos 2024-03-10 01:18:57 +01:00
  • 708fea637c fix update migration snippet Felix Roos 2024-03-10 01:10:37 +01:00
  • c5a4184437 Merge branch 'main' into default-dict Felix Roos 2024-03-10 00:54:13 +01:00
  • 446cf8c694
    Merge pull request #980 from eefano/little-bag-fix Felix Roos 2024-03-10 00:50:23 +01:00
  • 3df776d062
    Merge pull request #974 from tidalcycles/velocity-in-value Felix Roos 2024-03-10 00:46:51 +01:00
  • ae7807643b Merge remote-tracking branch 'origin/main' into velocity-in-value Felix Roos 2024-03-10 00:44:02 +01:00
  • 5ebaa3e1ce
    Merge pull request #983 from tidalcycles/clear-hydra Felix Roos 2024-03-10 00:42:50 +01:00
  • 4a25eab01a Merge remote-tracking branch 'origin/main' into clear-hydra Felix Roos 2024-03-10 00:40:29 +01:00
  • e885e05a7a
    Merge pull request #971 from tidalcycles/draw-package Felix Roos 2024-03-10 00:38:43 +01:00
  • 012b19c79e fix: clear hydra on reset Felix Roos 2024-03-10 00:29:52 +01:00
  • 0875e805b4
    Merge pull request #982 from daslyfe/fix_distort_doc Jade (Rose) Rowland 2024-03-07 23:38:07 -05:00
  • f1700d5e47 fixed Jade (Rose) Rowland 2024-03-07 23:35:04 -05:00
  • 30a5176090 fix android support Jade (Rose) Rowland 2024-03-07 23:04:46 -05:00
  • 43c40f7bb0 no need for publishConfig Felix Roos 2024-03-08 01:07:17 +01:00
  • 9b3509c062 global watch task Felix Roos 2024-03-08 00:55:19 +01:00
  • 85fee0cc01 add claviature package Felix Roos 2024-03-08 00:53:48 +01:00
  • 0f07bfc9d7 rename: canvas -> draw Felix Roos 2024-03-07 13:24:52 +01:00
  • 75098adbdb allow offsetting onFrame Felix Roos 2024-03-07 13:17:40 +01:00
  • 8dba865ca7 add note to future Felix Roos 2024-03-07 12:35:39 +01:00
  • 2fcbffeaf9 add sync flag for neocyclist Felix Roos 2024-03-07 12:14:17 +01:00
  • 619ffdd5e1 rename zyklus Felix Roos 2024-03-07 12:01:08 +01:00
  • 1af2da0063 remove changes to prevent conflicts with draw branch Felix Roos 2024-03-07 12:00:27 +01:00
  • 9d1231ce0a comments Jade (Rose) Rowland 2024-03-06 22:25:31 -05:00
  • 4d1110b3f3 faster is odd Jade (Rose) Rowland 2024-03-06 20:27:05 -05:00
  • 6a5bf521c2 unity gain Jade (Rose) Rowland 2024-03-06 16:05:51 -05:00
  • 3410c332d5 gain adjustment Jade (Rose) Rowland 2024-03-06 10:13:56 -05:00
  • 8e41332dfa
    alias - for ~ (#981) Alex McLean 2024-03-06 11:14:48 +00:00
  • 9f56a335b7 little fix for withVal eefano 2024-03-05 21:41:11 +01:00
  • 8db8307c9e fix test Jade (Rose) Rowland 2024-03-05 00:48:47 -05:00
  • 641d9f5ebd
    Merge branch 'main' into oscillator_enhancements Jade (Rose) Rowland 2024-03-05 00:45:56 -05:00
  • 05887967e0 added back (possibly unessecary? stop fm Jade (Rose) Rowland 2024-03-05 00:44:45 -05:00