Home
last modified time | relevance | path

Searched refs:initVolume (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Bank.cpp120 float initVolume = static_cast<float>( velocity ); in NoteOn() local
121 initVolume /= (127.0f * 127.0f * 127.0f); in NoteOn()
122 pChannel->SetInitVolume( initVolume ); in NoteOn()
Dsnd_SequenceTrack.cpp701 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local
702 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()
721 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local
722 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()
Dsnd_MidiSequencePlayer.cpp147 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local
148 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()