Searched refs:Sounds (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.cpp160 (int)instr->Sounds()->CountItems());
166 for (int s = 0; s < instr->Sounds()->CountItems(); s ++) {
167 SSoundInRange* range = instr->Sounds()->ItemAt(s);
H A DSynthFile.h104 BObjectList<SSoundInRange>* Sounds() { return &fSounds; } function in class:SInstrument
H A DSynthFileReader.cpp185 instr->Sounds()->AddItem(new SSoundInRange(start, end, synth->GetSound(snd)));

Completed in 43 milliseconds