de.sciss.kontur.util

PrefsUtil

object PrefsUtil

Version

0.11, 10-Feb-10

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrefsUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val KEY_AUDIOBOX: String

    Value: String representing the name of the currently active audio box Has default value: ???
    Node: audio
    Node: audio

    Value: String representing the name of the currently active audio box Has default value: ???
    Node: audio

  7. val KEY_AUDIOBUSSES: String

    Value: Param representing the number of internal supercollider busses Has default value: yes!
    Node: audio
    Node: audio

    Value: Param representing the number of internal supercollider busses Has default value: yes!
    Node: audio

  8. val KEY_AUDIORATE: String

    Value: Param representing the sample rate at which supercollider shall run (0 = default system rate) Has default value: yes!
    Node: audio
    Node: audio

    Value: Param representing the sample rate at which supercollider shall run (0 = default system rate) Has default value: yes!
    Node: audio

  9. val KEY_AUTOBOOT: String

    Value: Boolean indicating whether scsynth shall be booted automatically when Eisenkraut launched or not Has default value: yes!
    Node: audio
    Node: audio

    Value: Boolean indicating whether scsynth shall be booted automatically when Eisenkraut launched or not Has default value: yes!
    Node: audio

  10. val KEY_EISKOSCPORT: String

  11. val KEY_EISKOSCPROTOCOL: String

  12. val KEY_FADEVIEWMODE: String

  13. val KEY_FILEOPENDIR: String

    Value: String representing the path of the last used directory for opening a file.

    Value: String representing the path of the last used directory for opening a file.
    Has default value: no!
    Node: root

  14. val KEY_FILESAVEDIR: String

    Value: String representing the path of the last used directory for saving a file.

    Value: String representing the path of the last used directory for saving a file.
    Has default value: no!
    Node: root

  15. val KEY_LINKOBJTIMELINESEL: String

  16. val KEY_LOOKANDFEEL: String

    Value: Boolean stating whether frame bounds should be recalled a session file when it's loaded.

    Value: Boolean stating whether frame bounds should be recalled a session file when it's loaded. Has default value: yes!
    Node: root

  17. val KEY_NUDGEAMOUNT: String

  18. val KEY_SCBLOCKSIZE: String

    Value: Param representing the number of audio samples per control period in supercollider Has default value: yes!
    Node: audio
    Node: audio

    Value: Param representing the number of audio samples per control period in supercollider Has default value: yes!
    Node: audio

  19. val KEY_SCMEMSIZE: String

    Value: Param representing the amount of realtime memory for supercollider (in MB) Has default value: yes!
    Node: audio
    Node: audio

    Value: Param representing the amount of realtime memory for supercollider (in MB) Has default value: yes!
    Node: audio

  20. val KEY_SCPORT: String

  21. val KEY_SCPROTOCOL: String

    Value: String representing the osc port of the supercollider application.

    Value: String representing the osc port of the supercollider application.
    Has default value: yes!
    Node: audio

  22. val KEY_SCZEROCONF: String

    Value: Boolean determining whether scsynth should be booted with ZeroConf enabled or not.

    Value: Boolean determining whether scsynth should be booted with ZeroConf enabled or not. Has default value: yes!
    Node: audio

  23. val KEY_STAKEBORDERVIEWMODE: String

  24. val KEY_SUPERCOLLIDERAPP: String

    Value: String representing the pathname of the supercollider application.

    Value: String representing the pathname of the supercollider application.
    Has default value: yes!
    Node: audio

  25. val NODE_AUDIO: String

    Child node of audio prefs

  26. val NODE_AUDIOBOXES: String

    Child node of audio prefs

  27. val NODE_GUI: String

  28. val NODE_IO: String

    Child node of root prefs

  29. val NODE_SONACACHE: String

  30. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  31. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped