Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 553 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 553 Bytes

Unity MIDI importer and visualiser

Demo video: https://www.youtube.com/watch?v=uAHd1TVxfyM

screenshot

MidiFile (ScriptableObject) assets are automatically created for every .mid file in the Assets folder using MidiFileImporter (ScriptableImporter). All relevant scripts are in the Assets/Midi folder.

You can access both the raw midi data and the tracks/blocks created from it.

screenshot

Using this library for midi parsing: https://github.com/davidluzgouveia/midi-parser