name
closeInput ( )
None available
description
Use this Methode to close an input. You can close it with its number or name. There is no need of closing the ports, as promidi closes them when the applet is closed.
syntax
closeInput(inputNumber);
closeInput(inputName);
parameters
inputNumber
int, number of the input to close
outputName
String, name of the Input to close
returns
None
usage
Web & Application
related