You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: website/src/pages/learn/input-output.mdx
+56-7Lines changed: 56 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,63 @@ It is also possible to pattern other things with Strudel, such as software and h
16
16
17
17
Strudel supports MIDI without any additional software (thanks to [webmidi](https://npmjs.com/package/webmidi)), just by adding methods to your pattern:
18
18
19
-
## midi(outputName?)
19
+
## midiin(inputName?)
20
+
21
+
<JsDocclient:idlename="midin"h={0} />
22
+
23
+
## midi(outputName?,options?)
20
24
21
25
Either connect a midi device or use the IAC Driver (Mac) or Midi Through Port (Linux) for internal midi messages.
22
26
If no outputName is given, it uses the first midi output it finds.
0 commit comments