| 4489 | } |
| 4490 | |
| 4491 | String ScriptingObjects::ScriptingAudioSampleProcessor::getFilename() |
| 4492 | { |
| 4493 | if (checkValidObject()) |
| 4494 | { |
| 4495 | if (checkValidObject()) |
| 4496 | { |
| 4497 | return dynamic_cast<ProcessorWithExternalData*>(audioSampleProcessor.get())->getAudioFile(0)->toBase64String(); |
| 4498 | } |
| 4499 | } |
| 4500 | |
| 4501 | return {}; |
| 4502 | } |
| 4503 | |
| 4504 | var ScriptingObjects::ScriptingAudioSampleProcessor::getSampleStart() |
| 4505 | { |
nothing calls this directly
no test coverage detected