MCPcopy Create free account
hub / github.com/christophhart/HISE / getFilename

Method getFilename

hi_scripting/scripting/api/ScriptingApiObjects.cpp:4491–4502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4489}
4490
4491String 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
4504var ScriptingObjects::ScriptingAudioSampleProcessor::getSampleStart()
4505{

Callers

nothing calls this directly

Calls 3

toBase64StringMethod · 0.45
getAudioFileMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected