Object

de.sciss.mellite

Prefs

Related Doc: package mellite

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait LookAndFeel extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object LookAndFeel

    Permalink
  5. implicit object OSCProtocolType extends Type[Net]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
  8. def audioBlockSize: Entry[Int]

    Permalink
  9. def audioDevice: Entry[String]

    Permalink
  10. def audioLatency: Entry[Int]

    Permalink

    In milliseconds

  11. def audioMasterLimiter: Entry[Boolean]

    Permalink
  12. def audioMasterPostMeter: Entry[Boolean]

    Permalink
  13. def audioMasterVolume: Entry[Int]

    Permalink

    The master volume in decibels.

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

  14. def audioMemorySize: Entry[Int]

    Permalink

    In megabytes

  15. def audioNumAudioBufs: Entry[Int]

    Permalink
  16. def audioNumInputs: Entry[Int]

    Permalink
  17. def audioNumOutputs: Entry[Int]

    Permalink
  18. def audioNumPrivate: Entry[Int]

    Permalink
  19. def audioNumWireBufs: Entry[Int]

    Permalink
  20. def audioSampleRate: Entry[Int]

    Permalink
  21. def clone(): AnyRef

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

    Permalink
  23. final val defaultAudioBlockSize: Int(64)

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

    Permalink
  25. final val defaultAudioLatency: Int(200)

    Permalink
  26. final val defaultAudioMemorySize: Int(64)

    Permalink
  27. final val defaultAudioNumAudioBufs: Int(1024)

    Permalink
  28. final val defaultAudioNumInputs: Int(2)

    Permalink
  29. final val defaultAudioNumOutputs: Int(2)

    Permalink
  30. final val defaultAudioNumPrivate: Int(512)

    Permalink
  31. final val defaultAudioNumWireBufs: Int(256)

    Permalink
  32. final val defaultAudioSampleRate: Int(0)

    Permalink
  33. final val defaultDbLockTimeout: Int(500)

    Permalink
  34. final val defaultHeadphonesBus: Int(0)

    Permalink
  35. final val defaultSensorChannels: Int(0)

    Permalink
  36. def defaultSensorCommand: String

    Permalink
  37. def defaultSensorPort: Int

    Permalink
  38. final val defaultSensorProtocol: Net

    Permalink
  39. final val defaultSuperCollider: File

    Permalink
  40. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
  46. def headphonesBus: Entry[Int]

    Permalink
  47. def headphonesVolume: Entry[Int]

    Permalink
  48. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  49. def lookAndFeel: Entry[LookAndFeel]

    Permalink
  50. def nativeWindowDecoration: Entry[Boolean]

    Permalink
  51. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  52. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  54. def sensorAutoStart: Entry[Boolean]

    Permalink
  55. def sensorChannels: Entry[Int]

    Permalink
  56. def sensorCommand: Entry[String]

    Permalink
  57. def sensorPort: Entry[Int]

    Permalink
  58. def sensorProtocol: Entry[Net]

    Permalink
  59. def superCollider: Entry[File]

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

    Permalink
    Definition Classes
    AnyRef
  61. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  62. var useAudioMeters: Boolean

    Permalink

    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.

  63. var useLogFrame: Boolean

    Permalink

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

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

  64. var useSensorMeters: Boolean

    Permalink

    Whether to create a meters for the sensors or not.

    Whether to create a meters for the sensors or not. Defaults to true.

  65. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped