From c34722d272abd26c840b8ca9460a0708434aad14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20C=C3=B4t=C3=A9?= Date: Wed, 12 Jan 2022 11:00:55 -0500 Subject: [PATCH] Add WebMidiLink to list of things to evaluate --- website/docs/roadmap/under-evaluation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/roadmap/under-evaluation.md b/website/docs/roadmap/under-evaluation.md index c0b3a8656..f41ccbcb2 100644 --- a/website/docs/roadmap/under-evaluation.md +++ b/website/docs/roadmap/under-evaluation.md @@ -26,6 +26,9 @@ category of our GitHub Discussions so I can properly triage them. * Add support for Web BLE MIDI ([browser implementation](https://github.com/skratchdot/ble-midi), [Node implementation](https://github.com/natcl/ble-midi)) +* Explore compatibility with WebMidiLink. Could we create an output that points to a WebMidiLinked +device? + * Add throttling option to `sendSysex` * Calculate BPM from clock messages