csnd

Class CsoundPerformanceThread

public class CsoundPerformanceThread extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
protected CsoundPerformanceThread(long cPtr, boolean cMemoryOwn)
CsoundPerformanceThread(Csound arg0)
CsoundPerformanceThread(SWIGTYPE_p_CSOUND_ arg0)
Method Summary
voiddelete()
protected voidfinalize()
voidFlushMessageQueue()
protected static longgetCPtr(CsoundPerformanceThread obj)
SWIGTYPE_p_CSOUND_GetCsound()
SWIGTYPE_p_voidGetProcessCallback()
intGetStatus()
voidInputMessage(String s)
intJoin()
voidPause()
voidPlay()
voidScoreEvent(int absp2mode, char opcod, int pcnt, SWIGTYPE_p_float p)
voidSetProcessCallback(SWIGTYPE_p_f_p_void__void Callback, SWIGTYPE_p_void cbdata)
voidSetScoreOffsetSeconds(double timeVal)
voidStop()
voidTogglePause()

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

Constructor Detail

CsoundPerformanceThread

protected CsoundPerformanceThread(long cPtr, boolean cMemoryOwn)

CsoundPerformanceThread

public CsoundPerformanceThread(Csound arg0)

CsoundPerformanceThread

public CsoundPerformanceThread(SWIGTYPE_p_CSOUND_ arg0)

Method Detail

delete

public void delete()

finalize

protected void finalize()

FlushMessageQueue

public void FlushMessageQueue()

getCPtr

protected static long getCPtr(CsoundPerformanceThread obj)

GetCsound

public SWIGTYPE_p_CSOUND_ GetCsound()

GetProcessCallback

public SWIGTYPE_p_void GetProcessCallback()

GetStatus

public int GetStatus()

InputMessage

public void InputMessage(String s)

Join

public int Join()

Pause

public void Pause()

Play

public void Play()

ScoreEvent

public void ScoreEvent(int absp2mode, char opcod, int pcnt, SWIGTYPE_p_float p)

SetProcessCallback

public void SetProcessCallback(SWIGTYPE_p_f_p_void__void Callback, SWIGTYPE_p_void cbdata)

SetScoreOffsetSeconds

public void SetScoreOffsetSeconds(double timeVal)

Stop

public void Stop()

TogglePause

public void TogglePause()