Skip to content

saynono/ofxIsadoraKinect

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
// ===================================================================================
// Isadora OpenFrameworks additions       2011 Vincent Rebers. http://www.say-nono.com
// ===================================================================================
//
// IMPORTANT:
// In order to avoid FMODex you need to modify two openframeworks files and be sure that you add the 
// definition -DUSE_OPENAL to the Project Settings (in my case "GCC 4.2" -> "Other C++ Flags"):
// ---------------------------------------------------------------------------------
//
//	ofMain.h (Line:xxx) :
//	//--------------------------
//	// audio
//	#include "ofSoundStream.h"
//	#ifndef USE_OPENAL		//<----- if USE_OPENAL is selected, don't load the regular ofSoundPlayer
//		#include "ofSoundPlayer.h"
//	#endif					//
//
// ---------------------------------------------------------------------------------
//
//	ofAppRunner.cpp (Line:58) :
//	//------------------------
//	// try to close FMOD:
//	#ifndef USE_OPENAL				//<----- if USE_OPENAL is selected, don't load the regular ofSoundPlayer
//		ofSoundPlayer::closeFmod();
//	#endif							//
//
//// ---------------------------------------------------------------------------------

About

A small plugin for isadora using openframeworks and ofxKinect to get the Kinect running inside of isadora.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published