mmarx / manganese

MIDI analysis & visualization platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# manganese - midi analysis & visualization platform

## building
  cd build
  cmake ..
  ccmake .
  <set CMAKE_INSTALL_PREFIX, e.g. …/build/install>
  make install

## running it
  ./mng vismut
You'll need to supply MIDI data via jack-midi.

## Dependencies
 - python-dev (2.5 <= x < 3)
 - boost (tested with 1.42)
 - boost-python
 - jack (only tested jack2)
 - pygame (1.8 works)
 - pyOpenGL (>= 3.0)
 - SDL (1.2, needed by pygame)

About

MIDI analysis & visualization platform

License:GNU General Public License v2.0


Languages

Language:C++ 62.3%Language:Python 35.2%Language:CMake 2.2%Language:GLSL 0.4%