| 2906 | } |
| 2907 | |
| 2908 | float ScriptingObjects::ScriptingModulator::getCurrentLevel() |
| 2909 | { |
| 2910 | if (checkValidObject()) |
| 2911 | { |
| 2912 | return m->getProcessor()->getDisplayValues().outL; |
| 2913 | } |
| 2914 | |
| 2915 | return 0.f; |
| 2916 | } |
| 2917 | |
| 2918 | String ScriptingObjects::ScriptingModulator::exportState() |
| 2919 | { |
nothing calls this directly
no test coverage detected