public class CsoundMidiInputBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
CsoundMidiInputBuffer(long cPtr,
boolean cMemoryOwn) |
|
CsoundMidiInputBuffer(SWIGTYPE_p_unsigned_char buf,
int bufSize) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(CsoundMidiInputBuffer obj) |
void |
SendChannelPressure(int channel,
int value) |
void |
SendControlChange(int channel,
int ctl,
int value) |
void |
SendMessage(int msg) |
void |
SendMessage(int status,
int channel,
int data1,
int data2) |
void |
SendNoteOff(int channel,
int key) |
void |
SendNoteOff(int channel,
int key,
int velocity) |
void |
SendNoteOn(int channel,
int key,
int velocity) |
void |
SendPitchBend(int channel,
int value) |
void |
SendPolyphonicPressure(int channel,
int key,
int value) |
void |
SendProgramChange(int channel,
int pgm) |
protected CsoundMidiInputBuffer(long cPtr, boolean cMemoryOwn)
public CsoundMidiInputBuffer(SWIGTYPE_p_unsigned_char buf, int bufSize)
protected static long getCPtr(CsoundMidiInputBuffer obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void SendMessage(int msg)
public void SendMessage(int status, int channel, int data1, int data2)
public void SendNoteOn(int channel, int key, int velocity)
public void SendNoteOff(int channel, int key, int velocity)
public void SendNoteOff(int channel, int key)
public void SendPolyphonicPressure(int channel, int key, int value)
public void SendControlChange(int channel, int ctl, int value)
public void SendProgramChange(int channel, int pgm)
public void SendChannelPressure(int channel, int value)
public void SendPitchBend(int channel, int value)