Uses of Class
org.praxislive.core.ControlPort.Output
-
Packages that use ControlPort.Output Package Description org.praxislive.code org.praxislive.core -
-
Uses of ControlPort.Output in org.praxislive.code
Subclasses of ControlPort.Output in org.praxislive.code Modifier and Type Class Description class
ControlOutput
Methods in org.praxislive.code that return types with arguments of type ControlPort.Output Modifier and Type Method Description List<ControlPort.Output>
ControlInput. connections()
Methods in org.praxislive.code with parameters of type ControlPort.Output Modifier and Type Method Description protected void
ControlInput. addControlOutputPort(ControlPort.Output port)
protected void
ControlInput. removeControlOutputPort(ControlPort.Output port)
-
Uses of ControlPort.Output in org.praxislive.core
Methods in org.praxislive.core with parameters of type ControlPort.Output Modifier and Type Method Description protected abstract void
ControlPort.Input. addControlOutputPort(ControlPort.Output port)
protected abstract void
ControlPort.Input. removeControlOutputPort(ControlPort.Output port)
-