11namespace tracktion {
inline namespace engine
38 const MidiMessageArray::MPESourceID midiSourceID = MidiMessageArray::notMPE;
42 double sampleRate = 44100.0;
Base class for Nodes that provides information about the current process call.
Main graph Node processor class.
Struct to describe a single iteration of a process call.
Determines how this block releates to other previous render blocks and if the play head has jumped in...
A basic spin lock that uses an atomic_flag to store the locked state so should never result in a syst...
Holds the state of a process call.
Holds some really basic properties of a node.
Passed into Nodes when they are being initialised, to give them useful contextual information that th...