aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChris Kiefer <chrisk13fer@gmail.com>2012-09-06 14:47:49 +0100
committerChris Kiefer <chrisk13fer@gmail.com>2012-09-06 14:47:49 +0100
commit82a5813a9332acb54e273d39a84f0fb8a39fa3bf (patch)
tree871c5e926ae3656c798f4e1844c02aebfec77993 /README
parent7f1b6014f93045453a4e893cab084d60e7a8fea5 (diff)
readme
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 30db036..f123002 100644
--- a/README
+++ b/README
@@ -5,6 +5,22 @@
|__|_| (____ /__/\_ \__|__|_| /__|____/__(____ /___| /
\/ \/ \/ \/ \/ \/
+::::::::::::::::::::::::::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
+
:::::::::::::::::::::::::::BASIC EXAMPLES