![]() |
Sound Bakery  v0.1.0
Open-source audio middleware for games
|

Public Attributes | |
| sbk::core::database_ptr< node_base > | refNode |
| Node to reference. | |
| NodeInstanceType | type = NodeInstanceType::MAIN |
| Type of node to create. | |
| voice * | owningVoice = nullptr |
| voice owner. | |
| node_instance * | parentForChildren = nullptr |
| Parent node instance for this node instance. | |
| node_instance* sbk::engine::InitNodeInstance::parentForChildren = nullptr |
Parent node instance for this node instance.
Used when initializing children so it can join the DSP graph correctly.
| NodeInstanceType sbk::engine::InitNodeInstance::type = NodeInstanceType::MAIN |
Type of node to create.
Different types of nodes initialize differently. For example, get_parent nodes only create more parents. Children create more children.