public interface ISidPlay2Section
Modifier and Type | Method and Description |
---|---|
float |
getBleed()
Get VIC palette setting bleed.
|
float |
getBlur()
Get VIC palette setting blur.
|
float |
getBrightness()
Get VIC palette setting brightness.
|
float |
getContrast()
Get VIC palette setting contrast.
|
double |
getDefaultPlayLength()
Getter of the default play length (if the song length is unknown).
|
double |
getFadeInTime()
Fade-in start time in seconds, audio volume should be increased to the max.
|
double |
getFadeOutTime()
Fade-out start time in seconds, audio volume should be lowered to zero.
|
float |
getGamma()
Get VIC palette setting gamma.
|
String |
getHvsc()
Getter of the HVSC collection directory.
|
String |
getLastDirectory()
Getter of the last accessed directory in the file browser.
|
float |
getOffset()
Get VIC palette setting offset.
|
float |
getPhaseShift()
Get VIC palette setting phaseShift.
|
float |
getSaturation()
Get VIC palette setting saturation.
|
double |
getStartTime()
Getter of the start time.
|
float |
getTint()
Get VIC palette setting tint.
|
String |
getTmpDir()
Getter of the temporary directory for JSIDPlay2.
|
int |
getVersion()
Get INI file version.
|
boolean |
isEnableDatabase()
Getter of the enable of the Songlengths database.
|
boolean |
isLoop() |
boolean |
isSingle()
Do we play a single song per tune?
|
boolean |
isTurboTape()
Getter of convert other programs to turbo-tape or normal tape format
|
void |
setBleed(float bleed)
Set VIC palette setting bleed
|
void |
setBlur(float blur)
Set VIC palette setting blur
|
void |
setBrightness(float brightness)
Set VIC palette setting brightness
|
void |
setContrast(float contrast)
Set VIC palette setting contrast
|
void |
setDefaultPlayLength(double playLength)
Setter of the default play length (if the song length is unknown).
|
void |
setEnableDatabase(boolean enable)
Setter of the enable of the Songlengths database.
|
void |
setFadeInTime(double fadeInTime)
Setter of Fade-in start time in seconds, audio volume should be increased to
the max.
|
void |
setFadeOutTime(double fadeOutTime)
Setter of Fade-out start time in seconds, audio volume should be lowered to
zero.
|
void |
setGamma(float gamma)
Set VIC palette setting gamma
|
void |
setHvsc(String hvsc)
Setter of the HVSC collection directory.
|
void |
setLastDirectory(String lastDir)
Setter of the last accessed directory in the file browser.
|
void |
setLoop(boolean loop) |
void |
setOffset(float offset)
Set VIC palette setting offset
|
void |
setPhaseShift(float phaseShift)
Set VIC palette setting phaseShift
|
void |
setSaturation(float saturation)
Set VIC palette setting saturation
|
void |
setSingle(boolean singleSong)
setter to play a single song per tune.
|
void |
setStartTime(double startTime)
Setter of the start time.
|
void |
setTint(float tint)
Set VIC palette setting tint
|
void |
setTmpDir(String path)
Setter of the temporary directory for JSIDPlay2.
|
void |
setTurboTape(boolean turboTape)
Setter of convert other programs to turbo-tape or normal tape format
|
void |
setVersion(int version)
Set configuration version
|
int getVersion()
void setVersion(int version)
version
- configuration versionboolean isEnableDatabase()
void setEnableDatabase(boolean enable)
enable
- the enable of the Songlengths databasedouble getStartTime()
void setStartTime(double startTime)
startTime
- start timedouble getDefaultPlayLength()
void setDefaultPlayLength(double playLength)
playLength
- default play lengthboolean isLoop()
void setLoop(boolean loop)
String getHvsc()
void setHvsc(String hvsc)
hvsc
- the HVSC collection directoryboolean isSingle()
void setSingle(boolean singleSong)
singleSong
- play a single song per tuneString getLastDirectory()
void setLastDirectory(String lastDir)
lastDir
- the last accessed directory in the file browserString getTmpDir()
void setTmpDir(String path)
path
- the temporary directory for JSIDPlay2float getBrightness()
void setBrightness(float brightness)
brightness
- brightnessfloat getContrast()
void setContrast(float contrast)
contrast
- contrastfloat getGamma()
void setGamma(float gamma)
gamma
- gammafloat getSaturation()
void setSaturation(float saturation)
saturation
- saturationfloat getPhaseShift()
void setPhaseShift(float phaseShift)
phaseShift
- phaseShiftfloat getOffset()
void setOffset(float offset)
offset
- offsetfloat getTint()
void setTint(float tint)
tint
- tintfloat getBlur()
void setBlur(float blur)
blur
- blurfloat getBleed()
void setBleed(float bleed)
bleed
- bleedboolean isTurboTape()
void setTurboTape(boolean turboTape)
double getFadeInTime()
void setFadeInTime(double fadeInTime)
double getFadeOutTime()
void setFadeOutTime(double fadeOutTime)
Copyright © 2018 Ken Händel. All rights reserved.