Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/snd/seq/src/
Dchannel.c176 db = SND_CalcDecibel(ch->velocity); in NoteOn()
177 db += SND_CalcDecibel(midi_ch[ch->midi_ch].volume); in NoteOn()
178 db += SND_CalcDecibel(midi_ch[ch->midi_ch].expression); in NoteOn()
/TwlSDK-5.1.0/include/nitro/snd/common/
Dutil.h81 s16 SND_CalcDecibel(int scale) in SND_CalcDecibel() function