| 1598 | int ScriptingApi::Engine::getBufferSize() const { return getProcessor()->getLargestBlockSize(); } |
| 1599 | |
| 1600 | double ScriptingApi::Engine::getSamplesForMilliSeconds(double milliSeconds) const { return (milliSeconds / 1000.0) * getSampleRate(); } |
| 1601 | |
| 1602 | String ScriptingApi::Engine::getTempoName(int tempoIndex) |
| 1603 | { |
no test coverage detected