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) classConfigurableSoundConfigurable Sound initial version.(package private) classDiesel3SoundDiesel Sound version 3.(package private) classDieselSoundDiesel Sound initial version.classEngineSoundSuperclass for Steam, Diesel and Electric Sound.(package private) classNotchTransitionNotchTransition.(package private) classSoundBiteVSD implementation of an audio sound.(package private) classSteam1SoundSteam Sound version 1 (adapted from Diesel3Sound).(package private) classSteamSoundSteam Sound initial version.Fields in jmri.jmrit.vsdecoder declared as VSDSound Modifier and Type Field Description (package private) VSDSoundSoundEvent. my_sound(package private) VSDSoundTrigger. targetFields 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_listMethods in jmri.jmrit.vsdecoder that return VSDSound Modifier and Type Method Description VSDSoundSoundEvent. getSound()VSDSoundVSDecoder. getSound(java.lang.String name)Retrieve the VSDSound with the given system nameVSDSoundTrigger. getTarget()Methods in jmri.jmrit.vsdecoder with parameters of type VSDSound Modifier and Type Method Description voidSoundEvent. setSound(VSDSound v)voidTrigger. setTarget(VSDSound tgt)
-