A desktop application for visualizing MIDI input in real time, written in pure C++/OpenGL.
Created for my CS 523 final project.
Open as a CLion project, then use the provided CMakeLists.txt to compile and run.
include/
: Header files for the third-party libraries inlib/
lib/
: Third-party static libraries (compiled for MacOS Big Sur)shaders/
: glsl shader code for each view componentsrc/
: C++ source code