Packages

object Prefs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Prefs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait LookAndFeel extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def audioAutoBoot: Entry[Boolean]
  6. def audioBlockSize: Entry[Int]
  7. def audioDevice: Entry[String]
  8. def audioLatency: Entry[Int]

    In milliseconds

  9. def audioMainLimiter: Entry[Boolean]
  10. def audioMainPostMeter: Entry[Boolean]
  11. def audioMainVolume: Entry[Int]

    The main volume in decibels.

    The main volume in decibels. A value of -72 or less is mapped to -inf.

  12. def audioMemorySize: Entry[Int]

    In megabytes

  13. def audioNumAudioBufs: Entry[Int]
  14. def audioNumInputs: Entry[Int]
  15. def audioNumOutputs: Entry[Int]
  16. def audioNumPrivate: Entry[Int]
  17. def audioNumWireBufs: Entry[Int]
  18. def audioSampleRate: Entry[Int]
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  20. def codeFontFamily: Entry[String]
  21. def codeFontSize: Entry[Int]
  22. def codeFontStretch: Entry[Int]

    In percent

  23. def codeLineSpacing: Entry[Int]

    In percent

  24. def dbLockTimeout: Entry[Int]
  25. final val defaultAudioBlockSize: Int(64)
  26. final val defaultAudioDevice: String("<default>")
  27. final val defaultAudioLatency: Int(200)
  28. final val defaultAudioMemorySize: Int(64)
  29. final val defaultAudioNumAudioBufs: Int(1024)
  30. final val defaultAudioNumInputs: Int(2)
  31. final val defaultAudioNumOutputs: Int(2)
  32. final val defaultAudioNumPrivate: Int(512)
  33. final val defaultAudioNumWireBufs: Int(256)
  34. final val defaultAudioSampleRate: Int(0)
  35. final val defaultCodeFontFamily: String("DejaVu Sans Mono")
  36. final val defaultCodeFontSize: Int(13)
  37. final val defaultCodeFontStretch: Int(100)
  38. final val defaultCodeLineSpacing: Int(112)
  39. final val defaultDbLockTimeout: Int(500)
  40. final val defaultHeadphonesBus: Int(0)
  41. final val defaultNativeWindowDecoration: Boolean(true)
  42. final val defaultScreenMenuBar: Boolean(false)
  43. final val defaultSensorChannels: Int(0)
  44. def defaultSensorCommand: String
  45. def defaultSensorPort: Int
  46. final val defaultSensorProtocol: Transport
  47. final val defaultSuperCollider: File
  48. final val defaultTempDir: File

    Is interpreted as using the JVM's default java.io.tmpdir

  49. final val defaultUpdateCheckPeriod: Int
  50. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  52. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. def headphonesActive: Entry[Boolean]
  55. def headphonesBus: Entry[Int]
  56. def headphonesVolume: Entry[Int]
  57. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  58. def lookAndFeel: Entry[LookAndFeel]
  59. def nativeWindowDecoration: Entry[Boolean]
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  63. def screenMenuBar: Entry[Boolean]

    Only relevant on macOS.

  64. def sensorAutoStart: Entry[Boolean]
  65. def sensorChannels: Entry[Int]
  66. def sensorCommand: Entry[String]
  67. def sensorPort: Entry[Int]
  68. def sensorProtocol: Entry[Transport]
  69. def superCollider: Entry[File]
  70. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  71. def tempDir: Entry[File]

    Temporary directory; is set at application start, using system property java.io.tmpdir.

  72. def toString(): String
    Definition Classes
    AnyRef → Any
  73. def updateCheckPeriod: Entry[Int]

    Unit: days.

    Unit: days. Zero means disabled

  74. var useAudioMeters: Boolean

    Whether to create a bus meters for the audio server or not.

    Whether to create a bus meters for the audio server or not. Defaults to true.

  75. var useLogFrame: Boolean

    Whether to create a log (post) window or not.

    Whether to create a log (post) window or not. Defaults to true.

  76. var useSensorMeters: Boolean

    Whether to create a meters for the sensors or not.

    Whether to create a meters for the sensors or not. Defaults to true.

  77. def viewSaveState: Entry[Boolean]
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  80. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  81. object LookAndFeel
  82. implicit object OSCProtocolType extends Type[Transport]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped