Home
last modified time | relevance | path

Searched defs:channelIndex (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_MidiSequencePlayer.cpp123 void MidiSequencePlayer::SetProgramNumber( int channelIndex, int prgNo ) in SetProgramNumber()
129 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn()
168 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff()
189 void MidiSequencePlayer::HandleControlChangeMessage( u8 channelIndex, u8 control, u8 value ) in HandleControlChangeMessage()
355 void MidiSequencePlayer::HandleRpnMessage( u8 channelIndex, u8 value ) in HandleRpnMessage()
380 void MidiSequencePlayer::HandleNrpnMessage( u8 channelIndex, u8 value ) in HandleNrpnMessage()
436 void MidiSequencePlayer::HandleProgramChangeMessage( u8 channelIndex, u8 program ) in HandleProgramChangeMessage()
441 void MidiSequencePlayer::HandlePitchBendMessage( u8 channelIndex, u8 lsb, u8 msb ) in HandlePitchBendMessage()
472 for ( int channelIndex = 0 ; channelIndex < TRACK_NUM_PER_PLAYER ; channelIndex++ ) { in StopAllSound() local
482 for ( int channelIndex = 0 ; channelIndex < TRACK_NUM_PER_PLAYER ; channelIndex++ ) { in ResetAllController() local
[all …]
Dsnd_Voice.cpp181 f32& left, f32& right, const f32& pan, int channelIndex, const Util::PanInfo& panInfo ) in CalcBarancePanForStereo()
270 for ( int channelIndex = 0; channelIndex < CHANNEL_MAX; channelIndex++ ) in Voice() local
278 for ( int channelIndex = 0; channelIndex < CHANNEL_MAX; channelIndex++ ) in ~Voice() local
350 for ( int channelIndex = 0; channelIndex < channelCount; channelIndex++ ) in Alloc() local
465 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in Free() local
497 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in Initialize() local
835 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in SetPriority() local
897 for ( int channelIndex = 0; channelIndex < voice->m_ChannelCount; channelIndex++ ) in HardwareChannelCallbackFunc() local
1073 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in SyncHardwareChannel() local
1087 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in CalcSrc() local
[all …]
Dsnd_StreamSoundPlayer.cpp96 for ( int channelIndex = 0; channelIndex < STRM_CHANNEL_NUM; channelIndex++ ) in Initialize() local
334 for( int channelIndex = 0; in Start() local
1438 for ( int channelIndex = 0; in UpdateLoopAddress() local
1566 for( int channelIndex = 0; in UpdateDataLoopAddress() local
1613 for( int channelIndex = 0; in SetLoopEndToZeroBuffer() local
1956 for ( int channelIndex = 0; in SetAdpcmLoopContext() local
1978 StreamSoundPlayer::GetTrackChannel( const StreamTrack& track, int channelIndex ) in GetTrackChannel()
Dsnd_Channel.cpp694 for ( int channelIndex = 0; channelIndex < channelCount; channelIndex++ ) in InvalidateData() local
/NW4C-1.2.23/include/nw/snd/
Dsnd_MidiSequencePlayer.h124 int channelIndex; member