public class CppSound extends Csound
swigCMemOwn
Constructor and Description |
---|
CppSound() |
CppSound(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
int |
compile() |
int |
compile(int argc,
SWIGTYPE_p_p_char argv) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(CppSound obj) |
SWIGTYPE_p_CSOUND_ |
getCsound() |
CsoundFile |
getCsoundFile() |
boolean |
getIsCompiled() |
boolean |
getIsGo() |
boolean |
getIsPerforming() |
java.lang.String |
getOutputSoundfileName() |
int |
getSpoutSize() |
int |
getThis() |
void |
inputMessage(java.lang.String istatement) |
int |
perform() |
int |
perform(int argc,
SWIGTYPE_p_p_char argv) |
int |
performKsmps(boolean absolute) |
void |
setIsPerforming(boolean isPerforming) |
void |
stop() |
void |
write(java.lang.String text) |
AddSpinSample, AppendOpcode, ChanIASet, ChanIASetSample, ChanIKSet, ChanIKSetValue, ChanOAGet, ChanOAGetSample, ChanOKGet, ChanOKGetValue, Cleanup, Compile, Compile, Compile, Compile, Compile, Compile, CreateConfigurationVariable, CreateGlobalVariable, DeleteChannelList, DeleteConfigurationVariable, DeleteUtilityList, DestroyGlobalVariable, DestroyMessageBuffer, DisposeOpcodeList, EnableMessageBuffer, Get0dBFS, GetChannel, GetChannelPtr, GetControlChannelParams, getCPtr, GetCsound, GetDebug, GetEnv, GetFirstMessage, GetFirstMessageAttr, GetHostData, GetInputBuffer, GetInputBufferSize, GetKr, GetKsmps, GetMessageCnt, GetMessageLevel, GetNchnls, GetOutputBuffer, GetOutputBufferSize, GetOutputFileName, getPydata, GetRtPlayUserData, GetRtRecordUserData, GetSampleFormat, GetSampleSize, GetScoreOffsetSeconds, GetScoreTime, GetSpin, GetSpout, GetSpoutSample, GetSr, GetStrVarMaxLen, GetTable, GetUtilityDescription, InitializeCscore, InputMessage, IsScorePending, KeyPressed, ListChannels, ListConfigurationVariables, ListUtilities, Message, MessageS, NewOpcodeList, ParseConfigurationVariable, Perform, Perform, Perform, Perform, Perform, Perform, Perform, PerformBuffer, PerformKsmps, PerformKsmpsAbsolute, PopFirstMessage, PreCompile, PvsinSet, PvsoutGet, QueryConfigurationVariable, QueryGlobalVariable, QueryGlobalVariableNoCheck, Reset, RewindScore, RunUtility, ScoreEvent, ScoreExtract, ScoreSort, SetChannel, SetChannel, SetChannelIOCallback, SetConfigurationVariable, SetControlChannelParams, SetDebug, SetExternalMidiInCloseCallback, SetExternalMidiInOpenCallback, SetExternalMidiReadCallback, SetHostData, SetHostImplementedAudioIO, SetInputValueCallback, SetMessageCallback, SetMessageLevel, SetOutputValueCallback, setPydata, SetScoreOffsetSeconds, SetScorePending, Stop, TableGet, TableLength, TableSet
public CppSound(long cPtr, boolean cMemoryOwn)
public CppSound()
public static long getCPtr(CppSound obj)
public SWIGTYPE_p_CSOUND_ getCsound()
public int getThis()
public CsoundFile getCsoundFile()
public int compile(int argc, SWIGTYPE_p_p_char argv)
public int compile()
public int getSpoutSize()
public java.lang.String getOutputSoundfileName()
public int perform(int argc, SWIGTYPE_p_p_char argv)
public int perform()
public int performKsmps(boolean absolute)
public void cleanup()
public void inputMessage(java.lang.String istatement)
public void write(java.lang.String text)
public boolean getIsCompiled()
public void setIsPerforming(boolean isPerforming)
public boolean getIsPerforming()
public boolean getIsGo()
public void stop()