XJALYN / MIDIVisualizer

A small MIDI visualizer tool, using OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIDI Visualizer

A small MIDI visualizer, written in C++/OpenGL. Relies on GLFW3 and GLEW.

Main development steps were:

  • loading a MIDI file, and parsing the notes contained,
  • displaying a scrolling score with these notes,
  • adding visual effects to embellish the visualization.

More details on my blog.

Result image

Result image

Result image

About

A small MIDI visualizer tool, using OpenGL


Languages

Language:C++ 99.6%Language:GLSL 0.4%Language:Makefile 0.1%