Package libsidplay.config
Schnittstelle ISidPlay2Section
- Alle bekannten Implementierungsklassen:
IniSidplay2Section,SidPlay2Section,Sidplay2SectionTeaVM
public interface ISidPlay2Section
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfloatgetBleed()Get VIC palette setting bleed.floatgetBlur()Get VIC palette setting blur.floatGet VIC palette setting brightness.floatGet VIC palette setting contrast.doubleGetter of the default play length (if the song length is unknown).doubleFade-in start time in seconds, audio volume should be increased to the max.doubleFade-out start time in seconds, audio volume should be lowered to zero.floatgetGamma()Get VIC palette setting gamma.getHvsc()Getter of the HVSC collection directory.Getter of the last accessed directory in the file browser.floatGet VIC palette setting offset.floatGet VIC palette setting phaseShift.floatGet VIC palette setting saturation.doubleGetter of the start time.floatgetTint()Get VIC palette setting tint.Getter of the temporary directory for JSIDPlay2.intGet INI file version.booleanGetter of the enable of the Songlengths database.booleanisLoop()Getter of the tune should loopbooleanGet PAL emulation enable.booleanisSingle()Do we play a single song per tune?booleanGetter of convert other programs to turbo-tape or normal tape formatvoidsetBleed(float bleed) Set VIC palette setting bleedvoidsetBlur(float blur) Set VIC palette setting blurvoidsetBrightness(float brightness) Set VIC palette setting brightnessvoidsetContrast(float contrast) Set VIC palette setting contrastvoidsetDefaultPlayLength(double playLength) Setter of the default play length (if the song length is unknown).voidsetEnableDatabase(boolean enable) Setter of the enable of the Songlengths database.voidsetFadeInTime(double fadeInTime) Setter of Fade-in start time in seconds, audio volume should be increased to the max.voidsetFadeOutTime(double fadeOutTime) Setter of Fade-out start time in seconds, audio volume should be lowered to zero.voidsetGamma(float gamma) Set VIC palette setting gammavoidSetter of the HVSC collection directory.voidsetLastDirectory(File lastDir) Setter of the last accessed directory in the file browser.voidsetLoop(boolean loop) Setter of the tune should loopvoidsetOffset(float offset) Set VIC palette setting offsetvoidsetPalEmulation(boolean palEmulation) Set PAL emulation enable.voidsetPhaseShift(float phaseShift) Set VIC palette setting phaseShiftvoidsetSaturation(float saturation) Set VIC palette setting saturationvoidsetSingle(boolean singleSong) setter to play a single song per tune.voidsetStartTime(double startTime) Setter of the start time.voidsetTint(float tint) Set VIC palette setting tintvoidSetter of the temporary directory for JSIDPlay2.voidsetTurboTape(boolean turboTape) Setter of convert other programs to turbo-tape or normal tape formatvoidsetVersion(int version) Set configuration version
-
Felddetails
-
SIDPLAY2_SECTION_BUNDLE
- Siehe auch:
-
-
Methodendetails
-
getVersion
int getVersion()Get INI file version.- Gibt zurück:
- INI file version
-
setVersion
void setVersion(int version) Set configuration version- Parameter:
version- configuration version
-
isEnableDatabase
boolean isEnableDatabase()Getter of the enable of the Songlengths database.- Gibt zurück:
- Is the Songlengths database enabled?
-
setEnableDatabase
void setEnableDatabase(boolean enable) Setter of the enable of the Songlengths database.- Parameter:
enable- the enable of the Songlengths database
-
getStartTime
double getStartTime()Getter of the start time.- Gibt zurück:
- start time
-
setStartTime
void setStartTime(double startTime) Setter of the start time.- Parameter:
startTime- start time
-
getDefaultPlayLength
double getDefaultPlayLength()Getter of the default play length (if the song length is unknown).- Gibt zurück:
- default play length
-
setDefaultPlayLength
void setDefaultPlayLength(double playLength) Setter of the default play length (if the song length is unknown).- Parameter:
playLength- default play length
-
isLoop
boolean isLoop()Getter of the tune should loop- Gibt zurück:
- tune should loop
-
setLoop
void setLoop(boolean loop) Setter of the tune should loop- Parameter:
loop- tune should loop
-
getHvsc
File getHvsc()Getter of the HVSC collection directory.- Gibt zurück:
- the HVSC collection directory
-
setHvsc
Setter of the HVSC collection directory.- Parameter:
hvsc- the HVSC collection directory
-
isSingle
boolean isSingle()Do we play a single song per tune?- Gibt zurück:
- play a single song per tune
-
setSingle
void setSingle(boolean singleSong) setter to play a single song per tune.- Parameter:
singleSong- play a single song per tune
-
getLastDirectory
File getLastDirectory()Getter of the last accessed directory in the file browser.- Gibt zurück:
- the last accessed directory in the file browser
-
setLastDirectory
Setter of the last accessed directory in the file browser.- Parameter:
lastDir- the last accessed directory in the file browser
-
getTmpDir
File getTmpDir()Getter of the temporary directory for JSIDPlay2.- Gibt zurück:
- the temporary directory for JSIDPlay2
-
setTmpDir
Setter of the temporary directory for JSIDPlay2.- Parameter:
tmpDir- the temporary directory for JSIDPlay2
-
isPalEmulation
boolean isPalEmulation()Get PAL emulation enable.- Gibt zurück:
- PAL emulation enable
-
setPalEmulation
void setPalEmulation(boolean palEmulation) Set PAL emulation enable.- Parameter:
palEmulation- PAL emulation enable
-
getBrightness
float getBrightness()Get VIC palette setting brightness.- Gibt zurück:
- VIC palette setting brightness
-
setBrightness
void setBrightness(float brightness) Set VIC palette setting brightness- Parameter:
brightness- brightness
-
getContrast
float getContrast()Get VIC palette setting contrast.- Gibt zurück:
- VIC palette setting contrast
-
setContrast
void setContrast(float contrast) Set VIC palette setting contrast- Parameter:
contrast- contrast
-
getGamma
float getGamma()Get VIC palette setting gamma.- Gibt zurück:
- VIC palette setting gamma
-
setGamma
void setGamma(float gamma) Set VIC palette setting gamma- Parameter:
gamma- gamma
-
getSaturation
float getSaturation()Get VIC palette setting saturation.- Gibt zurück:
- VIC palette setting saturation
-
setSaturation
void setSaturation(float saturation) Set VIC palette setting saturation- Parameter:
saturation- saturation
-
getPhaseShift
float getPhaseShift()Get VIC palette setting phaseShift.- Gibt zurück:
- VIC palette setting phaseShift
-
setPhaseShift
void setPhaseShift(float phaseShift) Set VIC palette setting phaseShift- Parameter:
phaseShift- phaseShift
-
getOffset
float getOffset()Get VIC palette setting offset.- Gibt zurück:
- VIC palette setting offset
-
setOffset
void setOffset(float offset) Set VIC palette setting offset- Parameter:
offset- offset
-
getTint
float getTint()Get VIC palette setting tint.- Gibt zurück:
- VIC palette setting tint
-
setTint
void setTint(float tint) Set VIC palette setting tint- Parameter:
tint- tint
-
getBlur
float getBlur()Get VIC palette setting blur.- Gibt zurück:
- VIC palette setting blur
-
setBlur
void setBlur(float blur) Set VIC palette setting blur- Parameter:
blur- blur
-
getBleed
float getBleed()Get VIC palette setting bleed.- Gibt zurück:
- VIC palette setting bleed
-
setBleed
void setBleed(float bleed) Set VIC palette setting bleed- Parameter:
bleed- bleed
-
isTurboTape
boolean isTurboTape()Getter of convert other programs to turbo-tape or normal tape format- Gibt zurück:
- should be converted to turbo tape
-
setTurboTape
void setTurboTape(boolean turboTape) Setter of convert other programs to turbo-tape or normal tape format -
getFadeInTime
double getFadeInTime()Fade-in start time in seconds, audio volume should be increased to the max. -
setFadeInTime
void setFadeInTime(double fadeInTime) Setter of Fade-in start time in seconds, audio volume should be increased to the max. -
getFadeOutTime
double getFadeOutTime()Fade-out start time in seconds, audio volume should be lowered to zero. -
setFadeOutTime
void setFadeOutTime(double fadeOutTime) Setter of Fade-out start time in seconds, audio volume should be lowered to zero.
-