Modifier and Type | Field and Description |
---|---|
protected SF2Sample |
SF2LayerRegion.sample |
Modifier and Type | Method and Description |
---|---|
SF2Sample |
SF2LayerRegion.getSample() |
SF2Sample[] |
SF2Soundbank.getSamples() |
static SF2Sample |
EmergencySoundbank.newSimpleDrumSample(SF2Soundbank sf2,
java.lang.String name,
double[] data) |
static SF2Sample |
EmergencySoundbank.newSimpleFFTSample_dist(SF2Soundbank sf2,
java.lang.String name,
double[] data,
double base,
double preamp) |
static SF2Sample |
EmergencySoundbank.newSimpleFFTSample(SF2Soundbank sf2,
java.lang.String name,
double[] data,
double base) |
static SF2Sample |
EmergencySoundbank.newSimpleFFTSample(SF2Soundbank sf2,
java.lang.String name,
double[] data,
double base,
int fadeuptime) |
Modifier and Type | Method and Description |
---|---|
static SF2Layer |
EmergencySoundbank.newLayer(SF2Soundbank sf2,
java.lang.String name,
SF2Sample sample) |
void |
SF2LayerRegion.setSample(SF2Sample sample) |