Václav Volhejn
c62428ca27
Document remaining functions
2025-10-12 16:07:11 +02:00
Darius Kazemi
9c5c71c31a
Removing semicolon to be more idiomatic;;;
2025-10-11 17:52:26 -07:00
Darius Kazemi
af53bab259
Fixing some syntax and a typo
2025-10-11 17:50:58 -07:00
Darius Kazemi
0065db8569
Docs: add example of custom chained function
...
This adds a subsection to the "Understand/Coding Syntax" documentation that shows a simple example of converting the previous chain of effects into a custom, reusable chained function. There's also a prompt for the reader to experiment.
2025-10-11 17:40:55 -07:00
Václav Volhejn
d516d765d5
Redo frontend for tags
2025-10-11 14:12:45 +02:00
Václav Volhejn
5032b4e966
Rename group -> tags
2025-10-11 14:11:50 +02:00
Alex McLean
7eebf3a466
Merge pull request 'Add control-metadata' ( #1634 ) from control-metadata into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1634
2025-10-10 11:25:00 +02:00
Aria
57fac57677
Remove todo
2025-10-09 22:23:28 -05:00
Aria
a3b803c3f3
First pass
2025-10-09 18:28:59 -05:00
Aria
6f703e48e7
Merge branch 'main' into glossing/wrap-phase-typo
2025-10-08 16:44:35 -05:00
Alex McLean
64f16c4f33
placate format gods
2025-10-08 15:35:34 +01:00
Alex McLean
ffbbc43c89
add cyclist version to the query metadata
2025-10-08 15:34:51 +01:00
Alex McLean
086596c47c
fix setControls to do union with existing controls
2025-10-08 14:52:00 +01:00
Alex McLean
fdde05e751
add pattern id to query state controls
2025-10-08 14:51:21 +01:00
Alex McLean
694162a7b1
fix purity of 'withState' so it returns a new pattern
2025-10-08 14:13:33 +01:00
Felix Roos
319a2d7289
fix: tests
2025-10-07 23:05:00 +02:00
Felix Roos
3a7d50924d
refactor: add op_precedence to express & with desugar_ops
2025-10-07 22:59:50 +02:00
Alex McLean
cbcb25b063
Merge pull request 'Fix MQTT: change the trigger handler to match new hap' ( #1629 ) from jurrchen/strudel:bugfix/mqtt-hap-sig into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1629
2025-10-07 22:59:38 +02:00
Felix Roos
f33db5f07f
- refactor bjork -> bjorklund
...
- refactor e -> bjork
- flip & desugared arguments
2025-10-07 22:35:29 +02:00
Tristan de Cacqueray
b7fa440bda
mondough: interpret &
2025-10-07 18:10:24 +02:00
Tristan de Cacqueray
3dc9b3524c
mondo: add & sugar
2025-10-07 17:19:27 +02:00
dtricks
f48f8e46e5
fix empty catches
2025-10-06 15:53:44 +02:00
dtricks
a79fc3db5b
remove unnecessary comments
2025-10-06 15:53:44 +02:00
dtricks
30a2e14959
weird permission change
2025-10-06 15:53:44 +02:00
dtricks
cfe17fcba5
wrong unicode char
2025-10-06 15:53:44 +02:00
dtricks
46ba165c7e
remove gcc
2025-10-06 15:53:44 +02:00
dtricks
73a9834959
codeformat
2025-10-06 15:53:44 +02:00
dtricks
be9368e8a2
feat(codemirror): add Vim :w evaluate, :q stop, and gc/gcc toggle comment via custom events; docs: add Vim shortcuts page and link from REPL manual
2025-10-06 15:53:44 +02:00
Aria
1ae773acc4
Merge branch 'main' into glossing/wrap-phase-typo
2025-10-05 18:21:05 -05:00
Aria
39a73f2499
Merge branch 'main' into glossing/scale-with-note-and-n
2025-10-05 18:20:30 -05:00
froos
53c504f260
Merge branch 'main' into feature/autocomplete-sound-names
2025-10-05 21:50:45 +02:00
Jieren Chen
0d08225983
change the trigger handler to match new hap
2025-10-05 21:45:23 +02:00
froos
00872bd1de
Merge pull request 'Fix case sensitivity for synonym search' ( #1618 ) from vvolhejn/strudel:vv/fix-case-sensitivity into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1618
2025-10-05 21:42:18 +02:00
Aria
cc4452ce58
Working version of partials and phases
2025-10-04 20:33:25 -05:00
Aria
11dd8a318a
Cleanup
2025-10-04 02:13:42 -05:00
Aria
3ef6c7c921
Handle scale-for-notes when n also supplied
2025-10-04 02:07:35 -05:00
Aria
120f89d57f
Handle detune in the presence of pitch envelope
2025-10-04 01:37:57 -05:00
Aria
bd73d96847
Cleanup
2025-10-03 18:49:49 -05:00
Aria
7cf9db4872
Big matrix refactor
2025-10-03 18:20:41 -05:00
Aria
c9381a11f9
Working version
2025-10-03 17:21:05 -05:00
Aria
d496919fe5
Import
2025-10-02 22:48:41 -05:00
Aria
f369de13d7
Hook up FM to wavetables
2025-10-02 22:45:48 -05:00
Václav Volhejn
a4d7803d43
Annotate controls.mjs
2025-10-02 21:59:45 +02:00
Dr Mathew R Pocock
908a703b7f
Merge branch 'main' into feature/autocomplete-sound-names
2025-10-02 10:32:16 +02:00
Aria
99e14dae5c
Consistency
2025-10-02 01:12:42 -05:00
Aria
ac582b4d40
Wrap properly when phase === 1
2025-10-02 01:06:29 -05:00
Václav Volhejn
4a395f372d
Annote pattern.mjs and signal.mjs
2025-10-01 23:45:48 +02:00
Václav Volhejn
c754dab1ef
Order groups
2025-10-01 22:31:03 +02:00
Václav Volhejn
df54404733
Group by category
2025-10-01 22:21:03 +02:00
Václav Volhejn
b7d98dd370
Fix case sensitivity for synonym search
2025-10-01 21:53:28 +02:00