Uses of Class
com.sun.media.sound.SF2Sample

Uses of SF2Sample in com.sun.media.sound
 

Fields in com.sun.media.sound declared as SF2Sample
protected  SF2Sample SF2LayerRegion.sample
           
 

Methods in com.sun.media.sound that return SF2Sample
 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)
           
 

Methods in com.sun.media.sound with parameters of type SF2Sample
static SF2Layer EmergencySoundbank.newLayer(SF2Soundbank sf2, java.lang.String name, SF2Sample sample)
           
 void SF2LayerRegion.setSample(SF2Sample sample)