aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChris Kiefer <chrisk13fer@gmail.com>2011-08-25 16:11:29 +0100
committerChris Kiefer <chrisk13fer@gmail.com>2011-08-25 16:11:29 +0100
commitd73fcfb1c10176328f5d732a9c13006862976b70 (patch)
treeaf4de166a0860ad88677125dcdf153ef6ba33b19 /README
parent4bd706df21b8edbd39ec8f7e05215cdabbf5b9fc (diff)
readme file update
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index a16f22a..6a02355 100644
--- a/README
+++ b/README
@@ -18,6 +18,11 @@ Examples demonstrating different features can be found in the maximilian_example
You can run the examples using the 'maximilianTest' XCode 3 project provided.
+::WINDOWS VISUAL STUDIO 2010 PROJECT
+
+This is in the maximilianTestWindowsVS2010 folder. You will need to install the DirectX SDK, so that the program can use DirectSound.
+
+
:::COMMAND LINE COMPILATION IN MACOSX
> g++ -Wall -D__MACOSX_CORE__ -o maximilian main.cpp RtAudio.cpp player.cpp maximilian.cpp -framework CoreAudio -lpthread
@@ -39,3 +44,13 @@ With Jack:
then:
> ./maximilian
+
+
+:::::::::::::::::::::::::::OPENFRAMEWORKS
+
+Maximilian works will with the OpenFrameworks C++ creative coding toolkit (http://www.openframeworks.cc).
+
+In the ofxMaxim directory you will find examples to run in Windows, OSX and iOS, including FFT analysis and granular synthesis.
+
+You can install the ofxMaxim addon by copying the ofxMaxim/ofxMaxim folder into your openframeworks addons directory.
+