Project Info Node

🔧Experimental - Get HD ★

The Project Info Node is a simple utility Node that outputs basic project- and environment-specific data. See its available outputs to see what it provides.


Outputs

Sample-Rate Output

Outputs the current sample rate AudioNodes uses, such as 44100 or 48000. This is typically the same as your system sample rate during realtime playback, and always the same as the selected sample rate when exporting. This value is always constant, and thus enables constant folding in connected Nodes if they support it.

Beats/Second Output

Outputs the the current project’s beats/second, or BPM ratio. With a BPM of 60, for example, this value will be 1, meaning each beat takes 1 second. With a BPM of 90, this value will be 1.5, and so on. This value is always constant, and thus enables constant folding in connected Nodes if they support it.