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

Method setSampleRange

hi_scripting/scripting/api/ScriptingApiObjects.cpp:4512–4516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4510}
4511
4512void ScriptingObjects::ScriptingAudioSampleProcessor::setSampleRange(int start, int end)
4513{
4514 if (checkValidObject())
4515 return dynamic_cast<ProcessorWithExternalData*>(audioSampleProcessor.get())->getAudioFile(0)->setRange(Range<int>(start, end));
4516}
4517
4518var ScriptingObjects::ScriptingAudioSampleProcessor::getAudioFile(int slotIndex)
4519{

Callers 4

updateRangeMethod · 0.45
updateMaxAreaMethod · 0.45

Calls 3

setRangeMethod · 0.45
getAudioFileMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected