tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
tracktion::graph::NodeBuffer Struct Reference

Holds a view over some data and optionally some storage for that data. More...

#include "tracktion_Node.h"

Public Attributes

choc::buffer::ChannelArrayView< floatview
 
choc::buffer::ChannelArrayBuffer< floatdata
 

Detailed Description

Holds a view over some data and optionally some storage for that data.

Definition at line 92 of file tracktion_Node.h.

Member Data Documentation

◆ data

choc::buffer::ChannelArrayBuffer<float> tracktion::graph::NodeBuffer::data

Definition at line 95 of file tracktion_Node.h.

◆ view

choc::buffer::ChannelArrayView<float> tracktion::graph::NodeBuffer::view

Definition at line 94 of file tracktion_Node.h.


The documentation for this struct was generated from the following file: