We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96feef8 commit 61be30fCopy full SHA for 61be30f
README.md
@@ -7,6 +7,9 @@ Works with Lua 5.0, also 5.3 (because it must be running on Stepmania...)
7
## Usage
8
9
```
10
+midiParser = require( "midi-parser" )
11
+-- or assert( loadfile( './midi-parser.lua' ) )()
12
+
13
midi = midiParser( "path/to/midi.mid" )
14
15
0 commit comments