Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 592 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 592 Bytes

Web MIDI API test suite

This is a JavaScript-based test suite for testing implementations of the Web MIDI API.

Just run midi-test-suite.js against your implementation and see the results.

The test assumes you have at least one of both input and output MIDI devices/interfaces, and that you will allow access to your MIDI devices.

The tests are written using macnjs, i.e. a C preprocessor run against JS code.

License

The tests are licensed under MIT license.