midi-player
Here are 64 public repositories matching this topic...
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
Link NoteOn/Note Off
When reading/writing files, it's nice to have a garantee that note on messages can be matched with note offs. Optional function to generate note offs for hanging note ons, and deleting note offs for ghost note on messages.
-
Updated
Apr 3, 2020 - Swift
-
Updated
Mar 24, 2020 - C
-
Updated
Jul 6, 2020 - Java
-
Updated
May 7, 2020 - Java
-
Updated
Mar 4, 2019 - C++
-
Updated
May 11, 2020 - C++
Currently, WebMIDI.constants.js only contains definitions for the controls actually being used.
The file WebMIDI/constants.js needs to be updated with all the midi controls needed by (software) WebMIDISynths. Note that not all the controls in the MIDI standard make sense for software synths.
Which controls can be left out?
-
Updated
Jun 20, 2020 - JavaScript
-
Updated
Mar 4, 2019 - C
-
Updated
Dec 6, 2017 - JavaScript
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
Jul 14, 2017 - C++
Explampify with code how to use pause, resume, and stop in the "Getting started" section of the README and also in the documentation thanks to JSDoc.
h
-
Updated
Jun 11, 2018 - Swift
-
Updated
Jul 23, 2018 - Java
-
Updated
Mar 26, 2019 - C#
-
Updated
Dec 21, 2019 - C#
-
Updated
Jul 4, 2020 - C#
Documentation
Write documentation on controlling the software.
Provide a key description in the software, and also figure out correct usage of keyboard layout with SDL. (currently scancodes are used)
-
Updated
Feb 4, 2020 - C++
-
Updated
Jan 3, 2019 - JavaScript
Improve this page
Add a description, image, and links to the midi-player topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the midi-player topic, visit your repo's landing page and select "manage topics."


The sample loop check we're currently doing in fixup_sample() should better be done at inst. level, because loopoffset generators may validate an incorrect sample loop or invalidate a correct sample loop.