public class CsoundPerformanceThread
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
CsoundPerformanceThread(Csound arg0) |
protected |
CsoundPerformanceThread(long cPtr,
boolean cMemoryOwn) |
|
CsoundPerformanceThread(SWIGTYPE_p_CSOUND_ arg0) |
| Modifier and Type | Method and Description |
|---|---|
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 |
Record(java.lang.String filename) |
void |
Record(java.lang.String filename,
int samplebits) |
void |
Record(java.lang.String filename,
int samplebits,
int numbufs) |
void |
ScoreEvent(int absp2mode,
char opcod,
int pcnt,
SWIGTYPE_p_double p) |
void |
SetScoreOffsetSeconds(double timeVal) |
void |
Stop() |
void |
StopRecord() |
void |
TogglePause() |
protected CsoundPerformanceThread(long cPtr,
boolean cMemoryOwn)
public CsoundPerformanceThread(Csound arg0)
public CsoundPerformanceThread(SWIGTYPE_p_CSOUND_ arg0)
protected static long getCPtr(CsoundPerformanceThread obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public int isRunning()
public SWIGTYPE_p_void GetProcessCallback()
public SWIGTYPE_p_CSOUND_ GetCsound()
public int GetStatus()
public void Play()
public void Pause()
public void TogglePause()
public void Stop()
public void Record(java.lang.String filename,
int samplebits,
int numbufs)
public void Record(java.lang.String filename,
int samplebits)
public void Record(java.lang.String filename)
public void StopRecord()
public void ScoreEvent(int absp2mode,
char opcod,
int pcnt,
SWIGTYPE_p_double p)
public void InputMessage(java.lang.String s)
public void SetScoreOffsetSeconds(double timeVal)
public int Join()
public void FlushMessageQueue()