csnd
Class csnd
java.lang.Object
csnd.csnd
- All Implemented Interfaces:
- csndConstants
public class csnd
- extends java.lang.Object
- implements csndConstants
Fields inherited from interface csnd.csndConstants |
CS_APISUBVER, CS_APIVERSION, CS_PACKAGE_NAME, CS_PACKAGE_STRING, CS_PACKAGE_TARNAME, CS_PACKAGE_VERSION, CS_PATCHLEVEL, CS_SUBVER, CS_VERSION, CSOUND_AUDIO_CHANNEL, CSOUND_CALLBACK_KBD_EVENT, CSOUND_CALLBACK_KBD_TEXT, CSOUND_CHANNEL_TYPE_MASK, CSOUND_CONTROL_CHANNEL, CSOUND_CONTROL_CHANNEL_EXP, CSOUND_CONTROL_CHANNEL_INT, CSOUND_CONTROL_CHANNEL_LIN, CSOUND_EXITJMP_SUCCESS, CSOUND_INPUT_CHANNEL, CSOUND_OUTPUT_CHANNEL, CSOUND_STRING_CHANNEL, CSOUNDCFG_BOOLEAN, CSOUNDCFG_DOUBLE, CSOUNDCFG_FLOAT, CSOUNDCFG_INTEGER, CSOUNDCFG_INVALID_BOOLEAN, CSOUNDCFG_INVALID_FLAG, CSOUNDCFG_INVALID_NAME, CSOUNDCFG_INVALID_TYPE, CSOUNDCFG_LASTERROR, CSOUNDCFG_MEMORY, CSOUNDCFG_MYFLT, CSOUNDCFG_NOT_POWOFTWO, CSOUNDCFG_NULL_POINTER, CSOUNDCFG_POWOFTWO, CSOUNDCFG_STRING, CSOUNDCFG_STRING_LENGTH, CSOUNDCFG_SUCCESS, CSOUNDCFG_TOO_HIGH, CSOUNDCFG_TOO_LOW, CSOUNDINIT_NO_ATEXIT, CSOUNDINIT_NO_SIGNAL_HANDLER, CSOUNDMSG_BG_BLACK, CSOUNDMSG_BG_BLUE, CSOUNDMSG_BG_COLOR_MASK, CSOUNDMSG_BG_CYAN, CSOUNDMSG_BG_GREEN, CSOUNDMSG_BG_GREY, CSOUNDMSG_BG_MAGENTA, CSOUNDMSG_BG_ORANGE, CSOUNDMSG_BG_RED, CSOUNDMSG_DEFAULT, CSOUNDMSG_ERROR, CSOUNDMSG_FG_ATTR_MASK, CSOUNDMSG_FG_BLACK, CSOUNDMSG_FG_BLUE, CSOUNDMSG_FG_BOLD, CSOUNDMSG_FG_COLOR_MASK, CSOUNDMSG_FG_CYAN, CSOUNDMSG_FG_GREEN, CSOUNDMSG_FG_MAGENTA, CSOUNDMSG_FG_RED, CSOUNDMSG_FG_UNDERLINE, CSOUNDMSG_FG_WHITE, CSOUNDMSG_FG_YELLOW, CSOUNDMSG_ORCH, CSOUNDMSG_REALTIME, CSOUNDMSG_TYPE_MASK, CSOUNDMSG_WARNING |
Constructor Summary |
csnd()
|
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
csnd
public csnd()
csoundInitialize
public static int csoundInitialize(SWIGTYPE_p_int argc,
SWIGTYPE_p_p_p_char argv,
int flags)
csoundCreate
public static SWIGTYPE_p_CSOUND_ csoundCreate(SWIGTYPE_p_void hostData)
csoundPreCompile
public static int csoundPreCompile(SWIGTYPE_p_CSOUND_ arg0)
csoundInitializeCscore
public static int csoundInitializeCscore(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_FILE insco,
SWIGTYPE_p_FILE outsco)
csoundQueryInterface
public static int csoundQueryInterface(java.lang.String name,
SWIGTYPE_p_p_void iface,
SWIGTYPE_p_int version)
csoundDestroy
public static void csoundDestroy(SWIGTYPE_p_CSOUND_ arg0)
csoundGetVersion
public static int csoundGetVersion()
csoundGetAPIVersion
public static int csoundGetAPIVersion()
csoundGetHostData
public static SWIGTYPE_p_void csoundGetHostData(SWIGTYPE_p_CSOUND_ arg0)
csoundSetHostData
public static void csoundSetHostData(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_void hostData)
csoundGetEnv
public static java.lang.String csoundGetEnv(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name)
csoundSetGlobalEnv
public static int csoundSetGlobalEnv(java.lang.String name,
java.lang.String value)
csoundCompile
public static int csoundCompile(SWIGTYPE_p_CSOUND_ arg0,
int argc,
SWIGTYPE_p_p_char argv)
csoundPerform
public static int csoundPerform(SWIGTYPE_p_CSOUND_ arg0)
csoundPerformKsmps
public static int csoundPerformKsmps(SWIGTYPE_p_CSOUND_ arg0)
csoundPerformKsmpsAbsolute
public static int csoundPerformKsmpsAbsolute(SWIGTYPE_p_CSOUND_ arg0)
csoundPerformBuffer
public static int csoundPerformBuffer(SWIGTYPE_p_CSOUND_ arg0)
csoundStop
public static void csoundStop(SWIGTYPE_p_CSOUND_ arg0)
csoundGetNamedGens
public static SWIGTYPE_p_void csoundGetNamedGens(SWIGTYPE_p_CSOUND_ arg0)
csoundCleanup
public static int csoundCleanup(SWIGTYPE_p_CSOUND_ arg0)
csoundReset
public static void csoundReset(SWIGTYPE_p_CSOUND_ arg0)
csoundGetSr
public static float csoundGetSr(SWIGTYPE_p_CSOUND_ arg0)
csoundGetKr
public static float csoundGetKr(SWIGTYPE_p_CSOUND_ arg0)
csoundGetKsmps
public static int csoundGetKsmps(SWIGTYPE_p_CSOUND_ arg0)
csoundGetNchnls
public static int csoundGetNchnls(SWIGTYPE_p_CSOUND_ arg0)
csoundGet0dBFS
public static float csoundGet0dBFS(SWIGTYPE_p_CSOUND_ arg0)
csoundGetStrVarMaxLen
public static int csoundGetStrVarMaxLen(SWIGTYPE_p_CSOUND_ arg0)
csoundGetSampleFormat
public static int csoundGetSampleFormat(SWIGTYPE_p_CSOUND_ arg0)
csoundGetSampleSize
public static int csoundGetSampleSize(SWIGTYPE_p_CSOUND_ arg0)
csoundGetInputBufferSize
public static int csoundGetInputBufferSize(SWIGTYPE_p_CSOUND_ arg0)
csoundGetOutputBufferSize
public static int csoundGetOutputBufferSize(SWIGTYPE_p_CSOUND_ arg0)
csoundGetInputBuffer
public static SWIGTYPE_p_float csoundGetInputBuffer(SWIGTYPE_p_CSOUND_ arg0)
csoundGetOutputBuffer
public static SWIGTYPE_p_float csoundGetOutputBuffer(SWIGTYPE_p_CSOUND_ arg0)
csoundGetSpin
public static SWIGTYPE_p_float csoundGetSpin(SWIGTYPE_p_CSOUND_ arg0)
csoundAddSpinSample
public static void csoundAddSpinSample(SWIGTYPE_p_CSOUND_ csound,
int frame,
int channel,
float sample)
csoundGetSpout
public static SWIGTYPE_p_float csoundGetSpout(SWIGTYPE_p_CSOUND_ csound)
csoundGetSpoutSample
public static float csoundGetSpoutSample(SWIGTYPE_p_CSOUND_ csound,
int frame,
int channel)
csoundGetOutputFileName
public static java.lang.String csoundGetOutputFileName(SWIGTYPE_p_CSOUND_ arg0)
csoundSetHostImplementedAudioIO
public static void csoundSetHostImplementedAudioIO(SWIGTYPE_p_CSOUND_ arg0,
int state,
int bufSize)
csoundGetScoreTime
public static double csoundGetScoreTime(SWIGTYPE_p_CSOUND_ arg0)
csoundIsScorePending
public static int csoundIsScorePending(SWIGTYPE_p_CSOUND_ arg0)
csoundSetScorePending
public static void csoundSetScorePending(SWIGTYPE_p_CSOUND_ arg0,
int pending)
csoundGetScoreOffsetSeconds
public static float csoundGetScoreOffsetSeconds(SWIGTYPE_p_CSOUND_ arg0)
csoundSetScoreOffsetSeconds
public static void csoundSetScoreOffsetSeconds(SWIGTYPE_p_CSOUND_ arg0,
float time)
csoundRewindScore
public static void csoundRewindScore(SWIGTYPE_p_CSOUND_ arg0)
csoundScoreSort
public static int csoundScoreSort(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_FILE inFile,
SWIGTYPE_p_FILE outFile)
csoundScoreExtract
public static int csoundScoreExtract(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_FILE inFile,
SWIGTYPE_p_FILE outFile,
SWIGTYPE_p_FILE extractFile)
csoundMessage
public static void csoundMessage(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String format)
csoundMessageS
public static void csoundMessageS(SWIGTYPE_p_CSOUND_ arg0,
int attr,
java.lang.String format)
csoundGetMessageLevel
public static int csoundGetMessageLevel(SWIGTYPE_p_CSOUND_ arg0)
csoundSetMessageLevel
public static void csoundSetMessageLevel(SWIGTYPE_p_CSOUND_ arg0,
int messageLevel)
csoundInputMessage
public static void csoundInputMessage(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String message)
csoundKeyPress
public static void csoundKeyPress(SWIGTYPE_p_CSOUND_ arg0,
char c)
csoundScoreEvent
public static int csoundScoreEvent(SWIGTYPE_p_CSOUND_ arg0,
char type,
SWIGTYPE_p_float pFields,
int numFields)
csoundNewOpcodeList
public static int csoundNewOpcodeList(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_opcodeListEntry opcodelist)
csoundDisposeOpcodeList
public static void csoundDisposeOpcodeList(SWIGTYPE_p_CSOUND_ arg0,
opcodeListEntry opcodelist)
csoundAppendOpcode
public 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)
csoundOpenLibrary
public static int csoundOpenLibrary(SWIGTYPE_p_p_void library,
java.lang.String libraryPath)
csoundCloseLibrary
public static int csoundCloseLibrary(SWIGTYPE_p_void library)
csoundGetLibrarySymbol
public static SWIGTYPE_p_void csoundGetLibrarySymbol(SWIGTYPE_p_void library,
java.lang.String symbolName)
csoundGetDebug
public static int csoundGetDebug(SWIGTYPE_p_CSOUND_ arg0)
csoundSetDebug
public static void csoundSetDebug(SWIGTYPE_p_CSOUND_ arg0,
int debug)
csoundTableLength
public static int csoundTableLength(SWIGTYPE_p_CSOUND_ arg0,
int table)
csoundTableGet
public static float csoundTableGet(SWIGTYPE_p_CSOUND_ arg0,
int table,
int index)
csoundTableSet
public static void csoundTableSet(SWIGTYPE_p_CSOUND_ arg0,
int table,
int index,
float value)
csoundGetTable
public static int csoundGetTable(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_float tablePtr,
int tableNum)
csoundCreateThread
public static SWIGTYPE_p_void csoundCreateThread(SWIGTYPE_p_f_p_void__uintptr_t threadRoutine,
SWIGTYPE_p_void userdata)
csoundGetCurrentThreadId
public static SWIGTYPE_p_void csoundGetCurrentThreadId()
csoundJoinThread
public static SWIGTYPE_p_uintptr_t csoundJoinThread(SWIGTYPE_p_void thread)
csoundRunCommand
public static int csoundRunCommand(SWIGTYPE_p_p_char argv,
int noWait)
csoundCreateThreadLock
public static SWIGTYPE_p_void csoundCreateThreadLock()
csoundWaitThreadLock
public static int csoundWaitThreadLock(SWIGTYPE_p_void lock,
int milliseconds)
csoundWaitThreadLockNoTimeout
public static void csoundWaitThreadLockNoTimeout(SWIGTYPE_p_void lock)
csoundNotifyThreadLock
public static void csoundNotifyThreadLock(SWIGTYPE_p_void lock)
csoundDestroyThreadLock
public static void csoundDestroyThreadLock(SWIGTYPE_p_void lock)
csoundCreateMutex
public static SWIGTYPE_p_void csoundCreateMutex(int isRecursive)
csoundLockMutex
public static void csoundLockMutex(SWIGTYPE_p_void mutex_)
csoundLockMutexNoWait
public static int csoundLockMutexNoWait(SWIGTYPE_p_void mutex_)
csoundUnlockMutex
public static void csoundUnlockMutex(SWIGTYPE_p_void mutex_)
csoundDestroyMutex
public static void csoundDestroyMutex(SWIGTYPE_p_void mutex_)
csoundCreateBarrier
public static SWIGTYPE_p_void csoundCreateBarrier(long max)
csoundDestroyBarrier
public static int csoundDestroyBarrier(SWIGTYPE_p_void barrier)
csoundWaitBarrier
public static int csoundWaitBarrier(SWIGTYPE_p_void barrier)
csoundSleep
public static void csoundSleep(int milliseconds)
csoundInitTimerStruct
public static void csoundInitTimerStruct(RTCLOCK arg0)
csoundGetRealTime
public static double csoundGetRealTime(RTCLOCK arg0)
csoundGetCPUTime
public static double csoundGetCPUTime(RTCLOCK arg0)
csoundGetRandomSeedFromTime
public static long csoundGetRandomSeedFromTime()
csoundSetLanguage
public static void csoundSetLanguage(SWIGTYPE_p_cslanguage_t lang_code)
csoundLocalizeString
public static java.lang.String csoundLocalizeString(java.lang.String s)
csoundCreateGlobalVariable
public static int csoundCreateGlobalVariable(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
int nbytes)
csoundQueryGlobalVariable
public static SWIGTYPE_p_void csoundQueryGlobalVariable(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name)
csoundQueryGlobalVariableNoCheck
public static SWIGTYPE_p_void csoundQueryGlobalVariableNoCheck(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name)
csoundDestroyGlobalVariable
public static int csoundDestroyGlobalVariable(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name)
csoundGetSizeOfMYFLT
public static int csoundGetSizeOfMYFLT()
csoundGetRtRecordUserData
public static SWIGTYPE_p_p_void csoundGetRtRecordUserData(SWIGTYPE_p_CSOUND_ arg0)
csoundGetRtPlayUserData
public static SWIGTYPE_p_p_void csoundGetRtPlayUserData(SWIGTYPE_p_CSOUND_ arg0)
csoundRunUtility
public static int csoundRunUtility(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
int argc,
SWIGTYPE_p_p_char argv)
csoundListUtilities
public static SWIGTYPE_p_p_char csoundListUtilities(SWIGTYPE_p_CSOUND_ arg0)
csoundDeleteUtilityList
public static void csoundDeleteUtilityList(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_char lst)
csoundGetUtilityDescription
public static java.lang.String csoundGetUtilityDescription(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String utilName)
csoundGetChannelPtr
public static int csoundGetChannelPtr(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_float p,
java.lang.String name,
int type)
csoundListChannels
public static int csoundListChannels(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_p_CsoundChannelListEntry_ lst)
csoundDeleteChannelList
public static void csoundDeleteChannelList(SWIGTYPE_p_CSOUND_ arg0,
CsoundChannelListEntry lst)
csoundSetControlChannelParams
public static int csoundSetControlChannelParams(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
int type,
float dflt,
float min,
float max)
csoundGetControlChannelParams
public static int csoundGetControlChannelParams(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
SWIGTYPE_p_float dflt,
SWIGTYPE_p_float min,
SWIGTYPE_p_float max)
csoundSetChannelIOCallback
public static void csoundSetChannelIOCallback(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_f_p_CSOUND__p_q_const__char_p_float_int__void func)
csoundGetChannelLock
public static SWIGTYPE_p_int csoundGetChannelLock(SWIGTYPE_p_CSOUND_ arg0,
java.lang.String name,
int type)
csoundRand31
public static int csoundRand31(SWIGTYPE_p_int seedVal)
csoundSeedRandMT
public static void csoundSeedRandMT(CsoundRandMTState p,
SWIGTYPE_p_unsigned_int initKey,
long keyLength)
csoundRandMT
public static long csoundRandMT(CsoundRandMTState p)
csoundChanIKSet
public static int csoundChanIKSet(SWIGTYPE_p_CSOUND_ arg0,
float value,
int n)
csoundChanOKGet
public static int csoundChanOKGet(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_float value,
int n)
csoundChanIASet
public static int csoundChanIASet(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_float value,
int n)
csoundChanOAGet
public static int csoundChanOAGet(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_float value,
int n)
csoundChanIKSetValue
public static int csoundChanIKSetValue(SWIGTYPE_p_CSOUND_ arg0,
int channel,
float value)
csoundChanOKGetValue
public static float csoundChanOKGetValue(SWIGTYPE_p_CSOUND_ arg0,
int channel)
csoundChanIASetSample
public static int csoundChanIASetSample(SWIGTYPE_p_CSOUND_ arg0,
int channel,
int frame,
float sample)
csoundChanOAGetSample
public static float csoundChanOAGetSample(SWIGTYPE_p_CSOUND_ arg0,
int channel,
int frame)
csoundPvsinSet
public static int csoundPvsinSet(SWIGTYPE_p_CSOUND_ arg0,
PVSDATEXT fin,
int n)
csoundPvsoutGet
public static int csoundPvsoutGet(SWIGTYPE_p_CSOUND_ csound,
PVSDATEXT fout,
int n)
csoundSetCallback
public static int csoundSetCallback(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_f_p_void_p_void_unsigned_int__int func,
SWIGTYPE_p_void userData,
long typeMask)
csoundRemoveCallback
public static void csoundRemoveCallback(SWIGTYPE_p_CSOUND_ arg0,
SWIGTYPE_p_f_p_void_p_void_unsigned_int__int func)
csoundEnableMessageBuffer
public static void csoundEnableMessageBuffer(SWIGTYPE_p_CSOUND_ csound,
int toStdOut)
csoundGetFirstMessage
public static java.lang.String csoundGetFirstMessage(SWIGTYPE_p_CSOUND_ csound)
csoundGetFirstMessageAttr
public static int csoundGetFirstMessageAttr(SWIGTYPE_p_CSOUND_ csound)
csoundPopFirstMessage
public static void csoundPopFirstMessage(SWIGTYPE_p_CSOUND_ csound)
csoundGetMessageCnt
public static int csoundGetMessageCnt(SWIGTYPE_p_CSOUND_ csound)
csoundDestroyMessageBuffer
public static void csoundDestroyMessageBuffer(SWIGTYPE_p_CSOUND_ csound)
sigcpy
public static void sigcpy(SWIGTYPE_p_float dest,
SWIGTYPE_p_float src,
int size)
csoundCreateConfigurationVariable
public 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)
csoundSetConfigurationVariable
public static int csoundSetConfigurationVariable(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name,
SWIGTYPE_p_void value)
csoundParseConfigurationVariable
public static int csoundParseConfigurationVariable(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name,
java.lang.String value)
csoundQueryConfigurationVariable
public static csCfgVariable_t csoundQueryConfigurationVariable(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name)
csoundListConfigurationVariables
public static SWIGTYPE_p_p_csCfgVariable_u csoundListConfigurationVariables(SWIGTYPE_p_CSOUND_ csound)
csoundDeleteCfgVarList
public static void csoundDeleteCfgVarList(SWIGTYPE_p_p_csCfgVariable_u lst)
csoundDeleteConfigurationVariable
public static int csoundDeleteConfigurationVariable(SWIGTYPE_p_CSOUND_ csound,
java.lang.String name)
csoundCfgErrorCodeToString
public static java.lang.String csoundCfgErrorCodeToString(int errcode)
gatherArgs
public static void gatherArgs(int argc,
SWIGTYPE_p_p_char argv,
SWIGTYPE_p_std__string commandLine)
scatterArgs
public static void scatterArgs(java.lang.String commandLine,
SWIGTYPE_p_std__vectorT_std__string_t args,
SWIGTYPE_p_std__vectorT_char_p_t argv)
trim
public static SWIGTYPE_p_std__string trim(SWIGTYPE_p_std__string value)
trimQuotes
public static SWIGTYPE_p_std__string trimQuotes(SWIGTYPE_p_std__string value)
parseInstrument
public 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)