Home
last modified time | relevance | path

Searched refs:allocateLoops (Results 1 – 3 of 3) sorted by relevance

/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/
H A DInstrument.h46 bool allocateLoops(int count);
H A DLoop.cpp50 if (!instrument->allocateLoops(nloops)) in afInitLoopIDs()
H A DInstrument.cpp57 bool InstrumentSetup::allocateLoops(int count) in allocateLoops() function in InstrumentSetup