| 4719 | } |
| 4720 | |
| 4721 | void ScriptingObjects::TimerObject::timerCallback() |
| 4722 | { |
| 4723 | if (tc) |
| 4724 | tc.call(nullptr, 0); |
| 4725 | else |
| 4726 | it.stopTimer(); |
| 4727 | } |
| 4728 | |
| 4729 | hise::DebugInformationBase* ScriptingObjects::TimerObject::getChildElement(int index) |
| 4730 | { |