Loading...
Searching...
No Matches
juce::AudioProcessor::TrackProperties Struct Reference

Detailed Description

A struct containing information about the DAW track inside which your AudioProcessor is loaded.

Public Attributes

std::optional< Stringname
 The name of the track - this will be empty if the track name is not known.
std::optional< uint32colourARGB
 The colour of the track - The format of this number is: ((alpha << 24) | (red << 16) | (green << 8) | blue).

Member Data Documentation

◆ name

std::optional<String> juce::AudioProcessor::TrackProperties::name

The name of the track - this will be empty if the track name is not known.

◆ colourARGB

std::optional<uint32> juce::AudioProcessor::TrackProperties::colourARGB

The colour of the track - The format of this number is: ((alpha << 24) | (red << 16) | (green << 8) | blue).

You can pass this to the constructor of Colour to create a matching colour instance.

linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram