csnd

Class CsoundChannelList


public class CsoundChannelList
extends java.lang.Object

Field Summary

protected boolean
swigCMemOwn

Constructor Summary

CsoundChannelList(Csound csound)
CsoundChannelList(SWIGTYPE_p_CSOUND_ csound)
CsoundChannelList(long cPtr, boolean cMemoryOwn)

Method Summary

void
Clear()
int
Count()
double
DefaultValue(int ndx)
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)
String
Name(int ndx)
int
SubType(int ndx)
int
Type(int ndx)
void
delete()
protected void
finalize()
protected static long
getCPtr(CsoundChannelList obj)

Field Details

swigCMemOwn

protected boolean swigCMemOwn

Constructor Details

CsoundChannelList

public CsoundChannelList(Csound csound)

CsoundChannelList

public CsoundChannelList(SWIGTYPE_p_CSOUND_ csound)

CsoundChannelList

protected CsoundChannelList(long cPtr,
                            boolean cMemoryOwn)

Method Details

Clear

public void Clear()

Count

public int Count()

DefaultValue

public double DefaultValue(int ndx)

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)

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(CsoundChannelList obj)