MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getGlobalVariable

Method getGlobalVariable

Source/Lua/CtrlrLuaManager.cpp:430–433  ·  view source on GitHub ↗

@brief Get the value of a global variable @param index the global variable index 0-16 */

Source from the content-addressed store, hash-verified

428@param index the global variable index 0-16
429*/
430int CtrlrPanel::getGlobalVariable (const int index)
431{
432 return (globalVariables[index]);
433}
434
435/** @brief Get a modulator by it's index (this is the VST index property)
436

Callers 1

getSymbolValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected