From 483c3f61b56e1093241b3f8635f1252225a65351 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 17 Nov 2022 10:49:44 +0100 Subject: [PATCH] midi now works in the tutorial --- tutorial/tutorial.mdx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/tutorial/tutorial.mdx b/tutorial/tutorial.mdx index 031aa07c..76bc31e1 100644 --- a/tutorial/tutorial.mdx +++ b/tutorial/tutorial.mdx @@ -786,17 +786,15 @@ Strudel also supports midi via [webmidi](https://npmjs.com/package/webmidi). ### midi(outputName?) -Make sure to have a midi device connected or to use an IAC Driver. +Either connect a midi device or use the IAC Driver (Mac) or Midi Through Port (Linux) for internal midi messages. If no outputName is given, it uses the first midi output it finds. -Midi is currently not supported by the mini repl used here, but you can [open the midi example in the repl](https://strudel.tidalcycles.org/#c3RhY2soIjxDXjcgQTcgRG03IEc3PiIubS52b2ljaW5ncygpLCAnPEMzIEEyIEQzIEcyPicubSkKICAubWlkaSgp). - -In the REPL, you will se a log of the available MIDI devices. - - +/> + +In the console, you will see a log of the available MIDI devices as soon as you run the code, e.g. `Midi connected! Using "Midi Through Port-0".` # Superdirt API