An object of this class maintains a connection between a Slider and a parameter in an AudioProcessorValueTreeState.
More...
#include <juce_AudioProcessorValueTreeState.h>
|
std::unique_ptr< Pimpl > | pimpl |
|
An object of this class maintains a connection between a Slider and a parameter in an AudioProcessorValueTreeState.
During the lifetime of this SliderAttachment object, it keeps the two things in sync, making it easy to connect a slider to a parameter. When this object is deleted, the connection is broken. Make sure that your AudioProcessorValueTreeState and Slider aren't deleted before this object!
◆ SliderAttachment()
◆ ~SliderAttachment()
juce::AudioProcessorValueTreeState::SliderAttachment::~SliderAttachment |
( |
| ) |
|
◆ pimpl
std::unique_ptr<Pimpl> juce::AudioProcessorValueTreeState::SliderAttachment::pimpl |
|
private |
The documentation for this class was generated from the following file: