From d73fcfb1c10176328f5d732a9c13006862976b70 Mon Sep 17 00:00:00 2001 From: Chris Kiefer Date: Thu, 25 Aug 2011 16:11:29 +0100 Subject: readme file update --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README') 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. + -- cgit v1.3