csnd
Class CsoundMidiInputStream

java.lang.Object
  extended by csnd.CsoundMidiInputBuffer
      extended by csnd.CsoundMidiInputStream

public class CsoundMidiInputStream
extends CsoundMidiInputBuffer


Field Summary
 
Fields inherited from class csnd.CsoundMidiInputBuffer
swigCMemOwn
 
Constructor Summary
  CsoundMidiInputStream(Csound csound)
           
protected CsoundMidiInputStream(long cPtr, boolean cMemoryOwn)
           
  CsoundMidiInputStream(SWIGTYPE_p_CSOUND_ csound)
           
 
Method Summary
 void delete()
           
 void EnableMidiInput(CsoundArgVList argv)
           
protected  void finalize()
           
protected static long getCPtr(CsoundMidiInputStream obj)
           
 
Methods inherited from class csnd.CsoundMidiInputBuffer
getCPtr, SendChannelPressure, SendControlChange, SendMessage, SendMessage, SendNoteOff, SendNoteOff, SendNoteOn, SendPitchBend, SendPolyphonicPressure, SendProgramChange
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsoundMidiInputStream

protected CsoundMidiInputStream(long cPtr,
                                boolean cMemoryOwn)

CsoundMidiInputStream

public CsoundMidiInputStream(SWIGTYPE_p_CSOUND_ csound)

CsoundMidiInputStream

public CsoundMidiInputStream(Csound csound)
Method Detail

getCPtr

protected static long getCPtr(CsoundMidiInputStream obj)

finalize

protected void finalize()
Overrides:
finalize in class CsoundMidiInputBuffer

delete

public void delete()
Overrides:
delete in class CsoundMidiInputBuffer

EnableMidiInput

public void EnableMidiInput(CsoundArgVList argv)