public class CsoundMidiOutputBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
CsoundMidiOutputBuffer(long cPtr,
boolean cMemoryOwn) |
|
CsoundMidiOutputBuffer(SWIGTYPE_p_unsigned_char buf,
int bufSize) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
int |
GetChannel() |
protected static long |
getCPtr(CsoundMidiOutputBuffer obj) |
int |
GetData1() |
int |
GetData2() |
int |
GetStatus() |
int |
PopMessage() |
protected CsoundMidiOutputBuffer(long cPtr, boolean cMemoryOwn)
public CsoundMidiOutputBuffer(SWIGTYPE_p_unsigned_char buf, int bufSize)
protected static long getCPtr(CsoundMidiOutputBuffer obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public int PopMessage()
public int GetStatus()
public int GetChannel()
public int GetData1()
public int GetData2()