Skip to content
/ Midi2Lua Public

Parses a MIDI string into note, time and velocity.

License

Notifications You must be signed in to change notification settings

hhkcu/Midi2Lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Midi2Lua

Parses a MIDI string into note, time and velocity.

Methods

  • fromString(data: string) Create object from a string
  • fromHttp(url: string) Create object from a URL

Object methods

  • getHeader() Returns the header and sets self.header
  • getNoteData(header: table?) Returns note data (header argument optional if you called getHeader

About

Parses a MIDI string into note, time and velocity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages