object NuagesEditorView
- Alphabetic
- By Inheritance
- NuagesEditorView
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- def apply[T <: Txn[T]](obj: Nuages[T])(implicit tx: T, handler: UniverseHandler[T], undoManager: UndoManager[T]): NuagesEditorView[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrLineInputs: String("line-inputs")
Key convention for a
Folder
in theNuages
object containing instances ofIntVector
.Key convention for a
Folder
in theNuages
object containing instances ofIntVector
. EachIntVector
is translated into aNamedBusConfig
(using the object's name attribute).These configurations are used for the line inputs.
- final val attrLineOutputs: String("line-outputs")
Key convention for a
Folder
in theNuages
object containing instances ofIntVector
.Key convention for a
Folder
in theNuages
object containing instances ofIntVector
. EachIntVector
is translated into aNamedBusConfig
(using the object's name attribute).These configurations are used for the line outputs.
- final val attrMainChans: String("main-channels")
Key convention for an
IntVector
in theNuages
object to determine the main channels.Key convention for an
IntVector
in theNuages
object to determine the main channels. If not found, the main channels are taken from Mellite's number-of-audio-outputs preferences. - final val attrMicInputs: String("mic-inputs")
Key convention for a
Folder
in theNuages
object containing instances ofIntVector
.Key convention for a
Folder
in theNuages
object containing instances ofIntVector
. EachIntVector
is translated into aNamedBusConfig
(using the object's name attribute).These configurations are used for the microphone inputs.
- final val attrUseSolo: String("use-solo")
Key convention for a
BooleanObj
in theNuages
object to determine whether to create solo function or not.Key convention for a
BooleanObj
in theNuages
object to determine whether to create solo function or not. If it evaluates totrue
, the solo channels are taken from Mellite's headphones preferences. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated