|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Passed into Nodes when they are being initialised, to give them useful contextual information that they may need. More...
#include "tracktion_Node.h"
Public Attributes | |
| double | sampleRate |
| int | blockSize |
| NodeGraph & | nodeGraph |
| NodeGraph * | nodeGraphToReplace |
| std::function< NodeBuffer(choc::buffer::Size)> | allocateAudioBuffer |
| std::function< void(NodeBuffer &&)> | deallocateAudioBuffer |
| bool | enableNodeMemorySharing |
Passed into Nodes when they are being initialised, to give them useful contextual information that they may need.
Definition at line 139 of file tracktion_Node.h.
| std::function<NodeBuffer (choc::buffer::Size)> tracktion::graph::PlaybackInitialisationInfo::allocateAudioBuffer |
Definition at line 145 of file tracktion_Node.h.
| int tracktion::graph::PlaybackInitialisationInfo::blockSize |
Definition at line 142 of file tracktion_Node.h.
| std::function<void (NodeBuffer&&)> tracktion::graph::PlaybackInitialisationInfo::deallocateAudioBuffer |
Definition at line 146 of file tracktion_Node.h.
| bool tracktion::graph::PlaybackInitialisationInfo::enableNodeMemorySharing |
Definition at line 147 of file tracktion_Node.h.
| NodeGraph& tracktion::graph::PlaybackInitialisationInfo::nodeGraph |
Definition at line 143 of file tracktion_Node.h.
| NodeGraph* tracktion::graph::PlaybackInitialisationInfo::nodeGraphToReplace |
Definition at line 144 of file tracktion_Node.h.
| double tracktion::graph::PlaybackInitialisationInfo::sampleRate |
Definition at line 141 of file tracktion_Node.h.