csnd
Class CsoundMidiInputBuffer
java.lang.Object
csnd.CsoundMidiInputBuffer
- Direct Known Subclasses:
- CsoundMidiInputStream
public class CsoundMidiInputBuffer
- extends java.lang.Object
Method Summary |
void |
delete()
|
protected void |
finalize()
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
CsoundMidiInputBuffer
public CsoundMidiInputBuffer(long cPtr,
boolean cMemoryOwn)
CsoundMidiInputBuffer
public CsoundMidiInputBuffer(SWIGTYPE_p_unsigned_char buf,
int bufSize)
getCPtr
public static long getCPtr(CsoundMidiInputBuffer obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
SendMessage
public void SendMessage(int msg)
SendMessage
public void SendMessage(int status,
int channel,
int data1,
int data2)
SendNoteOn
public void SendNoteOn(int channel,
int key,
int velocity)
SendNoteOff
public void SendNoteOff(int channel,
int key,
int velocity)
SendNoteOff
public void SendNoteOff(int channel,
int key)
SendPolyphonicPressure
public void SendPolyphonicPressure(int channel,
int key,
int value)
SendControlChange
public void SendControlChange(int channel,
int ctl,
int value)
SendProgramChange
public void SendProgramChange(int channel,
int pgm)
SendChannelPressure
public void SendChannelPressure(int channel,
int value)
SendPitchBend
public void SendPitchBend(int channel,
int value)