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

/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h37 class SSound { class
46 SSound() { } function in class:SSound
48 SSound(uint16 id);
71 SSound* fSound;
75 SSoundInRange(uint8 start, uint8 end, SSound* sound);
79 SSound* Sound() const { return fSound; }
87 SSound* fDefaultSound;
101 void SetDefaultSound(SSound* sound) { fDefaultSound = sound; }
102 SSound* DefaultSound() const { return fDefaultSound; }
112 BObjectList<SSound> fSound
[all...]
H A DSynthFile.cpp35 // SSound
37 SSound::SSound(uint16 id) function in class:SSound
49 SSound::SetSample(void* samples, int32 frameCount, int16 sampleSize, int16 channelCount)
59 SSoundInRange::SSoundInRange(uint8 start, uint8 end, SSound* sound)
80 static int bySoundId(const SSound* a, const SSound* b)
99 SSound*
104 SSound* s = fSounds.ItemAt(i);
110 SSound*
[all...]
H A DSynthFileReader.cpp199 SSound* s = synth->GetSound(inst);

Completed in 22 milliseconds