object NuagesEditorView
- Alphabetic
- By Inheritance
- NuagesEditorView
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[S <: Sys[S]](obj: Nuages[S])(implicit tx: NuagesEditorView.apply.S.Tx, universe: Universe[S], undoManager: UndoManager): NuagesEditorView[S]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
val
attrLineInputs: String("line-inputs")
Key convention for a
Folderin theNuagesobject containing instances ofIntVector.Key convention for a
Folderin theNuagesobject containing instances ofIntVector. EachIntVectoris 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
Folderin theNuagesobject containing instances ofIntVector.Key convention for a
Folderin theNuagesobject containing instances ofIntVector. EachIntVectoris translated into aNamedBusConfig(using the object's name attribute).These configurations are used for the line outputs.
-
final
val
attrMasterChans: String("master-channels")
Key convention for an
IntVectorin theNuagesobject to determine the master channels.Key convention for an
IntVectorin theNuagesobject to determine the master channels. If not found, the master channels are taken from Mellite's number-of-audio-outputs preferences. -
final
val
attrMicInputs: String("mic-inputs")
Key convention for a
Folderin theNuagesobject containing instances ofIntVector.Key convention for a
Folderin theNuagesobject containing instances ofIntVector. EachIntVectoris 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
BooleanObjin theNuagesobject to determine whether to create solo function or not.Key convention for a
BooleanObjin theNuagesobject 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )