diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. + |
