|
std::string | rack::settings::settingsPath |
| Path to settings.json.
|
|
bool | rack::settings::devMode |
|
bool | rack::settings::headless |
|
bool | rack::settings::isPlugin |
|
bool | rack::settings::restart |
| Requests to restart the application on exit.
|
|
std::string | rack::settings::language |
| ISO 639-1 language code for string translations.
|
|
bool | rack::settings::safeMode |
| Launches Rack without loading plugins or the autosave patch.
|
|
std::string | rack::settings::token |
| vcvrack.com user token
|
|
bool | rack::settings::windowMaximized |
| Whether the window is maximized.
|
|
math::Vec | rack::settings::windowSize |
| Size of window in pixels.
|
|
math::Vec | rack::settings::windowPos |
| Position in window in pixels.
|
|
bool | rack::settings::invertZoom |
| Reverse the zoom scroll direction.
|
|
bool | rack::settings::mouseWheelZoom |
| Mouse wheel zooms instead of pans.
|
|
float | rack::settings::pixelRatio |
| Ratio between UI pixel and physical screen pixel.
|
|
std::string | rack::settings::uiTheme |
| Name of UI theme, specified in ui::refreshTheme()
|
|
float | rack::settings::cableOpacity |
| Opacity of cables in the range [0, 1].
|
|
float | rack::settings::cableTension |
| Straightness of cables in the range [0, 1].
|
|
float | rack::settings::rackBrightness |
|
float | rack::settings::haloBrightness |
|
bool | rack::settings::allowCursorLock |
| Allows rack to hide and lock the cursor position when dragging knobs etc.
|
|
KnobMode | rack::settings::knobMode |
|
bool | rack::settings::knobScroll |
|
float | rack::settings::knobLinearSensitivity |
|
float | rack::settings::knobScrollSensitivity |
|
float | rack::settings::sampleRate |
|
int | rack::settings::threadCount |
|
bool | rack::settings::tooltips |
|
bool | rack::settings::cpuMeter |
|
bool | rack::settings::lockModules |
|
bool | rack::settings::squeezeModules |
|
bool | rack::settings::preferDarkPanels |
|
float | rack::settings::frameRateLimit |
| Maximum screen redraw frequency in Hz, or 0 for unlimited.
|
|
float | rack::settings::autosaveInterval |
| Interval between autosaves in seconds.
|
|
bool | rack::settings::skipLoadOnLaunch |
|
std::string | rack::settings::lastPatchDirectory |
|
std::string | rack::settings::lastSelectionDirectory |
|
std::list< std::string > | rack::settings::recentPatchPaths |
|
std::vector< NVGcolor > | rack::settings::cableColors |
|
std::vector< std::string > | rack::settings::cableLabels |
|
bool | rack::settings::cableAutoRotate |
|
bool | rack::settings::autoCheckUpdates |
|
bool | rack::settings::verifyHttpsCerts |
|
bool | rack::settings::showTipsOnLaunch |
|
int | rack::settings::tipIndex |
|
BrowserSort | rack::settings::browserSort |
|
float | rack::settings::browserZoom |
|
json_t * | rack::settings::pluginSettingsJ |
|
std::map< std::string, std::map< std::string, ModuleInfo > > | rack::settings::moduleInfos |
| pluginSlug -> (moduleSlug -> ModuleInfo)
|
|
std::map< std::string, PluginWhitelist > | rack::settings::moduleWhitelist |
|