Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 861 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 861 Bytes

SMFInspector

screenshot

What is this?

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.

Requirement

The JUCE version was 4.3.0 when I started writing the code, and later migrated to 7.0.1.

How to build

  1. Open the .jucer file with the Projucer.
  2. Correct the JUCE module path and properties, add exporters and save.
  3. Build the generated C++ projects.

Written by

yu2924

License

CC0 1.0 Universal