The ID of the graph output node
(&self)
| 189 | |
| 190 | /// The ID of the graph output node |
| 191 | pub fn graph_out_node(&self) -> NodeID { |
| 192 | self.graph_out_id |
| 193 | } |
| 194 | |
| 195 | /// Add a node to the audio graph. |
| 196 | pub fn add_node<T: AudioNode + 'static>( |
no outgoing calls