#include <foleys_ParameterManager.h>
|
| static juce::Identifier | nodeName { "PARAM" } |
| |
| static juce::Identifier | nodeId { "id" } |
| |
| static juce::Identifier | nodeValue { "value" } |
| |
◆ ParameterManager()
◆ getParameter()
| juce::RangedAudioParameter * getParameter |
( |
const juce::String & | paramID | ) |
|
◆ getParameterNames()
| juce::StringArray getParameterNames |
( |
| ) |
const |
◆ updateParameterMap()
| void updateParameterMap |
( |
| ) |
|
◆ saveParameterValues()
| void saveParameterValues |
( |
juce::ValueTree & | tree | ) |
|
◆ loadParameterValues()
| void loadParameterValues |
( |
juce::ValueTree & | tree | ) |
|
◆ nodeName
| juce::Identifier nodeName { "PARAM" } |
|
static |
◆ nodeId
| juce::Identifier nodeId { "id" } |
|
static |
◆ nodeValue
| juce::Identifier nodeValue { "value" } |
|
static |
The documentation for this class was generated from the following files: