public class IniSidplay2Section extends IniSection implements ISidPlay2Section
iniReader| Modifier | Constructor and Description |
|---|---|
protected |
IniSidplay2Section(IniReader ini) |
| 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
|
String |
toString() |
protected IniSidplay2Section(IniReader ini)
public final int getVersion()
ISidPlay2SectiongetVersion in interface ISidPlay2Sectionpublic void setVersion(int version)
ISidPlay2SectionsetVersion in interface ISidPlay2Sectionversion - configuration versionpublic final boolean isEnableDatabase()
ISidPlay2SectionisEnableDatabase in interface ISidPlay2Sectionpublic final void setEnableDatabase(boolean enable)
ISidPlay2SectionsetEnableDatabase in interface ISidPlay2Sectionenable - the enable of the Songlengths databasepublic final double getStartTime()
ISidPlay2SectiongetStartTime in interface ISidPlay2Sectionpublic final void setStartTime(double startTime)
ISidPlay2SectionsetStartTime in interface ISidPlay2SectionstartTime - start timepublic final double getDefaultPlayLength()
ISidPlay2SectiongetDefaultPlayLength in interface ISidPlay2Sectionpublic final void setDefaultPlayLength(double playLength)
ISidPlay2SectionsetDefaultPlayLength in interface ISidPlay2SectionplayLength - default play lengthpublic double getFadeInTime()
ISidPlay2SectiongetFadeInTime in interface ISidPlay2Sectionpublic void setFadeInTime(double fadeInTime)
ISidPlay2SectionsetFadeInTime in interface ISidPlay2Sectionpublic double getFadeOutTime()
ISidPlay2SectiongetFadeOutTime in interface ISidPlay2Sectionpublic void setFadeOutTime(double fadeOutTime)
ISidPlay2SectionsetFadeOutTime in interface ISidPlay2Sectionpublic boolean isLoop()
isLoop in interface ISidPlay2Sectionpublic void setLoop(boolean loop)
setLoop in interface ISidPlay2Sectionpublic final boolean isSingle()
ISidPlay2SectionisSingle in interface ISidPlay2Sectionpublic final void setSingle(boolean singleSong)
ISidPlay2SectionsetSingle in interface ISidPlay2SectionsingleSong - play a single song per tunepublic final String getHvsc()
ISidPlay2SectiongetHvsc in interface ISidPlay2Sectionpublic final void setHvsc(String hvsc)
ISidPlay2SectionsetHvsc in interface ISidPlay2Sectionhvsc - the HVSC collection directorypublic final String getLastDirectory()
ISidPlay2SectiongetLastDirectory in interface ISidPlay2Sectionpublic final void setLastDirectory(String lastDir)
ISidPlay2SectionsetLastDirectory in interface ISidPlay2SectionlastDir - the last accessed directory in the file browserpublic final String getTmpDir()
ISidPlay2SectiongetTmpDir in interface ISidPlay2Sectionpublic final void setTmpDir(String path)
ISidPlay2SectionsetTmpDir in interface ISidPlay2Sectionpath - the temporary directory for JSIDPlay2public float getBrightness()
ISidPlay2SectiongetBrightness in interface ISidPlay2Sectionpublic void setBrightness(float brightness)
ISidPlay2SectionsetBrightness in interface ISidPlay2Sectionbrightness - brightnesspublic float getContrast()
ISidPlay2SectiongetContrast in interface ISidPlay2Sectionpublic void setContrast(float contrast)
ISidPlay2SectionsetContrast in interface ISidPlay2Sectioncontrast - contrastpublic float getGamma()
ISidPlay2SectiongetGamma in interface ISidPlay2Sectionpublic void setGamma(float gamma)
ISidPlay2SectionsetGamma in interface ISidPlay2Sectiongamma - gammapublic float getSaturation()
ISidPlay2SectiongetSaturation in interface ISidPlay2Sectionpublic void setSaturation(float saturation)
ISidPlay2SectionsetSaturation in interface ISidPlay2Sectionsaturation - saturationpublic float getPhaseShift()
ISidPlay2SectiongetPhaseShift in interface ISidPlay2Sectionpublic void setPhaseShift(float phaseShift)
ISidPlay2SectionsetPhaseShift in interface ISidPlay2SectionphaseShift - phaseShiftpublic float getOffset()
ISidPlay2SectiongetOffset in interface ISidPlay2Sectionpublic void setOffset(float offset)
ISidPlay2SectionsetOffset in interface ISidPlay2Sectionoffset - offsetpublic float getTint()
ISidPlay2SectiongetTint in interface ISidPlay2Sectionpublic void setTint(float tint)
ISidPlay2SectionsetTint in interface ISidPlay2Sectiontint - tintpublic float getBlur()
ISidPlay2SectiongetBlur in interface ISidPlay2Sectionpublic void setBlur(float blur)
ISidPlay2SectionsetBlur in interface ISidPlay2Sectionblur - blurpublic float getBleed()
ISidPlay2SectiongetBleed in interface ISidPlay2Sectionpublic void setBleed(float bleed)
ISidPlay2SectionsetBleed in interface ISidPlay2Sectionbleed - bleedpublic boolean isTurboTape()
ISidPlay2SectionisTurboTape in interface ISidPlay2Sectionpublic void setTurboTape(boolean turboTape)
ISidPlay2SectionsetTurboTape in interface ISidPlay2SectionCopyright © 2018 Ken Händel. All rights reserved.