de.sciss.mellite

Prefs

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
Learn more about member selection
Visibility
  1. Public
  2. All

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. implicit object LookAndFeelType extends Type[LookAndFeelInfo]

  5. implicit object OSCProtocolType extends Type[Net]

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def audioAutoBoot: Entry[Boolean]

  8. def audioBlockSize: Entry[Int]

  9. def audioDevice: Entry[String]

  10. def audioMemorySize: Entry[Int]

  11. def audioNumInputs: Entry[Int]

  12. def audioNumOutputs: Entry[Int]

  13. def audioNumPrivate: Entry[Int]

  14. def audioNumWireBufs: Entry[Int]

  15. def audioSampleRate: Entry[Int]

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def dbLockTimeout: Entry[Int]

  18. final val defaultAudioBlockSize: Int(64)

  19. final val defaultAudioDevice: String("<default>")

  20. final val defaultAudioMemorySize: Int(64)

  21. final val defaultAudioNumInputs: Int(8)

  22. final val defaultAudioNumOutputs: Int(8)

  23. final val defaultAudioNumPrivate: Int(512)

  24. final val defaultAudioNumWireBufs: Int(256)

  25. final val defaultAudioSampleRate: Int(0)

  26. final val defaultDbLockTimeout: Int(1000)

  27. final val defaultHeadphonesBus: Int(0)

  28. def defaultLookAndFeel: LookAndFeelInfo

  29. final val defaultSensorChannels: Int(16)

  30. def defaultSensorCommand: String

  31. def defaultSensorPort: Int

  32. final val defaultSensorProtocol: Net

  33. final val defaultSuperCollider: File

  34. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  39. def headphonesBus: Entry[Int]

  40. var initialMasterVolume: Int

    The initial setting of the master volume slider, in decibels.

    The initial setting of the master volume slider, in decibels. This value will only be read once upon application start. Defaults to 0.

  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. def lookAndFeel: Entry[LookAndFeelInfo]

  43. def nativeWindowDecoration: Entry[Boolean]

  44. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  47. def sensorAutoStart: Entry[Boolean]

  48. def sensorChannels: Entry[Int]

  49. def sensorCommand: Entry[String]

  50. def sensorPort: Entry[Int]

  51. def sensorProtocol: Entry[Net]

  52. def superCollider: Entry[File]

  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. 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.

  56. var useLogFrame: Boolean

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

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

  57. 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.

  58. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped