diff options
| author | hathach <[email protected]> | 2019-07-11 22:55:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-11 22:55:19 +0700 |
| commit | ec8f6a6d909b96777a320454528c41527afa2aac (patch) | |
| tree | 3f164029ffb7d3cc2c1683996ae66d62e675bba6 /examples/device/midi_test/src/main.c | |
| parent | ff2a7c79f84f03b41d69406158de85cb9e5d9046 (diff) | |
clean up demo config
Diffstat (limited to 'examples/device/midi_test/src/main.c')
| -rw-r--r-- | examples/device/midi_test/src/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/device/midi_test/src/main.c b/examples/device/midi_test/src/main.c index 0cb9b522d..03b4554c9 100644 --- a/examples/device/midi_test/src/main.c +++ b/examples/device/midi_test/src/main.c @@ -32,8 +32,9 @@ /* This MIDI example send sequence of note (on/off) repeatedly. To test on PC, you need to install * synth software and midi connection management software. On - * - Linux (Ubuntu) : install qsynth, qjackctl. Then connect TinyUSB output port to FLUID Synth input port - * + * - Linux (Ubuntu): install qsynth, qjackctl. Then connect TinyUSB output port to FLUID Synth input port + * - Windows: install MIDI-OX + * - MacOS: SimpleSynth */ //--------------------------------------------------------------------+ |
