Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Bank.cpp135 float initVolume = static_cast<float>( velocity ); in NoteOn() local
136 initVolume /= (127.0f * 127.0f * 127.0f); in NoteOn()
137 pChannel->SetInitVolume( initVolume ); in NoteOn()
Dsnd_SequenceTrack.cpp703 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local
704 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()
723 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local
724 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()
Dsnd_MidiSequencePlayer.cpp149 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local
150 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()