Home
last modified time | relevance | path

Searched refs:loadAsInstrFlag (Results 1 – 2 of 2) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_sample_loader.h19 bool loadSample(UNICHAR *filenameU, uint8_t sampleSlot, bool loadAsInstrFlag);
23 extern bool loadAsInstrFlag, smpFilenameSet;
H A Dft2_sample_loader.c47 bool loadAsInstrFlag, smpFilenameSet; variable
171 if (loadAsInstrFlag) // if loaded in instrument mode in loadSampleThread()
240 loadAsInstrFlag = instrFlag; in loadSample()