Home
last modified time | relevance | path

Searched refs:SetKey (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h134 void SetKey( u8 key ) { m_Key = key; } in SetKey() function
135 void SetKey( u8 key, u8 originalKey ) { m_Key = key; m_OriginalKey = originalKey; } in SetKey() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Bank.cpp130 pChannel->SetKey( noteOnInfo.key, regionInfo.originalKey ); in NoteOn()
Dsnd_SequenceTrack.cpp702 channel->SetKey( static_cast<u8>( key ) ); in NoteOn()
722 channel->SetKey( static_cast<u8>( key ) ); in NoteOn()
Dsnd_MidiSequencePlayer.cpp148 channel->SetKey( key ); in NoteOn()