00001 // 00002 // Header file to include the OSC functions in CSL as externs 00003 // 00004 00005 #ifndef OSC_CPP_INCLUDE 00006 #define OSC_CPP_INCLUDE 00007 00008 #include "CSL_Includes.h" 00009 #include "Instrument.h" 00010 00011 using namespace csl; 00012 00013 extern "C" void initOSC(const char * port); 00014 00015 extern "C" void setupOSCInstrLibrary(std::vector<Instrument *> library); 00016 00017 extern "C" void mainOSCLoop(); 00018 00019 #endif 00020
1.5.8