Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
sc_node_group Struct Reference

Groups nodes/DSPs together into one. More...

#include <sound_chef_common.h>

Collaboration diagram for sc_node_group:

Public Attributes

sc_dsptail
 
sc_dspfader
 
sc_dsphead
 

Detailed Description

Groups nodes/DSPs together into one.

Nodes in the group go from left to right, tail to head. Imagine a snake and everything is moving towards the endpoint/device. Any input to the group goes to the tail and all outputs leave from the head.

Nodes can be inserted in any position. The specified index becomes the index for the inserted node. Index 0 is the tail.


The documentation for this struct was generated from the following file: