@brief Get the value of a global variable @param index the global variable index 0-16 */
| 428 | @param index the global variable index 0-16 |
| 429 | */ |
| 430 | int 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 |