Home
last modified time | relevance | path

Searched refs:GetKeyGroupId (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceTrack.cpp749 if ( channel->GetKeyGroupId() > 0 ) in NoteOn()
754 if ( itr->GetKeyGroupId() == channel->GetKeyGroupId() ) in NoteOn()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h195 u8 GetKeyGroupId() const { return m_KeyGroupId; } in GetKeyGroupId() function