aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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