csnd
Class CsoundMidiOutputStream

java.lang.Object
  extended by csnd.CsoundMidiOutputBuffer
      extended by csnd.CsoundMidiOutputStream

public class CsoundMidiOutputStream
extends CsoundMidiOutputBuffer


Field Summary
 
Fields inherited from class csnd.CsoundMidiOutputBuffer
swigCMemOwn
 
Constructor Summary
  CsoundMidiOutputStream(Csound csound)
           
protected CsoundMidiOutputStream(long cPtr, boolean cMemoryOwn)
           
  CsoundMidiOutputStream(SWIGTYPE_p_CSOUND_ csound)
           
 
Method Summary
 void delete()
           
 void EnableMidiOutput(CsoundArgVList argv)
           
protected  void finalize()
           
protected static long getCPtr(CsoundMidiOutputStream obj)
           
 
Methods inherited from class csnd.CsoundMidiOutputBuffer
GetChannel, getCPtr, GetData1, GetData2, GetStatus, PopMessage
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsoundMidiOutputStream

protected CsoundMidiOutputStream(long cPtr,
                                 boolean cMemoryOwn)

CsoundMidiOutputStream

public CsoundMidiOutputStream(SWIGTYPE_p_CSOUND_ csound)

CsoundMidiOutputStream

public CsoundMidiOutputStream(Csound csound)
Method Detail

getCPtr

protected static long getCPtr(CsoundMidiOutputStream obj)

finalize

protected void finalize()
Overrides:
finalize in class CsoundMidiOutputBuffer

delete

public void delete()
Overrides:
delete in class CsoundMidiOutputBuffer

EnableMidiOutput

public void EnableMidiOutput(CsoundArgVList argv)