Package jmri.jmrit.vsdecoder
Class Steam1Sound
- java.lang.Object
-
- jmri.jmrit.vsdecoder.VSDSound
-
- jmri.jmrit.vsdecoder.EngineSound
-
- jmri.jmrit.vsdecoder.Steam1Sound
-
class Steam1Sound extends EngineSound
Steam Sound version 1 (adapted from Diesel3Sound).
This file is part of JMRI.JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) inttop_speed(package private) inttop_speed_reverse-
Fields inherited from class jmri.jmrit.vsdecoder.EngineSound
auto_start_engine, engine_gain, engine_pane, engine_rd, exponent, fade_in_time, fade_length, fade_out_time, is_auto_start, sleep_interval
-
Fields inherited from class jmri.jmrit.vsdecoder.VSDSound
BufSysNamePrefix, BufUserNamePrefix, default_exponent, default_gain, default_reference_distance, default_sleep_interval, gain, is_tunnel, myposition, name, SrcSysNamePrefix, SrcUserNamePrefix, t, tunnel_volume, volume
-
-
Constructor Summary
Constructors Constructor Description Steam1Sound(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangeLocoDirection(int dirfn)voidchangeThrottle(float s)voidfunctionKey(java.lang.String event, boolean value, java.lang.String name)org.jdom2.ElementgetXml()voidmute(boolean m)voidsetPosition(PhysicalLocation p)voidsetVolume(float v)voidsetXml(org.jdom2.Element e, VSDFile vf)voidshutdown()voidstartEngine()voidstopEngine()-
Methods inherited from class jmri.jmrit.vsdecoder.EngineSound
autoStartCheck, calcEngineNotch, calcEngineNotch, fadeIn, fadeOut, getActualSpeed, getBuffersFreeState, getFadeInTime, getFadeOutTime, getFirstSpeed, handleSpeedChange, isEngineStarted, loop, play, setActualSpeed, setBuffersFreeState, setEngineStarted, setFadeInTime, setFadeInTime, setFadeOutTime, setFadeOutTime, setFirstSpeed, setXMLAutoStart, setXMLEngineReferenceDistance, setXMLExponent, setXMLGain, setXMLReferenceDistance, setXMLSleepInterval, speedCurve, stop
-
Methods inherited from class jmri.jmrit.vsdecoder.VSDSound
attachSourcesToEffects, changeNotch, checkForFreeBuffer, detachSourcesToEffects, getGain, getName, getPosition, getTunnel, newTimer, setGain, setName, setTunnel, setXml
-
-
-
-
Field Detail
-
top_speed
int top_speed
-
top_speed_reverse
int top_speed_reverse
-
-
Constructor Detail
-
Steam1Sound
public Steam1Sound(java.lang.String name)
-
-
Method Detail
-
changeThrottle
public void changeThrottle(float s)
- Overrides:
changeThrottlein classVSDSound
-
changeLocoDirection
public void changeLocoDirection(int dirfn)
- Overrides:
changeLocoDirectionin classEngineSound
-
functionKey
public void functionKey(java.lang.String event, boolean value, java.lang.String name)
- Overrides:
functionKeyin classEngineSound
-
startEngine
public void startEngine()
- Overrides:
startEnginein classEngineSound
-
stopEngine
public void stopEngine()
- Overrides:
stopEnginein classEngineSound
-
shutdown
public void shutdown()
- Overrides:
shutdownin classEngineSound
-
mute
public void mute(boolean m)
- Overrides:
mutein classEngineSound
-
setVolume
public void setVolume(float v)
- Overrides:
setVolumein classEngineSound
-
setPosition
public void setPosition(PhysicalLocation p)
- Overrides:
setPositionin classVSDSound
-
getXml
public org.jdom2.Element getXml()
- Overrides:
getXmlin classEngineSound
-
setXml
public void setXml(org.jdom2.Element e, VSDFile vf)
- Overrides:
setXmlin classEngineSound
-
-