Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceTrack.cpp192 channel->SetLength( channel->GetLength() - 1 ); in UpdateChannelLength()
725 channel->SetLength( length ); in NoteOn()
Dsnd_MidiSequencePlayer.cpp185 noteInfo->channel->SetLength( 0 ); in NoteOff()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h157 void SetLength( s32 length ) { m_Length = length; } in SetLength() function