object Prefs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Prefs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 audioMasterLimiter: Entry[Boolean]
- def audioMasterPostMeter: Entry[Boolean]
-
def
audioMasterVolume: Entry[Int]
The master volume in decibels.
The master 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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 defaultDbLockTimeout: Int(500)
- final val defaultHeadphonesBus: Int(0)
- final val defaultSensorChannels: Int(0)
- def defaultSensorCommand: String
- def defaultSensorPort: Int
- final val defaultSensorProtocol: Net
- final val defaultSuperCollider: File
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def sensorAutoStart: Entry[Boolean]
- def sensorChannels: Entry[Int]
- def sensorCommand: Entry[String]
- def sensorPort: Entry[Int]
- def sensorProtocol: Entry[Net]
- def superCollider: Entry[File]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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. -
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object LookAndFeel
- implicit object OSCProtocolType extends Type[Net]