public class CsoundChannelList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
CsoundChannelList(Csound csound) |
protected |
CsoundChannelList(long cPtr,
boolean cMemoryOwn) |
|
CsoundChannelList(SWIGTYPE_p_CSOUND_ csound) |
Modifier and Type | Method and Description |
---|---|
void |
Clear() |
int |
Count() |
double |
DefaultValue(int ndx) |
void |
delete() |
protected void |
finalize() |
protected 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) |
protected CsoundChannelList(long cPtr, boolean cMemoryOwn)
public CsoundChannelList(SWIGTYPE_p_CSOUND_ csound)
public CsoundChannelList(Csound csound)
protected static long getCPtr(CsoundChannelList obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public int Count()
public java.lang.String Name(int ndx)
public int Type(int ndx)
public int IsControlChannel(int ndx)
public int IsAudioChannel(int ndx)
public int IsStringChannel(int ndx)
public int IsInputChannel(int ndx)
public int IsOutputChannel(int ndx)
public int SubType(int ndx)
public double DefaultValue(int ndx)
public double MinValue(int ndx)
public double MaxValue(int ndx)
public void Clear()