csnd
Class CsoundChannelList

java.lang.Object
  extended by csnd.CsoundChannelList

public class CsoundChannelList
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
CsoundChannelList(Csound csound)
           
CsoundChannelList(long cPtr, boolean cMemoryOwn)
           
CsoundChannelList(SWIGTYPE_p_CSOUND_ csound)
           
 
Method Summary
 void Clear()
           
 int Count()
           
 double DefaultValue(int ndx)
           
 void delete()
           
protected  void finalize()
           
static long getCPtr(CsoundChannelList obj)
           
 int IsAudioChannel(int ndx)
           
 int IsControlChannel(int ndx)
           
 int IsInputChannel(int ndx)
           
 int IsOutputChannel(int ndx)
           
 int IsStringChannel(int ndx)
           
 double MaxValue(int ndx)
           
 double MinValue(int ndx)
           
 java.lang.String Name(int ndx)
           
 int SubType(int ndx)
           
 int Type(int ndx)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CsoundChannelList

public CsoundChannelList(long cPtr,
                         boolean cMemoryOwn)

CsoundChannelList

public CsoundChannelList(SWIGTYPE_p_CSOUND_ csound)

CsoundChannelList

public CsoundChannelList(Csound csound)
Method Detail

getCPtr

public static long getCPtr(CsoundChannelList obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

Count

public int Count()

Name

public java.lang.String Name(int ndx)

Type

public int Type(int ndx)

IsControlChannel

public int IsControlChannel(int ndx)

IsAudioChannel

public int IsAudioChannel(int ndx)

IsStringChannel

public int IsStringChannel(int ndx)

IsInputChannel

public int IsInputChannel(int ndx)

IsOutputChannel

public int IsOutputChannel(int ndx)

SubType

public int SubType(int ndx)

DefaultValue

public double DefaultValue(int ndx)

MinValue

public double MinValue(int ndx)

MaxValue

public double MaxValue(int ndx)

Clear

public void Clear()