Sound Bakery  v0.1.0
Open-source audio middleware for games
|
Groups nodes/DSPs together into one. More...
#include <sound_chef_common.h>
Public Attributes | |
sc_dsp * | tail |
sc_dsp * | fader |
sc_dsp * | head |
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.