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.vsdecoder
Subclasses of SoundBite in jmri.jmrit.vsdecoder Modifier and Type Class Description (package private) class
NotchTransition
NotchTransition.Fields in jmri.jmrit.vsdecoder declared as SoundBite Modifier and Type Field Description (package private) SoundBite
ConfigurableSound. end_sound
(package private) SoundBite
ConfigurableSound. mid_sound
(package private) SoundBite
ConfigurableSound. short_sound
(package private) SoundBite
DieselSound. shutdown_sound
SoundBite
SteamSound.RPMSound. sound
(package private) SoundBite
ConfigurableSound. start_sound
(package private) SoundBite
DieselSound. start_sound
Fields 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_sounds
Methods in jmri.jmrit.vsdecoder with parameters of type SoundBite Modifier and Type Method Description static long
SoundBite. calcLength(SoundBite s)
Constructors in jmri.jmrit.vsdecoder with parameters of type SoundBite Constructor Description RPMSound(SoundBite sb, int min_r, int max_r, boolean chuff)
-