de.sciss.mellite

Prefs

Related Doc: package mellite

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 audioMasterLimiter: Entry[Boolean]

  11. def audioMasterPostMeter: Entry[Boolean]

  12. def audioMasterVolume: Entry[Int]

    The master volume in decibels.

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

  13. def audioMemorySize: 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def dbLockTimeout: Entry[Int]

  21. final val defaultAudioBlockSize: Int(64)

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

  23. final val defaultAudioMemorySize: Int(64)

  24. final val defaultAudioNumInputs: Int(8)

  25. final val defaultAudioNumOutputs: Int(8)

  26. final val defaultAudioNumPrivate: Int(512)

  27. final val defaultAudioNumWireBufs: Int(256)

  28. final val defaultAudioSampleRate: Int(0)

  29. final val defaultDbLockTimeout: Int(1000)

  30. final val defaultHeadphonesBus: Int(0)

  31. def defaultLookAndFeel: LookAndFeelInfo

  32. final val defaultSensorChannels: Int(16)

  33. def defaultSensorCommand: String

  34. def defaultSensorPort: Int

  35. final val defaultSensorProtocol: Net

  36. final val defaultSuperCollider: File

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

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

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

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

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

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

  43. def headphonesBus: Entry[Int]

  44. def headphonesVolume: Entry[Int]

  45. final def isInstanceOf[T0]: Boolean

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

  47. def nativeWindowDecoration: Entry[Boolean]

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

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

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

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

  52. def sensorChannels: Entry[Int]

  53. def sensorCommand: Entry[String]

  54. def sensorPort: Entry[Int]

  55. def sensorProtocol: Entry[Net]

  56. def superCollider: Entry[File]

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

  60. var useLogFrame: Boolean

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

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

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

  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped