Searched refs:initVolume (Results 1 – 3 of 3) sorted by relevance
120 float initVolume = static_cast<float>( velocity ); in NoteOn() local121 initVolume /= (127.0f * 127.0f * 127.0f); in NoteOn()122 pChannel->SetInitVolume( initVolume ); in NoteOn()
701 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local702 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()721 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local722 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()
147 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local148 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()