Schnittstelle ISidPlay2Section

Alle bekannten Implementierungsklassen:
IniSidplay2Section, SidPlay2Section, Sidplay2SectionTeaVM

public interface ISidPlay2Section
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final String
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    float
    Get VIC palette setting bleed.
    float
    Get VIC palette setting blur.
    float
    Get VIC palette setting brightness.
    float
    Get VIC palette setting contrast.
    double
    Getter of the default play length (if the song length is unknown).
    double
    Fade-in start time in seconds, audio volume should be increased to the max.
    double
    Fade-out start time in seconds, audio volume should be lowered to zero.
    float
    Get VIC palette setting gamma.
    Getter of the HVSC collection directory.
    Getter of the last accessed directory in the file browser.
    float
    Get VIC palette setting offset.
    float
    Get VIC palette setting phaseShift.
    float
    Get VIC palette setting saturation.
    double
    Getter of the start time.
    float
    Get VIC palette setting tint.
    Getter of the temporary directory for JSIDPlay2.
    int
    Get INI file version.
    boolean
    Getter of the enable of the Songlengths database.
    boolean
    Getter of the tune should loop
    boolean
    Get PAL emulation enable.
    boolean
    Do we play a single song per tune?
    boolean
    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(File hvsc)
    Setter of the HVSC collection directory.
    void
    Setter of the last accessed directory in the file browser.
    void
    setLoop(boolean loop)
    Setter of the tune should loop
    void
    setOffset(float offset)
    Set VIC palette setting offset
    void
    setPalEmulation(boolean palEmulation)
    Set PAL emulation enable.
    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(File tmpDir)
    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
  • Felddetails

  • 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

      void setHvsc(File hvsc)
      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

      void setLastDirectory(File lastDir)
      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

      void setTmpDir(File tmpDir)
      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.