Difference between revisions of "Maximilian library"

From London Hackspace Wiki
Jump to navigation Jump to search
(Created page with "Maximilian - an open source C++ toolkit for audio dsp. https://github.com/micknoise/Maximilian http://maximilian.strangeloop.co.uk Maximilian is an open source, MIT licensed C...")
 
m
 
Line 16: Line 16:
 
There’s a command line version, and an openFrameworks addon called
 
There’s a command line version, and an openFrameworks addon called
 
ofxMaxim. It also works well with Cinder, or just about anything else.
 
ofxMaxim. It also works well with Cinder, or just about anything else.
 +
 +
[[Category:Guides]]

Latest revision as of 22:01, 28 May 2013

Maximilian - an open source C++ toolkit for audio dsp.

https://github.com/micknoise/Maximilian

http://maximilian.strangeloop.co.uk

Maximilian is an open source, MIT licensed C++ audio synthesis library. It’s designed to be cross platform and simple to use. The syntax and program structure are based on the popular ‘Processing’ environment. Maximilian provides standard waveforms, envelopes, sample playback, resonant filters, and delay lines. In addition, equal power stereo, quadraphonic and 8-channel ambisonic support is included. There’s also Granular synthesisers with Timestretching, FFTs and some Music Information Retrieval stuff.

There’s a command line version, and an openFrameworks addon called ofxMaxim. It also works well with Cinder, or just about anything else.