Node

trait Node extends Control
Companion
object
trait Control
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Repr[T <: Txn[T]] <: Repr[T]

Value members

Abstract methods

def cc(chan: Ex[Int], num: Ex[Int]): Model[Int]

A model view of controller change input and output. This is useful where the MIDI device allows you to set its internal value state via "feedback", receiving the same CC as it sends.

A model view of controller change input and output. This is useful where the MIDI device allows you to set its internal value state via "feedback", receiving the same CC as it sends.

def cc14(chan: Ex[Int], numHi: Ex[Int], numLo: Ex[Int]): Model[Int]

A model view of 14-bit controller change input and output with MSB, LSB technique. The model's value range is 0 to 16383.

A model view of 14-bit controller change input and output with MSB, LSB technique. The model's value range is 0 to 16383.

def in: In
def out: Out

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
final
def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from
Lazy
protected
def mkRepr[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from
Lazy
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
final
def token: AnyRef
Inherited from
Control

Inherited fields

@transient
final protected
val ref: Object
Inherited from
Lazy