|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| InputProvider (choc::buffer::ChannelCount numChannelsToUse) | |
| void | setInputs (tracktion::graph::Node::AudioAndMidiBuffer newBuffers) |
| tracktion::graph::Node::AudioAndMidiBuffer | getInputs () |
| void | setContext (tracktion::engine::PluginRenderContext *pc) |
| tracktion::engine::PluginRenderContext & | getContext () |
| Returns the context currently in use. | |
Public Attributes | |
| choc::buffer::ChannelCount | numChannels |
| choc::buffer::ChannelArrayView< float > | audio |
| tracktion::engine::MidiMessageArray | midi |
| tracktion::engine::PluginRenderContext * | context |
Definition at line 18 of file tracktion_RackNode.h.
| tracktion::engine::InputProvider::InputProvider | ( | choc::buffer::ChannelCount | numChannelsToUse | ) |
Definition at line 21 of file tracktion_RackNode.h.
| tracktion::engine::PluginRenderContext & tracktion::engine::InputProvider::getContext | ( | ) |
Returns the context currently in use.
This is only valid for the duration of the process call.
Definition at line 47 of file tracktion_RackNode.h.
| tracktion::graph::Node::AudioAndMidiBuffer tracktion::engine::InputProvider::getInputs | ( | ) |
Definition at line 33 of file tracktion_RackNode.h.
| void tracktion::engine::InputProvider::setContext | ( | tracktion::engine::PluginRenderContext * | pc | ) |
Definition at line 39 of file tracktion_RackNode.h.
| void tracktion::engine::InputProvider::setInputs | ( | tracktion::graph::Node::AudioAndMidiBuffer | newBuffers | ) |
Definition at line 25 of file tracktion_RackNode.h.
| choc::buffer::ChannelArrayView<float> tracktion::engine::InputProvider::audio |
Definition at line 54 of file tracktion_RackNode.h.
| tracktion::engine::PluginRenderContext* tracktion::engine::InputProvider::context |
Definition at line 57 of file tracktion_RackNode.h.
| tracktion::engine::MidiMessageArray tracktion::engine::InputProvider::midi |
Definition at line 55 of file tracktion_RackNode.h.
| choc::buffer::ChannelCount tracktion::engine::InputProvider::numChannels |
Definition at line 53 of file tracktion_RackNode.h.