A struct containing information about the DAW track inside which your AudioProcessor is loaded.
Public Attributes | |
std::optional< String > | name |
The name of the track - this will be empty if the track name is not known. | |
std::optional< uint32 > | colourARGB |
The colour of the track - The format of this number is: ((alpha << 24) | (red << 16) | (green << 8) | blue). |
std::optional<String> juce::AudioProcessor::TrackProperties::name |
The name of the track - this will be empty if the track name is not known.