Uses of Class
jmri.jmrit.vsdecoder.VSDSound
-
Packages that use VSDSound Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of VSDSound in jmri.jmrit.vsdecoder
Subclasses of VSDSound in jmri.jmrit.vsdecoder Modifier and Type Class Description (package private) class
ConfigurableSound
Configurable Sound initial version.(package private) class
Diesel3Sound
Diesel Sound version 3.(package private) class
DieselSound
Diesel Sound initial version.class
EngineSound
Superclass for Steam, Diesel and Electric Sound.(package private) class
NotchTransition
NotchTransition.(package private) class
SoundBite
VSD implementation of an audio sound.(package private) class
Steam1Sound
Steam Sound version 1 (adapted from Diesel3Sound).(package private) class
SteamSound
Steam Sound initial version.Fields in jmri.jmrit.vsdecoder declared as VSDSound Modifier and Type Field Description (package private) VSDSound
SoundEvent. my_sound
(package private) VSDSound
VSDecoder. savedSound
(package private) VSDSound
Trigger. target
Fields in jmri.jmrit.vsdecoder with type parameters of type VSDSound Modifier and Type Field Description (package private) java.util.HashMap<java.lang.String,VSDSound>
VSDecoder. sound_list
Methods in jmri.jmrit.vsdecoder that return VSDSound Modifier and Type Method Description VSDSound
SoundEvent. getSound()
VSDSound
VSDecoder. getSound(java.lang.String name)
Retrieve the VSDSound with the given system nameVSDSound
Trigger. getTarget()
Methods in jmri.jmrit.vsdecoder with parameters of type VSDSound Modifier and Type Method Description void
SoundEvent. setSound(VSDSound v)
void
Trigger. setTarget(VSDSound tgt)
-