Skip to content

Commit

Permalink
Add a mention of the firefox plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jul 12, 2019
1 parent 97b2d12 commit d185635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Version: |release|

A Jupyter widget for interfacing with MIDI controllers.

Because Chrome is the only browser that implements the `Web MIDI API <https://developer.mozilla.org/en-US/docs/Web/API/MIDIAccess>`__, this package only works in Chrome. Firefox has `recent discussion <https://bugzilla.mozilla.org/show_bug.cgi?id=836897>`__ on how to move forward with implementing this standard.
Because Chrome is the only browser that implements the `Web MIDI API <https://developer.mozilla.org/en-US/docs/Web/API/MIDIAccess>`__, this package only works in Chrome. Firefox has `recent discussion <https://bugzilla.mozilla.org/show_bug.cgi?id=836897>`__ on how to move forward with implementing this standard. The webmidi JavaScript package mentions there is a Firefox plugin that possibly makes this work in Firefox (see `https://www.npmjs.com/package/webmidi#browser-support <https://www.npmjs.com/package/webmidi#browser-support>`__).

Each midi controller needs a custom implementation exposing the interface for that specific midi controller as buttons, knobs, faders, etc. Currently we support the `Behringer X-Touch Mini <https://www.behringer.com/Categories/Behringer/Computer-Audio/Desktop-Controllers/X-TOUCH-MINI/p/P0B3M#googtrans(en|en)>`__ controller, which is currently available for around $60.

Expand Down

0 comments on commit d185635

Please sign in to comment.