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

/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h83 class SInstrument { class
91 SInstrument(uint8 instrument);
111 BObjectList<SInstrument> fInstruments;
116 void InstrumentAtPut(int i, SInstrument* instr);
126 SInstrument* GetInstrument(uint8 instrument);
H A DSynthFile.cpp67 // SInstrument
69 SInstrument::SInstrument(uint8 instrument) function in class:SInstrument
123 SSynthFile::InstrumentAtPut(int i, SInstrument* instr)
137 SInstrument*
141 SInstrument* i = fInstruments.ItemAt(instrument);
143 i = new SInstrument(instrument);
156 SInstrument* instr = GetInstrument(i);
H A DSynthFileReader.cpp178 SInstrument* instr = synth->GetInstrument(inst);

Completed in 81 milliseconds