JUCE
Loading...
Searching...
No Matches
Public Attributes | List of all members
AudioProcessor::TrackProperties Struct Reference

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

#include <juce_AudioProcessor.h>

Public Attributes

std::optional< Stringname
 
std::optional< Colourcolour
 

Detailed Description

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

Member Data Documentation

◆ name

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

◆ colour

std::optional<Colour> AudioProcessor::TrackProperties::colour

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