controlP5 / Bang / setValue( )

name
setValue ( )
description
set the value of the bang controller. since bang can be true or false, false=0 and true=1 
Syntax
setValue(theValue);
parameters
theValuefloat 


Returns
None
Usage
Web & Application
Related