Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SequenceTrack.cpp190 channel->SetLength( channel->GetLength() - 1 ); in UpdateChannelLength()
723 channel->SetLength( length ); in NoteOn()
Dsnd_MidiSequencePlayer.cpp183 noteInfo->channel->SetLength( 0 ); in NoteOff()
/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h155 void SetLength( s32 length ) { m_Length = length; } in SetLength() function