Milkdrop compatible music visualizer for Pure Data
- Pure Data - visual patch-based programming language
- GEM - Graphics Environment for Multimedia
- projectM - OpenGL reimplementation of Milkdrop as a library
- Type
make
- Copy gem_projectM.pd_linux to one of the paths set in your Pure Data preferences
- Copy the projectM config file, config.inp, to the working directory for your Pure Data projects
- Run pd from the working directory containing the config.inp file
- Add a gem_projectM object
- Connect a gemhead to the first inlet
- Connect an adc~ object to the second inlet
- Connect the outlet to the second inlet of a pix_texture
- Connect that pix_texture to a rectangle
- use an actual build system
- make the config file location selectable
- fix full screen mode