csnd

Class CppSound


public class CppSound
extends Csound

Constructor Summary

CppSound()
CppSound(long cPtr, boolean cMemoryOwn)

Method Summary

void
cleanup()
int
compile()
int
compile(int argc, SWIGTYPE_p_p_char argv)
void
delete()
protected void
finalize()
protected static long
getCPtr(CppSound obj)
SWIGTYPE_p_CSOUND_
getCsound()
CsoundFile
getCsoundFile()
boolean
getIsCompiled()
boolean
getIsGo()
boolean
getIsPerforming()
String
getOutputSoundfileName()
int
getSpoutSize()
int
getThis()
void
inputMessage(String istatement)
int
perform()
int
perform(int argc, SWIGTYPE_p_p_char argv)
int
performKsmps(boolean absolute)
void
setIsPerforming(boolean isPerforming)
void
setPythonMessageCallback()
void
stop()
void
write(String text)

Constructor Details

CppSound

public CppSound()

CppSound

protected CppSound(long cPtr,
                   boolean cMemoryOwn)

Method Details

cleanup

public void cleanup()

compile

public int compile()

compile

public int compile(int argc,
                   SWIGTYPE_p_p_char argv)

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(CppSound obj)

getCsound

public SWIGTYPE_p_CSOUND_ getCsound()

getCsoundFile

public CsoundFile getCsoundFile()

getIsCompiled

public boolean getIsCompiled()

getIsGo

public boolean getIsGo()

getIsPerforming

public boolean getIsPerforming()

getOutputSoundfileName

public String getOutputSoundfileName()

getSpoutSize

public int getSpoutSize()

getThis

public int getThis()

inputMessage

public void inputMessage(String istatement)

perform

public int perform()

perform

public int perform(int argc,
                   SWIGTYPE_p_p_char argv)

performKsmps

public int performKsmps(boolean absolute)

setIsPerforming

public void setIsPerforming(boolean isPerforming)

setPythonMessageCallback

public void setPythonMessageCallback()

stop

public void stop()

write

public void write(String text)