csnd
Class CsoundChannelList
java.lang.Object
csnd.CsoundChannelList
public class CsoundChannelList
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
CsoundChannelList
public CsoundChannelList(long cPtr,
boolean cMemoryOwn)
CsoundChannelList
public CsoundChannelList(SWIGTYPE_p_CSOUND_ csound)
CsoundChannelList
public CsoundChannelList(Csound csound)
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()