Searched defs:channelIndex (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_MidiSequencePlayer.cpp | 123 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 …]
|
| D | snd_Voice.cpp | 181 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 …]
|
| D | snd_StreamSoundPlayer.cpp | 96 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()
|
| D | snd_Channel.cpp | 694 for ( int channelIndex = 0; channelIndex < channelCount; channelIndex++ ) in InvalidateData() local
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_MidiSequencePlayer.h | 124 int channelIndex; member
|