csnd

Class CppSound

public class CppSound extends Csound

Constructor Summary
CppSound(long cPtr, boolean cMemoryOwn)
CppSound()
Method Summary
voidcleanup()
intcompile(int argc, SWIGTYPE_p_p_char argv)
intcompile()
voiddelete()
protected voidfinalize()
static longgetCPtr(CppSound obj)
SWIGTYPE_p_CSOUND_getCsound()
CsoundFilegetCsoundFile()
booleangetIsCompiled()
booleangetIsGo()
booleangetIsPerforming()
StringgetOutputSoundfileName()
intgetSpoutSize()
intgetThis()
voidinputMessage(String istatement)
intperform(int argc, SWIGTYPE_p_p_char argv)
intperform()
intperformKsmps(boolean absolute)
voidsetIsPerforming(boolean isPerforming)
voidstop()
voidwrite(String text)

Constructor Detail

CppSound

public CppSound(long cPtr, boolean cMemoryOwn)

CppSound

public CppSound()

Method Detail

cleanup

public void cleanup()

compile

public int compile(int argc, SWIGTYPE_p_p_char argv)

compile

public int compile()

delete

public void delete()

finalize

protected void finalize()

getCPtr

public 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(int argc, SWIGTYPE_p_p_char argv)

perform

public int perform()

performKsmps

public int performKsmps(boolean absolute)

setIsPerforming

public void setIsPerforming(boolean isPerforming)

stop

public void stop()

write

public void write(String text)