is a specialized script or library—often appearing as part of niche automation projects—designed to parse MIDI data into human-readable Lua tables or scripts
If you want, I can:
| Feature | Description | |---------|-------------| | | Map MIDI channels to different Lua callback functions. | | Loop markers | Detect MIDI cue points and auto-generate loop logic. | | Note slicing | Convert sustained notes into attack + release events. | | Data compression | Use Lua bit operations to pack events into smaller tables. | | Live reload | Regenerate Lua from MIDI during development (watch mode). | midi2lua