LuaMidi ♫ – The Lua library to read and write MIDI files
Modules
| LuaMidi | LuaMidi library main module
All other modules are available through it. |
| Constants | LuaMidi Constants |
| Util | Util functions for LuaMidi classes |
Classes
| ArbitraryEvent | Abstraction of an arbitrary MIDI event
Note: This object should not be created by the user. |
| Chunk | Abstraction of MIDI Chunk representation
Note: This object should not be created by the user. |
| MetaEvent | Abstraction of MIDI Meta Event representation
Note: This object should not be created by the user. |
| NoteEvent | Abstraction of MIDI Note On and Note Off events. |
| NoteOffEvent | Abstraction of MIDI Note Off event. |
| NoteOnEvent | Abstraction of MIDI Note On event. |
| ProgramChangeEvent | Abstraction of MIDI Program Change Event |
| Track | Contains all Track's data |
| Writer | Manages to join all tracks and features output methods. |
Topics
| README.md | |
| Limitations_of_NoteEvent.md | |
| Timestamp.md |