Searched refs:fInstruments (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.cpp91 fInstruments.AddItem(NULL);
125 ASSERT(fInstruments.CountItems() == 128);
126 fInstruments.ReplaceItem(i, instr);
134 return fInstruments.ItemAt(instrument) != NULL;
141 SInstrument* i = fInstruments.ItemAt(instrument);
H A DSynthFile.h111 BObjectList<SInstrument> fInstruments; member in class:SSynthFile
/haiku/src/kits/midi/
H A DMidiSynthFile.cpp48 if (fStore->fInstruments[t]) {
132 if (fStore->fInstruments[t]) {
H A DMidiStore.cpp77 fInstruments = new bool[128];
88 delete[] fInstruments;
242 memset(fInstruments, 0, 128 * sizeof(bool));
784 fInstruments[data1] = true;
/haiku/headers/os/midi/
H A DMidiStore.h123 bool* fInstruments; member in class:BMidiStore

Completed in 63 milliseconds