Gin
|
Use this class to customize your plugin. More...
Public Member Functions | |
ProcessorOptions () | |
ProcessorOptions | withAdditionalCredits (juce::StringArray names) const |
ProcessorOptions | withoutUpdateChecker () const |
ProcessorOptions | withoutNewsChecker () const |
Public Attributes | |
juce::String | pluginName |
juce::String | devId |
juce::String | developer |
juce::String | pluginVersion |
juce::String | updatesURL |
juce::String | url |
juce::String | urlTitle |
bool | wantsMidi = false |
bool | makesMidi = false |
bool | useUpdateChecker = true |
bool | useNewsChecker = true |
juce::StringArray | programmingCredits |
Use this class to customize your plugin.
If you are using a JUCE plugin project, these will automatically be set to sensible default. If you are including a gin::Processor within another plugin or standalone application, then you will need to customize this. The default constructor depends on juce defines only found in plugin projects.
ProcessorOptions::ProcessorOptions | ( | ) |
ProcessorOptions ProcessorOptions::withAdditionalCredits | ( | juce::StringArray | names | ) | const |
References programmingCredits.
ProcessorOptions ProcessorOptions::withoutUpdateChecker | ( | ) | const |
References useUpdateChecker.
ProcessorOptions ProcessorOptions::withoutNewsChecker | ( | ) | const |
References useNewsChecker.
juce::String ProcessorOptions::pluginName |
juce::String ProcessorOptions::devId |
juce::String ProcessorOptions::developer |
juce::String ProcessorOptions::pluginVersion |
juce::String ProcessorOptions::updatesURL |
juce::String ProcessorOptions::url |
juce::String ProcessorOptions::urlTitle |
bool ProcessorOptions::wantsMidi = false |
bool ProcessorOptions::makesMidi = false |
bool ProcessorOptions::useUpdateChecker = true |
Referenced by withoutUpdateChecker().
bool ProcessorOptions::useNewsChecker = true |
Referenced by withoutNewsChecker().
juce::StringArray ProcessorOptions::programmingCredits |
Referenced by withAdditionalCredits().