object Prefs
- Alphabetic
- By Inheritance
- Prefs
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait LookAndFeel extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def audioAutoBoot: Entry[Boolean]
- def audioBlockSize: Entry[Int]
- def audioDevice: Entry[String]
- def audioLatency: Entry[Int]
In milliseconds
- def audioMainLimiter: Entry[Boolean]
- def audioMainPostMeter: Entry[Boolean]
- def audioMainVolume: Entry[Int]
The main volume in decibels.
The main volume in decibels. A value of -72 or less is mapped to -inf.
- def audioMemorySize: Entry[Int]
In megabytes
- def audioNumAudioBufs: Entry[Int]
- def audioNumInputs: Entry[Int]
- def audioNumOutputs: Entry[Int]
- def audioNumPrivate: Entry[Int]
- def audioNumWireBufs: Entry[Int]
- def audioSampleRate: Entry[Int]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def codeFontFamily: Entry[String]
- def codeFontSize: Entry[Int]
- def codeFontStretch: Entry[Int]
In percent
- def codeLineSpacing: Entry[Int]
In percent
- def dbLockTimeout: Entry[Int]
- final val defaultAudioBlockSize: Int(64)
- final val defaultAudioDevice: String("<default>")
- final val defaultAudioLatency: Int(200)
- final val defaultAudioMemorySize: Int(64)
- final val defaultAudioNumAudioBufs: Int(1024)
- final val defaultAudioNumInputs: Int(2)
- final val defaultAudioNumOutputs: Int(2)
- final val defaultAudioNumPrivate: Int(512)
- final val defaultAudioNumWireBufs: Int(256)
- final val defaultAudioSampleRate: Int(0)
- final val defaultCodeFontFamily: String("DejaVu Sans Mono")
- final val defaultCodeFontSize: Int(13)
- final val defaultCodeFontStretch: Int(100)
- final val defaultCodeLineSpacing: Int(112)
- final val defaultDbLockTimeout: Int(500)
- final val defaultHeadphonesBus: Int(0)
- final val defaultNativeWindowDecoration: Boolean(true)
- final val defaultScreenMenuBar: Boolean(false)
- final val defaultSensorChannels: Int(0)
- def defaultSensorCommand: String
- def defaultSensorPort: Int
- final val defaultSensorProtocol: Transport
- final val defaultSuperCollider: File
- final val defaultTempDir: File
Is interpreted as using the JVM's default
java.io.tmpdir
- final val defaultUpdateCheckPeriod: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def headphonesActive: Entry[Boolean]
- def headphonesBus: Entry[Int]
- def headphonesVolume: Entry[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookAndFeel: Entry[LookAndFeel]
- def nativeWindowDecoration: Entry[Boolean]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def screenMenuBar: Entry[Boolean]
Only relevant on macOS.
- def sensorAutoStart: Entry[Boolean]
- def sensorChannels: Entry[Int]
- def sensorCommand: Entry[String]
- def sensorPort: Entry[Int]
- def sensorProtocol: Entry[Transport]
- def superCollider: Entry[File]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tempDir: Entry[File]
Temporary directory; is set at application start, using system property
java.io.tmpdir
. - def toString(): String
- Definition Classes
- AnyRef → Any
- def updateCheckPeriod: Entry[Int]
Unit: days.
Unit: days. Zero means disabled
- 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
. - var useLogFrame: Boolean
Whether to create a log (post) window or not.
Whether to create a log (post) window or not. Defaults to
true
. - 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
. - def viewSaveState: Entry[Boolean]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object LookAndFeel
- implicit object OSCProtocolType extends Type[Transport]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated