public class DLSSampleOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
attenuation |
protected short |
finetune |
protected java.util.List<DLSSampleLoop> |
loops |
protected long |
options |
protected int |
unitynote |
Constructor and Description |
---|
DLSSampleOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getAttenuation() |
short |
getFinetune() |
java.util.List<DLSSampleLoop> |
getLoops() |
long |
getOptions() |
int |
getUnitynote() |
void |
setAttenuation(int attenuation) |
void |
setFinetune(short finetune) |
void |
setOptions(long options) |
void |
setUnitynote(int unitynote) |
protected int unitynote
protected short finetune
protected int attenuation
protected long options
protected java.util.List<DLSSampleLoop> loops
public int getAttenuation()
public void setAttenuation(int attenuation)
public short getFinetune()
public void setFinetune(short finetune)
public java.util.List<DLSSampleLoop> getLoops()
public long getOptions()
public void setOptions(long options)
public int getUnitynote()
public void setUnitynote(int unitynote)