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

  7. implicit object OSCProtocolType extends Type[Net]

  8. final def asInstanceOf[T0]: T0

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

  10. def audioBlockSize: Entry[Int]

  11. def audioDevice: Entry[String]

  12. def audioMasterLimiter: Entry[Boolean]

  13. def audioMasterPostMeter: Entry[Boolean]

  14. def audioMasterVolume: Entry[Int]

    The master volume in decibels.

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

  15. def audioMemorySize: Entry[Int]

  16. def audioNumInputs: Entry[Int]

  17. def audioNumOutputs: Entry[Int]

  18. def audioNumPrivate: Entry[Int]

  19. def audioNumWireBufs: Entry[Int]

  20. def audioSampleRate: Entry[Int]

  21. def clone(): AnyRef

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

  23. final val defaultAudioBlockSize: Int(64)

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

  25. final val defaultAudioMemorySize: Int(64)

  26. final val defaultAudioNumInputs: Int(8)

  27. final val defaultAudioNumOutputs: Int(8)

  28. final val defaultAudioNumPrivate: Int(512)

  29. final val defaultAudioNumWireBufs: Int(256)

  30. final val defaultAudioSampleRate: Int(0)

  31. final val defaultDbLockTimeout: Int(1000)

  32. final val defaultHeadphonesBus: Int(0)

  33. def defaultLookAndFeel: LookAndFeelInfo

  34. final val defaultSensorChannels: Int(16)

  35. def defaultSensorCommand: String

  36. def defaultSensorPort: Int

  37. final val defaultSensorProtocol: Net

  38. final val defaultSuperCollider: File

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  44. def headphonesActive: Entry[Boolean]

  45. def headphonesBus: Entry[Int]

  46. def headphonesVolume: Entry[Int]

  47. final def isInstanceOf[T0]: Boolean

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

  49. def nativeWindowDecoration: Entry[Boolean]

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

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

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

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

  54. def sensorChannels: Entry[Int]

  55. def sensorCommand: Entry[String]

  56. def sensorPort: Entry[Int]

  57. def sensorProtocol: Entry[Net]

  58. def superCollider: Entry[File]

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

    Definition Classes
    AnyRef
  60. def toString(): String

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

  62. var useLogFrame: Boolean

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

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

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

  64. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped