Reference
Components
Is Playing 
Description
When your VST is used within a host these components will tell you whether the host is playing or not. There are two versions. The first 
version will output 1.0 when the host is playing and 0.0 otherwise and should be used in Poly or Mono sections of your schematic. 
The second version will output True when the host is playing and False otherwise. This is useful if you want to respond to changes in the 
playing state by performing a one-off calculation or displaying visual feedback. There are two output connectors, one Boolean for use in 
triggered sections of schematic and another Ruby Value connector for use in Ruby components. The Ruby value is sent with precise timing 
so if timing is an issue use this one.
Connectors
Inputs Type Outputs Type
N/A
Whether the host is 
playing or not
Stream or
Boolean + Ruby 
Value
184 of 494










