forked from micknoise/Maximilian
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
37 lines (26 loc) · 1.72 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.__ .__.__ .__
_____ _____ ___ __|__| _____ |__| | |__|____ ____
/ \\__ \ \ \/ / |/ \| | | | \__ \ / \
| Y Y \/ __ \_> <| | Y Y \ | |_| |/ __ \| | \
|__|_| (____ /__/\_ \__|__|_| /__|____/__(____ /___| /
\/ \/ \/ \/ \/ \/
::::::::::::::::::::::::::What's Maximilian?
Maximilian is an audio synthesis and signal processing library written in C++. It's cross-platform compatible with MacOS, Windows, Linux and IOS systems. The main features are:
- sample playback, recording and looping
- read from WAV and OGG files.
- a selection of oscillators and filters
- enveloping
- multichannel mixing for 1, 2, 4 and 8 channel setups
- controller mapping functions
- effects including delay, distortion, chorus, flanging
- granular synthesis, including time and pitch stretching
- atom synthesis
- realtime music information retrieval functions: spectrum analysis, spectral features, octave analysis, and MFCCs
- example projects for Windows and MacOS, using command line and OpenFrameworks environments
:::::::::::::::::::::::::::NOTES
This branch only contains ofxMaxim for use with your openFrameworks projects and is forked from https://github.com/micknoise/Maximilian.
For more information about Maximilian please visit the official website: http://www.maximilian.strangeloop.co.uk
:::::::::::::::::::::::::::OPENFRAMEWORKS
Maximilian works well with the OpenFrameworks C++ creative coding toolkit (http://www.openframeworks.cc).
You can install the ofxMaxim addon by cloning this project into the openframeworks addons directory.
Important: when using Maximilian on OSX, link against the Accelerate framework.