csnd
Class CsoundPerformanceThread

java.lang.Object
  extended by csnd.CsoundPerformanceThread

public class CsoundPerformanceThread
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  CsoundPerformanceThread(Csound arg0)
           
protected CsoundPerformanceThread(long cPtr, boolean cMemoryOwn)
           
  CsoundPerformanceThread(SWIGTYPE_p_CSOUND_ arg0)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 void FlushMessageQueue()
           
protected static long getCPtr(CsoundPerformanceThread obj)
           
 SWIGTYPE_p_CSOUND_ GetCsound()
           
 SWIGTYPE_p_void GetProcessCallback()
           
 int GetStatus()
           
 void InputMessage(java.lang.String s)
           
 int isRunning()
           
 int Join()
           
 void Pause()
           
 void Play()
           
 void ScoreEvent(int absp2mode, char opcod, int pcnt, SWIGTYPE_p_float p)
           
 void SetProcessCallback(SWIGTYPE_p_f_p_void__void Callback, SWIGTYPE_p_void cbdata)
           
 void SetScoreOffsetSeconds(double timeVal)
           
 void Stop()
           
 void TogglePause()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

getCPtr

protected static long getCPtr(CsoundPerformanceThread obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

isRunning

public int isRunning()

GetProcessCallback

public SWIGTYPE_p_void GetProcessCallback()

SetProcessCallback

public void SetProcessCallback(SWIGTYPE_p_f_p_void__void Callback,
                               SWIGTYPE_p_void cbdata)

GetCsound

public SWIGTYPE_p_CSOUND_ GetCsound()

GetStatus

public int GetStatus()

Play

public void Play()

Pause

public void Pause()

TogglePause

public void TogglePause()

Stop

public void Stop()

ScoreEvent

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

InputMessage

public void InputMessage(java.lang.String s)

SetScoreOffsetSeconds

public void SetScoreOffsetSeconds(double timeVal)

Join

public int Join()

FlushMessageQueue

public void FlushMessageQueue()