Commit Graph

  • b67b049802 refactor settings to nanostores Felix Roos 2023-02-22 22:04:39 +01:00
  • ff99dbcd22 customizable font family Felix Roos 2023-02-22 20:28:22 +01:00
  • 0198697737 Merge pull request #472 from tidalcycles/osc-fix Felix Roos 2023-02-22 20:01:00 +01:00
  • a742a71f67 fix: osc should not return a promise Felix Roos 2023-02-22 19:50:37 +01:00
  • 8f6c1531fa more contrast for blackscreen theme Felix Roos 2023-02-22 19:45:06 +01:00
  • d9f56f11cb Merge pull request #1 from tidalcycles/main Bernhard Wagner 2023-02-22 17:15:00 +01:00
  • 7ff877464f Update input-output.mdx Bernhard Wagner 2023-02-22 17:06:15 +01:00
  • 7c367eb1e8 slice and splice (#466) Alex McLean 2023-02-22 11:51:31 +00:00
  • 20848aac09 fix store import Felix Roos 2023-02-19 23:28:46 +01:00
  • 7716574076 use terminal font for console + samples Felix Roos 2023-02-19 23:28:33 +01:00
  • 89cd0c769b fix bluescreen line bg Felix Roos 2023-02-19 23:27:56 +01:00
  • a21b3d788f add settings reset button Felix Roos 2023-02-19 22:32:28 +01:00
  • 7994ba8b38 get rid of all hard coded colors Felix Roos 2023-02-19 22:18:32 +01:00
  • 81b4cb2f16 more themes + fonts Felix Roos 2023-02-19 22:18:12 +01:00
  • 14af1df6a3 define font + fix app height Felix Roos 2023-02-19 20:04:30 +01:00
  • ac3bd7d7db rename algoboy theme + add font Felix Roos 2023-02-19 20:04:19 +01:00
  • 632e8e9634 use css var for highlighting color Felix Roos 2023-02-19 20:03:12 +01:00
  • 1e3f09f69b add some custom themes Felix Roos 2023-02-19 18:53:35 +01:00
  • f3f18ffca7 fix app height for ios Felix Roos 2023-02-19 13:50:08 +01:00
  • ceb3aa0627 add emacs mode + fontSize slider Felix Roos 2023-02-19 13:49:55 +01:00
  • 014555fe5d add vim toggle to settings + added persistent global state store + refactored themes to use the new store Felix Roos 2023-02-19 01:51:31 +01:00
  • fdb76867a7 weave and weaveWith (#465) Alex McLean 2023-02-18 00:00:18 +00:00
  • 57157fde9c Merge branch 'main' into docs Felix Roos 2023-02-17 21:53:02 +01:00
  • 4a3540cf2b encapsulate footer components Felix Roos 2023-02-17 21:48:45 +01:00
  • 540bd938f2 remove unused Footer + fix AvatarList (still unused) Felix Roos 2023-02-17 21:48:34 +01:00
  • c6fbebd996 FIXES: freqs instead of pitches Bernhard Wagner 2023-02-17 19:05:09 +01:00
  • 18d3a7e23a add vim extension (hard coded) Felix Roos 2023-02-17 10:41:49 +01:00
  • cbae355896 Another attempt at composable functions - WIP (#390) Alex McLean 2023-02-16 23:15:21 +00:00
  • 924e8a764a Merge pull request #461 from bwagner/main Felix Roos 2023-02-16 20:38:45 +01:00
  • 40e629cb0e ADDS: Continuation to Testing Bernhard Wagner 2023-02-16 15:24:44 +01:00
  • 99ec261f79 ADDS: Continuation to Docs Bernhard Wagner 2023-02-16 15:23:34 +01:00
  • 9daea5bbc2 ADDS: Continuation to REPL Bernhard Wagner 2023-02-16 15:22:35 +01:00
  • 4704c03d48 ADDS: Continuation to Strudel vs Tidal Bernhard Wagner 2023-02-16 15:21:25 +01:00
  • 9dbf52bedb ADDS: Continuation to Pattern Alignment Bernhard Wagner 2023-02-16 15:20:26 +01:00
  • cfd04ab7fa ADDS: Continuation to Patterns Bernhard Wagner 2023-02-16 15:19:14 +01:00
  • 33dbf75e3b ADDS: Continuation to Offline Bernhard Wagner 2023-02-16 15:18:32 +01:00
  • 8ffaeeb171 ADDS: Continuation to MIDI and OSC Bernhard Wagner 2023-02-16 15:16:51 +01:00
  • 451828e5d4 ADDS: Continuation to Tonal Modifiers Bernhard Wagner 2023-02-16 15:15:54 +01:00
  • 176877f2b8 ADDS: Continuation to Accumulation Modifiers Bernhard Wagner 2023-02-16 15:14:38 +01:00
  • 61b0d08b5f ADDS: Continuation to Conditional Modifiers Bernhard Wagner 2023-02-16 15:12:37 +01:00
  • f50a6ce1ae ADDS: Continuation to Signals Bernhard Wagner 2023-02-16 15:11:28 +01:00
  • 8549d6ea8b ADDS: Continuation to Control Parameters Bernhard Wagner 2023-02-16 15:09:37 +01:00
  • 90a90a87a5 ADDS: Continuation to Time Modifiers Bernhard Wagner 2023-02-16 15:08:45 +01:00
  • 760bdea521 ADDS: Continuation to Pattern Constructors Bernhard Wagner 2023-02-16 15:07:03 +01:00
  • 0fd783e83f ADDS: Continuation to Functional JavaScript API Bernhard Wagner 2023-02-16 15:03:58 +01:00
  • 42caa9058b ADDS: Continuation to Synths Bernhard Wagner 2023-02-16 15:00:17 +01:00
  • 9ab315ac2c ADDS: Continuation to Samples Bernhard Wagner 2023-02-16 14:58:02 +01:00
  • a08ad07537 ADDS: Continuation to Csound Bernhard Wagner 2023-02-16 14:55:01 +01:00
  • c6ce763f7c FIXES: Warning about jsxBracketSameLine deprecation Bernhard Wagner 2023-02-16 14:46:33 +01:00
  • 70d1eb17a7 Merge branch 'main' into vim-mode Felix Roos 2023-02-16 11:41:01 +01:00
  • 14c88b5017 add a function that generates a minimal preset for the currently displayed WAM boourns/wam2-output boourns/wam2-output Tom Burns 2023-02-14 22:33:15 -05:00
  • 0393205eda Merge pull request #438 from bwagner/patch-8 Felix Roos 2023-02-14 22:11:02 +01:00
  • 5c05a5a63e Update synths.mdx Bernhard Wagner 2023-02-14 22:08:40 +01:00
  • ab1d8b065a simplify promise Felix Roos 2023-02-14 22:04:12 +01:00
  • dd953704bf tweak loadWAM + fix param Felix Roos 2023-02-14 21:28:11 +01:00
  • d8d349af48 lockfile Felix Roos 2023-02-14 21:27:15 +01:00
  • f3e0e5e980 implement addTrigger Felix Roos 2023-02-14 21:27:07 +01:00
  • 23f186ba97 fix deps Felix Roos 2023-02-14 21:26:45 +01:00
  • b01d9f849b Merge pull request #437 from bwagner/patch-5 Felix Roos 2023-02-14 19:54:41 +01:00
  • 0ab904275c Merge pull request #436 from bwagner/patch-4 Felix Roos 2023-02-14 19:54:24 +01:00
  • 5f82a86801 Update mini-notation.mdx Bernhard Wagner 2023-02-14 19:40:03 +01:00
  • 13a5d8de86 Update code.mdx Bernhard Wagner 2023-02-14 19:08:47 +01:00
  • f024b71808 Update CONTRIBUTING.md Felix Roos 2023-02-14 18:16:39 +01:00
  • 4ca890867d fix code style Tom Burns 2023-02-14 12:09:30 -05:00
  • 21a64c02e9 fix lint Tom Burns 2023-02-14 11:18:51 -05:00
  • 0ce1530692 update lockfile Tom Burns 2023-02-14 10:25:38 -05:00
  • 012d5146cb render WAM GUIs in footer Tom Burns 2023-02-14 08:53:47 -05:00
  • 12115e7068 WIP: support loading and playing WebAudio Module 2 plugins Tom Burns 2023-02-13 23:12:40 -05:00
  • cd35a17904 Merge pull request #433 from tidalcycles/fix-anchors boourns/main Felix Roos 2023-02-13 00:43:29 +01:00
  • be3f68ed06 fix comment Felix Roos 2023-02-13 00:42:16 +01:00
  • 64b8fd9584 fix: right sidebar anchors earlier Felix Roos 2023-02-13 00:41:42 +01:00
  • b001d1d0f1 update lockfile Felix Roos 2023-02-13 00:37:20 +01:00
  • 64ad75c79e fix: anchor links fixes https://github.com/tidalcycles/strudel/issues/432 + fix style regression in mini repl Felix Roos 2023-02-13 00:35:40 +01:00
  • 12eb361d69 remove slash before anchor link Felix Roos 2023-02-12 20:13:59 +01:00
  • dd51bd0a2f Merge pull request #427 from tidalcycles/docs Felix Roos 2023-02-11 21:02:11 +01:00
  • 0fb478a7c8 no autocomplete until upstream merge Felix Roos 2023-02-11 20:55:35 +01:00
  • 9694ecf55b autocomplete dark / light Felix Roos 2023-02-11 13:02:04 +01:00
  • fe80478b8a Merge remote-tracking branch 'origin/main' into docs Felix Roos 2023-02-10 23:18:04 +01:00
  • a253c26bee Merge pull request #431 from tidalcycles/themes Felix Roos 2023-02-10 23:14:47 +01:00
  • a500f983f5 Merge branch 'main' into themes Felix Roos 2023-02-10 22:59:52 +01:00
  • 3579b6f8f3 dynamic highlight color + refactor hooks Felix Roos 2023-02-10 22:52:34 +01:00
  • 14cb954213 themed minirepl + add strudelTheme + add lineBackground with opacity + add some missing light flags + add fallback css variables for non js context Felix Roos 2023-02-10 21:42:27 +01:00
  • 6170eef441 format Felix Roos 2023-02-10 20:09:23 +01:00
  • ddb9af4d57 themify rest of layout (except minirepls) Felix Roos 2023-02-10 20:07:36 +01:00
  • 6db2c0bf93 only invert prose for dark themes Felix Roos 2023-02-10 18:34:02 +01:00
  • 46f70e6a5e persisted theme + add all settings Felix Roos 2023-02-10 12:54:15 +01:00
  • 0b994a1b0f switchable css variables for theming Felix Roos 2023-02-10 11:32:36 +01:00
  • 0326244956 update themes Felix Roos 2023-02-10 09:25:58 +01:00
  • ea1b2252fc remove unused descriptions + fix some titles + comment out unfinished packages page + start offline page Felix Roos 2023-02-09 21:42:48 +01:00
  • 0da25ea7cc Merge pull request #429 from tidalcycles/minirepl-keyboard-support Felix Roos 2023-02-09 19:22:56 +01:00
  • 3209afa4ff minirepl: add keyboard shortcuts Felix Roos 2023-02-09 19:20:44 +01:00
  • 14184993d0 Merge remote-tracking branch 'origin/main' into fix-scale-offset wyan/fix-scale-offset makmanalp/fix-scale-offset fix-scale-offset Felix Roos 2023-02-09 19:06:42 +01:00
  • 33e2631e5d update snapshot Felix Roos 2023-02-09 18:48:34 +01:00
  • f02a41b675 fix param description Felix Roos 2023-02-09 18:44:41 +01:00
  • f497d7b212 reactify autocomplete info Felix Roos 2023-02-09 18:37:29 +01:00
  • 0f18f5eb81 remove logs Felix Roos 2023-02-09 14:16:37 +01:00
  • 8da81104aa doc: note Felix Roos 2023-02-09 12:42:37 +01:00
  • 97cbdc6b0f use jsdoc in autocomplete, still not context aware + add noAutocomplete flags + add superdirtOnly flags Felix Roos 2023-02-09 12:19:38 +01:00
  • 7f53f4e36b Merge branch 'main' into docs Felix Roos 2023-02-09 08:57:20 +01:00
  • c350f262e6 Merge pull request #425 from tidalcycles/pwa Felix Roos 2023-02-09 08:56:42 +01:00