add midicmd documentation 2

- MiniRepl for input-output.mdx
- addresses #789 #710
This commit is contained in:
nkymut 2025-01-20 01:26:41 +08:00
parent 268c66cd3d
commit 1349ecb4af
2 changed files with 26 additions and 15 deletions

View file

@ -56,7 +56,7 @@ It supports the following commands:
// You can control the clock with a pattern and ensure it starts in sync when the repl begins.
// Note: It might act unexpectedly if MIDI isn't set up initially.
stack(
midicmd("clock*24,<start stop>/2").midi('RHYTHM DESIGNER RD-6') //Trigger start and stop on Behringer RD-6
midicmd("clock*48,<start stop>/2").midi('IAC Driver')
)
```