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 classControlOutputMethods 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 voidControlInput. addControlOutputPort(ControlPort.Output port)protected voidControlInput. 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 voidControlPort.Input. addControlOutputPort(ControlPort.Output port)protected abstract voidControlPort.Input. removeControlOutputPort(ControlPort.Output port)
-