Methods
Modifier and Type |
Method and Description |
static void |
csoundAddSpinSample(SWIGTYPE_p_CSOUND_ csound,
int frame,
int channel,
float sample) |
static int |
csoundAppendOpcode(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String opname,
int dsblksiz,
int thread,
java.lang.String outypes,
java.lang.String intypes,
SWIGTYPE_p_f_p_CSOUND__p_void__int iopadr,
SWIGTYPE_p_f_p_CSOUND__p_void__int kopadr,
SWIGTYPE_p_f_p_CSOUND__p_void__int aopadr) |
static java.lang.String |
csoundCfgErrorCodeToString(int errcode) |
static int |
csoundChanIASet(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_float value,
int n) |
static int |
csoundChanIASetSample(SWIGTYPE_p_CSOUND_ arg0,
int channel,
int frame,
float sample) |
static int |
csoundChanIKSet(SWIGTYPE_p_CSOUND_ arg0,
float value,
int n) |
static int |
csoundChanIKSetValue(SWIGTYPE_p_CSOUND_ arg0,
int channel,
float value) |
static int |
csoundChanOAGet(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_float value,
int n) |
static float |
csoundChanOAGetSample(SWIGTYPE_p_CSOUND_ arg0,
int channel,
int frame) |
static int |
csoundChanOKGet(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_float value,
int n) |
static float |
csoundChanOKGetValue(SWIGTYPE_p_CSOUND_ arg0,
int channel) |
static int |
csoundCleanup(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundCloseLibrary(SWIGTYPE_p_void library) |
static int |
csoundCompile(SWIGTYPE_p_CSOUND_ arg0,
int argc,
SWIGTYPE_p_p_char argv) |
static SWIGTYPE_p_CSOUND_ |
csoundCreate(SWIGTYPE_p_void hostData) |
static SWIGTYPE_p_void |
csoundCreateBarrier(long max) |
static int |
csoundCreateConfigurationVariable(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name,
SWIGTYPE_p_void p,
int type,
int flags,
SWIGTYPE_p_void min,
SWIGTYPE_p_void max,
java.lang.String shortDesc,
java.lang.String longDesc) |
static int |
csoundCreateGlobalVariable(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
int nbytes) |
static SWIGTYPE_p_void |
csoundCreateMutex(int isRecursive) |
static SWIGTYPE_p_void |
csoundCreateThread(SWIGTYPE_p_f_p_void__uintptr_t threadRoutine,
SWIGTYPE_p_void userdata) |
static SWIGTYPE_p_void |
csoundCreateThreadLock() |
static void |
csoundDeleteCfgVarList(SWIGTYPE_p_p_csCfgVariable_u lst) |
static void |
csoundDeleteChannelList(SWIGTYPE_p_CSOUND_ arg0,
CsoundChannelListEntry lst) |
static int |
csoundDeleteConfigurationVariable(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name) |
static void |
csoundDeleteUtilityList(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_char lst) |
static void |
csoundDestroy(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundDestroyBarrier(SWIGTYPE_p_void barrier) |
static int |
csoundDestroyGlobalVariable(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name) |
static void |
csoundDestroyMessageBuffer(SWIGTYPE_p_CSOUND_ csound) |
static void |
csoundDestroyMutex(SWIGTYPE_p_void mutex_) |
static void |
csoundDestroyThreadLock(SWIGTYPE_p_void lock) |
static void |
csoundDisposeOpcodeList(SWIGTYPE_p_CSOUND_ arg0,
opcodeListEntry opcodelist) |
static void |
csoundEnableMessageBuffer(SWIGTYPE_p_CSOUND_ csound,
int toStdOut) |
static float |
csoundGet0dBFS(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetAPIVersion() |
static SWIGTYPE_p_int |
csoundGetChannelLock(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
int type) |
static int |
csoundGetChannelPtr(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_float p,
java.lang.String name,
int type) |
static int |
csoundGetControlChannelParams(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
SWIGTYPE_p_float dflt,
SWIGTYPE_p_float min,
SWIGTYPE_p_float max) |
static double |
csoundGetCPUTime(RTCLOCK arg0) |
static SWIGTYPE_p_void |
csoundGetCurrentThreadId() |
static int |
csoundGetDebug(SWIGTYPE_p_CSOUND_ arg0) |
static java.lang.String |
csoundGetEnv(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name) |
static java.lang.String |
csoundGetFirstMessage(SWIGTYPE_p_CSOUND_ csound) |
static int |
csoundGetFirstMessageAttr(SWIGTYPE_p_CSOUND_ csound) |
static SWIGTYPE_p_void |
csoundGetHostData(SWIGTYPE_p_CSOUND_ arg0) |
static SWIGTYPE_p_float |
csoundGetInputBuffer(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetInputBufferSize(SWIGTYPE_p_CSOUND_ arg0) |
static float |
csoundGetKr(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetKsmps(SWIGTYPE_p_CSOUND_ arg0) |
static SWIGTYPE_p_void |
csoundGetLibrarySymbol(SWIGTYPE_p_void library,
java.lang.String symbolName) |
static int |
csoundGetMessageCnt(SWIGTYPE_p_CSOUND_ csound) |
static int |
csoundGetMessageLevel(SWIGTYPE_p_CSOUND_ arg0) |
static SWIGTYPE_p_void |
csoundGetNamedGens(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetNchnls(SWIGTYPE_p_CSOUND_ arg0) |
static SWIGTYPE_p_float |
csoundGetOutputBuffer(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetOutputBufferSize(SWIGTYPE_p_CSOUND_ arg0) |
static java.lang.String |
csoundGetOutputFileName(SWIGTYPE_p_CSOUND_ arg0) |
static long |
csoundGetRandomSeedFromTime() |
static double |
csoundGetRealTime(RTCLOCK arg0) |
static SWIGTYPE_p_p_void |
csoundGetRtPlayUserData(SWIGTYPE_p_CSOUND_ arg0) |
static SWIGTYPE_p_p_void |
csoundGetRtRecordUserData(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetSampleFormat(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetSampleSize(SWIGTYPE_p_CSOUND_ arg0) |
static float |
csoundGetScoreOffsetSeconds(SWIGTYPE_p_CSOUND_ arg0) |
static double |
csoundGetScoreTime(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetSizeOfMYFLT() |
static SWIGTYPE_p_float |
csoundGetSpin(SWIGTYPE_p_CSOUND_ arg0) |
static SWIGTYPE_p_float |
csoundGetSpout(SWIGTYPE_p_CSOUND_ csound) |
static float |
csoundGetSpoutSample(SWIGTYPE_p_CSOUND_ csound,
int frame,
int channel) |
static float |
csoundGetSr(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetStrVarMaxLen(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundGetTable(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_float tablePtr,
int tableNum) |
static java.lang.String |
csoundGetUtilityDescription(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String utilName) |
static int |
csoundGetVersion() |
static int |
csoundInitialize(SWIGTYPE_p_int argc,
SWIGTYPE_p_p_p_char argv,
int flags) |
static int |
csoundInitializeCscore(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_FILE insco,
SWIGTYPE_p_FILE outsco) |
static void |
csoundInitTimerStruct(RTCLOCK arg0) |
static void |
csoundInputMessage(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String message) |
static int |
csoundIsScorePending(SWIGTYPE_p_CSOUND_ arg0) |
static SWIGTYPE_p_uintptr_t |
csoundJoinThread(SWIGTYPE_p_void thread) |
static void |
csoundKeyPress(SWIGTYPE_p_CSOUND_ arg0,
char c) |
static int |
csoundListChannels(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_CsoundChannelListEntry_ lst) |
static SWIGTYPE_p_p_csCfgVariable_u |
csoundListConfigurationVariables(SWIGTYPE_p_CSOUND_ csound) |
static SWIGTYPE_p_p_char |
csoundListUtilities(SWIGTYPE_p_CSOUND_ arg0) |
static java.lang.String |
csoundLocalizeString(java.lang.String s) |
static void |
csoundLockMutex(SWIGTYPE_p_void mutex_) |
static int |
csoundLockMutexNoWait(SWIGTYPE_p_void mutex_) |
static void |
csoundMessage(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String format) |
static void |
csoundMessageS(SWIGTYPE_p_CSOUND_ arg0,
int attr,
java.lang.String format) |
static int |
csoundNewOpcodeList(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_opcodeListEntry opcodelist) |
static void |
csoundNotifyThreadLock(SWIGTYPE_p_void lock) |
static int |
csoundOpenLibrary(SWIGTYPE_p_p_void library,
java.lang.String libraryPath) |
static int |
csoundParseConfigurationVariable(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name,
java.lang.String value) |
static int |
csoundPerform(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundPerformBuffer(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundPerformKsmps(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundPerformKsmpsAbsolute(SWIGTYPE_p_CSOUND_ arg0) |
static void |
csoundPopFirstMessage(SWIGTYPE_p_CSOUND_ csound) |
static int |
csoundPreCompile(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundPvsinSet(SWIGTYPE_p_CSOUND_ arg0,
PVSDATEXT fin,
int n) |
static int |
csoundPvsoutGet(SWIGTYPE_p_CSOUND_ csound,
PVSDATEXT fout,
int n) |
static csCfgVariable_t |
csoundQueryConfigurationVariable(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name) |
static SWIGTYPE_p_void |
csoundQueryGlobalVariable(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name) |
static SWIGTYPE_p_void |
csoundQueryGlobalVariableNoCheck(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name) |
static int |
csoundQueryInterface(java.lang.String name,
SWIGTYPE_p_p_void iface,
SWIGTYPE_p_int version) |
static int |
csoundRand31(SWIGTYPE_p_int seedVal) |
static long |
csoundRandMT(CsoundRandMTState p) |
static void |
csoundRemoveCallback(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_f_p_void_p_void_unsigned_int__int func) |
static void |
csoundReset(SWIGTYPE_p_CSOUND_ arg0) |
static void |
csoundRewindScore(SWIGTYPE_p_CSOUND_ arg0) |
static int |
csoundRunCommand(SWIGTYPE_p_p_char argv,
int noWait) |
static int |
csoundRunUtility(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
int argc,
SWIGTYPE_p_p_char argv) |
static int |
csoundScoreEvent(SWIGTYPE_p_CSOUND_ arg0,
char type,
SWIGTYPE_p_float pFields,
int numFields) |
static int |
csoundScoreExtract(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_FILE inFile,
SWIGTYPE_p_FILE outFile,
SWIGTYPE_p_FILE extractFile) |
static int |
csoundScoreSort(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_FILE inFile,
SWIGTYPE_p_FILE outFile) |
static void |
csoundSeedRandMT(CsoundRandMTState p,
SWIGTYPE_p_unsigned_int initKey,
long keyLength) |
static int |
csoundSetCallback(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_f_p_void_p_void_unsigned_int__int func,
SWIGTYPE_p_void userData,
long typeMask) |
static void |
csoundSetChannelIOCallback(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_f_p_CSOUND__p_q_const__char_p_float_int__void func) |
static int |
csoundSetConfigurationVariable(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name,
SWIGTYPE_p_void value) |
static int |
csoundSetControlChannelParams(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
int type,
float dflt,
float min,
float max) |
static void |
csoundSetDebug(SWIGTYPE_p_CSOUND_ arg0,
int debug) |
static int |
csoundSetGlobalEnv(java.lang.String name,
java.lang.String value) |
static void |
csoundSetHostData(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_void hostData) |
static void |
csoundSetHostImplementedAudioIO(SWIGTYPE_p_CSOUND_ arg0,
int state,
int bufSize) |
static void |
csoundSetLanguage(SWIGTYPE_p_cslanguage_t lang_code) |
static void |
csoundSetMessageLevel(SWIGTYPE_p_CSOUND_ arg0,
int messageLevel) |
static void |
csoundSetScoreOffsetSeconds(SWIGTYPE_p_CSOUND_ arg0,
float time) |
static void |
csoundSetScorePending(SWIGTYPE_p_CSOUND_ arg0,
int pending) |
static void |
csoundSleep(int milliseconds) |
static void |
csoundStop(SWIGTYPE_p_CSOUND_ arg0) |
static float |
csoundTableGet(SWIGTYPE_p_CSOUND_ arg0,
int table,
int index) |
static int |
csoundTableLength(SWIGTYPE_p_CSOUND_ arg0,
int table) |
static void |
csoundTableSet(SWIGTYPE_p_CSOUND_ arg0,
int table,
int index,
float value) |
static void |
csoundUnlockMutex(SWIGTYPE_p_void mutex_) |
static int |
csoundWaitBarrier(SWIGTYPE_p_void barrier) |
static int |
csoundWaitThreadLock(SWIGTYPE_p_void lock,
int milliseconds) |
static void |
csoundWaitThreadLockNoTimeout(SWIGTYPE_p_void lock) |
static void |
gatherArgs(int argc,
SWIGTYPE_p_p_char argv,
SWIGTYPE_p_std__string commandLine) |
static boolean |
parseInstrument(java.lang.String definition,
SWIGTYPE_p_std__string preNumber,
SWIGTYPE_p_std__string id,
SWIGTYPE_p_std__string name,
SWIGTYPE_p_std__string postNumber) |
static void |
scatterArgs(java.lang.String commandLine,
SWIGTYPE_p_std__vectorT_std__string_t args,
SWIGTYPE_p_std__vectorT_char_p_t argv) |
static void |
sigcpy(SWIGTYPE_p_float dest,
SWIGTYPE_p_float src,
int size) |
static SWIGTYPE_p_std__string |
trim(SWIGTYPE_p_std__string value) |
static SWIGTYPE_p_std__string |
trimQuotes(SWIGTYPE_p_std__string value) |