Uses of Class
exceptions.MalformedParameterStringException

Packages that use MalformedParameterStringException
framed   
sampled   
 

Uses of MalformedParameterStringException in framed
 

Methods in framed that throw MalformedParameterStringException
static Window Window.create(AudioSource source, java.lang.String parameterString)
          Generate a new Window object using the parameter string and AudioSource
static Melfilter Melfilter.create(FrameSource source, int sampleRate, java.lang.String parameterString)
          Create a Melfilter object using the given parameter string and connect it to the source.
static Selection Selection.create(FrameSource source, java.lang.String formatString)
          Create a Selection object according to the parameter string and attach it to the source.
static Slope Slope.create(FrameSource source, java.lang.String parameterString)
          Create a new Slope object which computes the specified deltas on the connected source
static void Selection.main(java.lang.String[] args)
          main program; for usage see synopsis
 

Uses of MalformedParameterStringException in sampled
 

Methods in sampled that throw MalformedParameterStringException
static SineGenerator SineGenerator.create(java.lang.String parameterString)
          Generate a new SineGenerator according to the parameter string.
static RawAudioFormat RawAudioFormat.create(java.lang.String parameterString)
          Generate a RawAudioFormat from the given parameterString.
static void AudioFileReader.main(java.lang.String[] args)