A handy tool to inspect standard MIDI files (SMF) or RIFF MIDI files.
This tool breaks down SMF into the header, tracks and events.
Quick & dirty implementation with JUCE.
- JUCE framework 7.0.1: download, repository
- Projucer: download, or build from source
- C++ build tools: Visual Studio, Xcode, etc.
The JUCE version was 4.3.0 when I started writing the code, and later migrated to 7.0.1.
- Open the .jucer file with the Projucer.
- Correct the JUCE module path and properties, add exporters and save.
- Build the generated C++ projects.
CC0 1.0 Universal