VCV Rack API v2
|
The VCV JSON API returns the data structure {pluginSlug: [moduleSlugs] or true} where "true" represents that the user is subscribed to the plugin (all modules and future modules). More...
#include <settings.hpp>
Public Attributes | |
bool | subscribed = false |
std::set< std::string > | moduleSlugs |
The VCV JSON API returns the data structure {pluginSlug: [moduleSlugs] or true} where "true" represents that the user is subscribed to the plugin (all modules and future modules).
C++ isn't weakly typed, so we need the PluginWhitelist data structure to store this information.
bool rack::settings::PluginWhitelist::subscribed = false |
std::set<std::string> rack::settings::PluginWhitelist::moduleSlugs |