Pudu programming language
Menu
API reference

Std.Audio.Graph.gained

1 declaration

fn

gained: Std.Audio.Graph.Node -> Int -> Std.Audio.Graph.Node

This is a callable function.

What it does

A node scaled by a Q15 gain, where 32,768 is unity.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.Audio.GraphSearch related declarations