Uses of Interface
tapeutils.WaveIdentifier

Packages that use WaveIdentifier
tapeutils   
tapeutils.impl   
tapeutils.impl.zx81   
 

Uses of WaveIdentifier in tapeutils
 

Methods in tapeutils with parameters of type WaveIdentifier
 void WaveProcessor.setWaveIdentifier(WaveIdentifier identifier)
          Set the object to be used to identify waves.
 

Uses of WaveIdentifier in tapeutils.impl
 

Classes in tapeutils.impl that implement WaveIdentifier
 class SineWaveIdentifier
          This class provides an identifier for sine waves within a sampled sound.
 

Uses of WaveIdentifier in tapeutils.impl.zx81
 

Methods in tapeutils.impl.zx81 with parameters of type WaveIdentifier
 void ZX81WaveProcessor.setWaveIdentifier(WaveIdentifier identifier)
          Set the object to be used to identify waves.