Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_MidiSequencePlayer.cpp125 void MidiSequencePlayer::SetProgramNumber( int channelIndex, int prgNo ) in SetProgramNumber()
131 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn()
170 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff()
191 void MidiSequencePlayer::HandleControlChangeMessage( u8 channelIndex, u8 control, u8 value ) in HandleControlChangeMessage()
357 void MidiSequencePlayer::HandleRpnMessage( u8 channelIndex, u8 value ) in HandleRpnMessage()
382 void MidiSequencePlayer::HandleNrpnMessage( u8 channelIndex, u8 value ) in HandleNrpnMessage()
438 void MidiSequencePlayer::HandleProgramChangeMessage( u8 channelIndex, u8 program ) in HandleProgramChangeMessage()
443 void MidiSequencePlayer::HandlePitchBendMessage( u8 channelIndex, u8 lsb, u8 msb ) in HandlePitchBendMessage()
474 for ( int channelIndex = 0 ; channelIndex < TRACK_NUM_PER_PLAYER ; channelIndex++ ) { in StopAllSound() local
484 for ( int channelIndex = 0 ; channelIndex < TRACK_NUM_PER_PLAYER ; channelIndex++ ) { in ResetAllController() local
[all …]
Dsnd_Voice.cpp183 f32& left, f32& right, const f32& pan, int channelIndex, const Util::PanInfo& panInfo ) in CalcBarancePanForStereo()
272 for ( int channelIndex = 0; channelIndex < CHANNEL_MAX; channelIndex++ ) in Voice() local
280 for ( int channelIndex = 0; channelIndex < CHANNEL_MAX; channelIndex++ ) in ~Voice() local
352 for ( int channelIndex = 0; channelIndex < channelCount; channelIndex++ ) in Alloc() local
467 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in Free() local
499 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in Initialize() local
837 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in SetPriority() local
899 for ( int channelIndex = 0; channelIndex < voice->m_ChannelCount; channelIndex++ ) in HardwareChannelCallbackFunc() local
1075 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in SyncHardwareChannel() local
1089 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in CalcSrc() local
[all …]
Dsnd_StreamSoundPlayer.cpp98 for ( int channelIndex = 0; channelIndex < STRM_CHANNEL_NUM; channelIndex++ ) in Initialize() local
345 for( int channelIndex = 0; in Start() local
1524 for ( int channelIndex = 0; in UpdateLoopAddress() local
1661 for( int channelIndex = 0; in UpdateDataLoopAddress() local
1714 for( int channelIndex = 0; in SetLoopEndToZeroBuffer() local
2069 for ( int channelIndex = 0; in SetAdpcmLoopContext() local
2091 StreamSoundPlayer::GetTrackChannel( const StreamTrack& track, int channelIndex ) in GetTrackChannel()
Dsnd_Channel.cpp696 for ( int channelIndex = 0; channelIndex < channelCount; channelIndex++ ) in InvalidateData() local
/NW4C-2.0.3/include/nw/snd/
Dsnd_MidiSequencePlayer.h126 int channelIndex; member