csnd

Class CsoundChannelList

public class CsoundChannelList extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
protected CsoundChannelList(long cPtr, boolean cMemoryOwn)
CsoundChannelList(SWIGTYPE_p_CSOUND_ csound)
CsoundChannelList(Csound csound)
Method Summary
voidClear()
intCount()
voiddelete()
doubleDefaultValue(int ndx)
protected voidfinalize()
protected static longgetCPtr(CsoundChannelList obj)
intIsAudioChannel(int ndx)
intIsControlChannel(int ndx)
intIsInputChannel(int ndx)
intIsOutputChannel(int ndx)
intIsStringChannel(int ndx)
doubleMaxValue(int ndx)
doubleMinValue(int ndx)
StringName(int ndx)
intSubType(int ndx)
intType(int ndx)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

Constructor Detail

CsoundChannelList

protected CsoundChannelList(long cPtr, boolean cMemoryOwn)

CsoundChannelList

public CsoundChannelList(SWIGTYPE_p_CSOUND_ csound)

CsoundChannelList

public CsoundChannelList(Csound csound)

Method Detail

Clear

public void Clear()

Count

public int Count()

delete

public void delete()

DefaultValue

public double DefaultValue(int ndx)

finalize

protected void finalize()

getCPtr

protected static long getCPtr(CsoundChannelList obj)

IsAudioChannel

public int IsAudioChannel(int ndx)

IsControlChannel

public int IsControlChannel(int ndx)

IsInputChannel

public int IsInputChannel(int ndx)

IsOutputChannel

public int IsOutputChannel(int ndx)

IsStringChannel

public int IsStringChannel(int ndx)

MaxValue

public double MaxValue(int ndx)

MinValue

public double MinValue(int ndx)

Name

public String Name(int ndx)

SubType

public int SubType(int ndx)

Type

public int Type(int ndx)