Commit graph

  • bca16cdf99
    mondo: rename resolve_ -> desugar_ Felix Roos 2025-03-22 23:51:23 +01:00
  • 492271d786
    mondo: support $ tidal style Felix Roos 2025-03-22 23:28:57 +01:00
  • dccfefacd7 test Jade (Rose) Rowland 2025-03-22 12:06:43 -04:00
  • 38876e135b fixed Jade (Rose) Rowland 2025-03-22 11:54:10 -04:00
  • f71db4aeed
    mondo: flip pipe order: now pining to the end of the function... Felix Roos 2025-03-21 23:50:14 +01:00
  • 5d4ef46ac7
    mondo cleanup Felix Roos 2025-03-21 22:43:39 +01:00
  • bd93e44154
    mondo: fix combination of | and , Felix Roos 2025-03-21 22:34:53 +01:00
  • 6fd89ddee7
    mondo: add | and ? Felix Roos 2025-03-21 11:10:43 +01:00
  • cf1f4ec35c
    fix: patterns without structure would error on draw Felix Roos 2025-03-21 11:10:25 +01:00
  • 12bb82d295
    add chooseIn + chooseOut Felix Roos 2025-03-21 11:10:06 +01:00
  • f652c2ca86
    Merge pull request #1244 from nkymut/add-program-change Felix Roos 2025-03-20 23:35:17 +01:00
  • c33cfc78c5
    waveform aliases: tri, sqr, saw, sin Felix Roos 2025-03-20 21:19:47 +01:00
  • ac6472a43a
    mondo: mondo as minilang (inactive) Felix Roos 2025-03-20 21:19:21 +01:00
  • 989fdfa20b
    transpiler: add mechanism to register custom mini language Felix Roos 2025-03-20 21:18:32 +01:00
  • 05ae31838e
    add sin sqr cos aliases Felix Roos 2025-03-20 18:01:41 +01:00
  • c691916cbf
    mondo: generic bracket names + simplify call handler + refactor mondough Felix Roos 2025-03-20 17:55:40 +01:00
  • e16295623d
    mondo: use stepcat for curly braces Felix Roos 2025-03-20 14:09:32 +01:00
  • 9626f3cc9a
    mondo add % for pace Felix Roos 2025-03-20 13:24:31 +01:00
  • 432e8dcccc
    mondo: support ! and @, also express seq and cat with stepcat Felix Roos 2025-03-20 13:15:48 +01:00
  • d2e93a99f1
    fix: lint Felix Roos 2025-03-20 10:24:22 +01:00
  • 3505732afa
    mondo: add .. operator Felix Roos 2025-03-20 09:34:47 +01:00
  • 55a5f1d62a
    transpiler cleanup Felix Roos 2025-03-20 09:10:54 +01:00
  • 3657e2fd65
    mondo: change default markcss Felix Roos 2025-03-20 09:10:45 +01:00
  • 65a7b3030e
    fix: markcss can now override styles (like color) Felix Roos 2025-03-20 09:10:12 +01:00
  • 208706fb52
    simplify mondo: ":" is just another operator Felix Roos 2025-03-20 09:09:29 +01:00
  • e04f250adb
    mondo: proper lambda functions with local scope Felix Roos 2025-03-19 18:16:37 +01:00
  • 4f6c4bb95f
    Merge pull request #1040 from fnordomat/soundfont-url Felix Roos 2025-03-19 17:32:30 +01:00
  • 642ddcdb59
    support : in mondo Felix Roos 2025-03-19 17:03:17 +01:00
  • 88ca54461e
    rename @strudel/mondough to @strudel/mondo Felix Roos 2025-03-19 00:15:53 +01:00
  • 129fd7d6b0
    add notes Felix Roos 2025-03-19 00:13:06 +01:00
  • 7db52b3dc2
    mondo improvements: - add second string type - add $ as alias for stack - simplify leaf handling Felix Roos 2025-03-18 22:33:14 +01:00
  • f5bb88a696
    Add num samples from 0 up to 20 (#1310) Alex McLean 2025-03-18 19:07:08 +00:00
  • b27c9dbf37
    add num samples (edited numbers) (#1309) Alex McLean 2025-03-17 09:38:54 +00:00
  • 40f6489111
    reify variables Felix Roos 2025-03-16 23:30:41 +01:00
  • 118b619b74
    mondo: support - ~ in plain type + simplify errors Felix Roos 2025-03-16 23:10:52 +01:00
  • 2dd445c102
    mondo: support variables Felix Roos 2025-03-16 23:10:23 +01:00
  • 3c3832dbce
    superdough: native support for rest symbols - ~ in s Felix Roos 2025-03-16 23:08:31 +01:00
  • 9b8761bc45
    fix: top-level functions arp/arpWith Felix Roos 2025-03-16 22:31:40 +01:00
  • 77ade0758e
    mondo: slightly improve error handling Felix Roos 2025-03-16 22:07:03 +01:00
  • 902012759a
    fix:support negative numbers Felix Roos 2025-03-16 21:24:22 +01:00
  • ea61627963
    fix: lint error Felix Roos 2025-03-16 21:05:04 +01:00
  • 95526ac99c
    fix: formatting Felix Roos 2025-03-16 21:04:28 +01:00
  • b0da353115
    mondo highlighting Felix Roos 2025-03-16 21:04:05 +01:00
  • fae59a6bcd
    feat: add mondough package to run strudel via mondo Felix Roos 2025-03-16 10:49:18 +01:00
  • 11196fb1e6
    breaking: refactor controls - multiple args wont be interpreted as sequence anymore - you can now pass value, pat to set value to pat Felix Roos 2025-03-16 10:48:38 +01:00
  • e782dc09dd
    export strudelScope for mondo to use Felix Roos 2025-03-16 10:47:32 +01:00
  • e3df504423
    rename uzu to mondo Felix Roos 2025-03-16 02:01:16 +01:00
  • b71b1354c3
    uzu: stacks now work within () + write more tests Felix Roos 2025-03-16 00:51:59 +01:00
  • dbe3915368
    fix: lint errors Felix Roos 2025-03-15 10:35:22 +01:00
  • 62705da3de
    begin uzu package Felix Roos 2025-03-15 10:29:23 +01:00
  • 5fcb96f73c codeformat nkymut 2025-03-11 23:33:45 +08:00
  • 17df418935 Update Documentation nkymut 2025-03-11 23:30:21 +08:00
  • 2ccb95aec0 Refactor: Consolidate configuration variables into midiConfig object nkymut 2025-03-11 23:29:37 +08:00
  • 3c2692bdda remove debugging artifacts nkymut 2025-03-09 06:06:59 +08:00
  • 756a65016d Merge branch 'add-program-change' of https://github.com/nkymut/strudel into add-program-change nkymut 2025-03-09 05:37:44 +08:00
  • a18d485283 Merge branch 'main' of https://github.com/tidalcycles/strudel into add-program-change nkymut 2025-03-09 05:34:18 +08:00
  • fcf6450ff0
    Merge pull request #1288 from tidalcycles/sampler-improvements Felix Roos 2025-03-08 22:17:46 +01:00
  • 09dd374722
    Merge branch 'main' into add-program-change Felix Roos 2025-03-08 22:08:03 +01:00
  • 9c9ce50b03
    Merge pull request #1223 from nkymut/gamepad-pr Felix Roos 2025-03-08 21:56:50 +01:00
  • edc2903106
    fix: relative imports Felix Roos 2025-03-04 21:35:32 +01:00
  • b15843f3a7
    change behaviour of polymeter, and remove polymeterSteps (#1302) Alex McLean 2025-03-04 18:17:37 +00:00
  • 86333ab6f6
    Merge pull request #1304 from daslyfe/jade/pwm Jade (Rose) Rowland 2025-03-03 21:36:57 -05:00
  • 003e3b790d bounds Jade (Rose) Rowland 2025-03-03 21:29:30 -05:00
  • 4048ced7e6 format Jade (Rose) Rowland 2025-03-03 21:27:05 -05:00
  • 64b99f5a8c gain adj Jade (Rose) Rowland 2025-03-03 21:26:42 -05:00
  • b4af840240 docs Jade (Rose) Rowland 2025-03-03 21:05:23 -05:00
  • 8a502e886e vibrato working Jade (Rose) Rowland 2025-03-03 20:36:31 -05:00
  • c7ee90922f pwm Jade (Rose) Rowland 2025-03-03 01:32:04 -05:00
  • 530339ed8f
    Merge pull request #1295 from daslyfe/jade/uwu2000 Jade (Rose) Rowland 2025-03-02 11:08:31 -05:00
  • fece4e8b57
    bugfix zoom stepcount (#1301) Alex McLean 2025-03-02 10:58:46 +00:00
  • afdcd42039 atomify log Jade (Rose) Rowland 2025-02-28 19:48:58 -05:00
  • 690b8648a8
    Merge pull request #1298 from nkymut/fixtesterror Jade (Rose) Rowland 2025-02-28 10:01:20 -05:00
  • 7c1e968d41
    Fix test error #1297 Yuta Nakayama 2025-02-28 19:13:46 +08:00
  • c0b3187029
    Merge pull request #1297 from daslyfe/jade/fix/importerror Jade (Rose) Rowland 2025-02-27 20:53:41 -05:00
  • af1f7658c7 Merge branch 'main' into jade/fix/importerror Jade (Rose) Rowland 2025-02-27 20:47:24 -05:00
  • b531962b1f fixed Jade (Rose) Rowland 2025-02-27 20:42:40 -05:00
  • 8867a843ac fallback Jade (Rose) Rowland 2025-02-27 20:17:06 -05:00
  • 6e972f4380
    Fix misplaced ending sentence (#1296) Mehmet Ali "Mali" Akmanalp 2025-02-27 10:24:58 +03:00
  • 65282bf5ea lint Jade (Rose) Rowland 2025-02-24 22:26:22 -05:00
  • 3df9744d79 theme attr Jade (Rose) Rowland 2025-02-24 22:24:29 -05:00
  • 5a5bbfc8da lint Jade (Rose) Rowland 2025-02-24 22:22:03 -05:00
  • f66478b9da button hover color Jade (Rose) Rowland 2025-02-24 22:15:38 -05:00
  • 904c213d03 foreground text color Jade (Rose) Rowland 2025-02-24 22:03:50 -05:00
  • d9c3f051b9 Merge branch 'main' into jade/uwu2000 Jade (Rose) Rowland 2025-02-24 20:12:12 -05:00
  • 470a345296
    Signpost licenses for source code and samples a bit more, ref #1277 (#1289) Alex McLean 2025-02-23 09:54:13 +00:00
  • 0925ea56dd
    Allow wchooseCycles probabilities to be patterned (#1292) Alex McLean 2025-02-23 09:52:27 +00:00
  • 1f233b9e7d
    Merge pull request #1287 from daslyfe/jade/supabasequery Jade (Rose) Rowland 2025-02-21 20:18:57 -05:00
  • 5c5d411588 lint Jade (Rose) Rowland 2025-02-21 20:11:39 -05:00
  • bbb88a2302 accessibility Jade (Rose) Rowland 2025-02-21 20:03:17 -05:00
  • 64c94b3623
    showcase tweaks (#1291) Alex McLean 2025-02-21 21:38:10 +00:00
  • 42c2262576 working Jade (Rose) Rowland 2025-02-21 14:41:01 -05:00
  • 4959bff060 font settings Jade (Rose) Rowland 2025-02-21 11:06:21 -05:00
  • 1ded398468 fixed style Jade (Rose) Rowland 2025-02-21 01:31:06 -05:00
  • b016720696
    sampler: support serving any file (like strudel.json) Felix Roos 2025-02-20 23:37:59 +01:00
  • c639e44ca7
    fix: dont bail when ip cannot be determined (happens when no wifi) Felix Roos 2025-02-20 23:07:45 +01:00
  • b664bd3d1f girl Jade (Rose) Rowland 2025-02-20 00:54:33 -05:00
  • dfb7d7bb7f prettier Jade (Rose) Rowland 2025-02-18 11:13:33 -05:00
  • 3e6a45cf8b fix offset Jade (Rose) Rowland 2025-02-18 11:10:15 -05:00
  • f47f5c1344 prettier Jade (Rose) Rowland 2025-02-18 10:52:48 -05:00
  • 47f65da621 remove unesseccary code Jade (Rose) Rowland 2025-02-18 10:47:48 -05:00