Uses of Class
jmri.jmrit.vsdecoder.SoundBite
- 
Packages that use SoundBite Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.
- 
- 
Uses of SoundBite in jmri.jmrit.vsdecoderSubclasses of SoundBite in jmri.jmrit.vsdecoder Modifier and Type Class Description (package private) classNotchTransitionNotchTransition.Fields in jmri.jmrit.vsdecoder declared as SoundBite Modifier and Type Field Description (package private) SoundBiteConfigurableSound. end_sound(package private) SoundBiteConfigurableSound. mid_sound(package private) SoundBiteConfigurableSound. short_sound(package private) SoundBiteDieselSound. shutdown_sound(package private) SoundBiteConfigurableSound. start_sound(package private) SoundBiteDieselSound. start_soundFields in jmri.jmrit.vsdecoder with type parameters of type SoundBite Modifier and Type Field Description (package private) java.util.HashMap<java.lang.Integer,SoundBite>DieselSound. notch_soundsMethods in jmri.jmrit.vsdecoder with parameters of type SoundBite Modifier and Type Method Description static longSoundBite. calcLength(SoundBite s)
 
-