Searched refs:initVolume (Results 1 – 3 of 3) sorted by relevance
135 float initVolume = static_cast<float>( velocity ); in NoteOn() local136 initVolume /= (127.0f * 127.0f * 127.0f); in NoteOn()137 pChannel->SetInitVolume( initVolume ); in NoteOn()
703 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local704 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()723 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local724 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()
149 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() local150 channel->SetInitVolume( initVolume * initVolume ); in NoteOn()