| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_MidiSequencePlayer.cpp | 125 void MidiSequencePlayer::SetProgramNumber( int channelIndex, int prgNo ) in SetProgramNumber() argument 127 SequenceTrack* track = GetPlayerTrack( channelIndex ); in SetProgramNumber() 131 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn() argument 133 SequenceTrack* track = GetPlayerTrack( channelIndex ); in NoteOn() 142 NoteInfo* noteInfo = FindNoteInfo( channelIndex ); in NoteOn() 166 noteInfo->channelIndex = channelIndex; in NoteOn() 170 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff() argument 174 SequenceTrack* track = GetPlayerTrack( channelIndex ); in NoteOff() 182 NoteInfo* noteInfo = FindNoteInfo( channelIndex, key ); in NoteOff() 191 void MidiSequencePlayer::HandleControlChangeMessage( u8 channelIndex, u8 control, u8 value ) in HandleControlChangeMessage() argument [all …]
|
| D | snd_Voice.cpp | 183 f32& left, f32& right, const f32& pan, int channelIndex, const Util::PanInfo& panInfo ) in CalcBarancePanForStereo() argument 185 if ( channelIndex == 0 ) in CalcBarancePanForStereo() 190 else if ( channelIndex == 1 ) in CalcBarancePanForStereo() 272 for ( int channelIndex = 0; channelIndex < CHANNEL_MAX; channelIndex++ ) in Voice() local 274 m_pHardwareChannel[ channelIndex ] = NULL; in Voice() 280 for ( int channelIndex = 0; channelIndex < CHANNEL_MAX; channelIndex++ ) in ~Voice() local 282 HardwareChannel* pChannel = m_pHardwareChannel[ channelIndex ]; in ~Voice() 352 for ( int channelIndex = 0; channelIndex < channelCount; channelIndex++ ) in Alloc() local 354 m_pHardwareChannel[ channelIndex ] = channelTable[ channelIndex ]; in Alloc() 467 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in Free() local [all …]
|
| D | snd_StreamSoundPlayer.cpp | 98 for ( int channelIndex = 0; channelIndex < STRM_CHANNEL_NUM; channelIndex++ ) in Initialize() local 100 StreamChannel& channel = m_Channels[ channelIndex ]; in Initialize() 345 for( int channelIndex = 0; in Start() local 346 channelIndex < track.m_TrackInfo.channelCount; in Start() 347 channelIndex++ ) in Start() 349 StreamChannel* channel = GetTrackChannel( track, channelIndex ); in Start() 352 WaveInfo::ChannelParam& channelParam = waveInfo.channelParam[ channelIndex ]; in Start() 1046 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in AllocVoices() 1048 StreamChannel& channel = m_Channels[ channelIndex ]; in AllocVoices() 1059 for ( int i = 0; i < channelIndex; i++ ) in AllocVoices() [all …]
|
| D | snd_WaveFile.cpp | 46 WaveFile::InfoBlockBody::GetChannelInfo( s32 channelIndex ) const in GetChannelInfo() 48 NW_ASSERT( channelIndex < GetChannelCount() ); in GetChannelInfo() 50 channelInfoReferenceTable.GetReferedItem( channelIndex ) ); in GetChannelInfo()
|
| D | snd_StreamSoundFileLoader.cpp | 162 int channelIndex in ReadDspAdpcmChannelInfo() 166 m_Reader.ReadDspAdpcmChannelInfo( adpcmParam, adpcmLoopParam, channelIndex ); in ReadDspAdpcmChannelInfo()
|
| D | snd_StreamSoundFileReader.cpp | 112 int channelIndex ) const in ReadDspAdpcmChannelInfo() 121 GetChannelInfo( channelIndex )-> in ReadDspAdpcmChannelInfo()
|
| D | snd_Channel.cpp | 696 for ( int channelIndex = 0; channelIndex < channelCount; channelIndex++ ) in InvalidateData() local 701 m_pChannel->m_WaveBuffer[ channelIndex ][ waveBufferIndex ]; in InvalidateData()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_MidiSequencePlayer.h | 126 int channelIndex; member 161 void SetProgramNumber( int channelIndex, int prgNo ); 167 void NoteOn( u8 channelIndex, u8 key, u8 velocity ); 168 void NoteOff( u8 channelIndex, u8 key, u8 velocity ); 170 void HandleControlChangeMessage( u8 channelIndex, u8 control, u8 value ); 171 void HandleRpnMessage( u8 channelIndex, u8 value ); 172 void HandleNrpnMessage( u8 channelIndex, u8 value ); 174 void HandleProgramChangeMessage( u8 channelIndex, u8 program ); 175 void HandlePitchBendMessage( u8 channelIndex, u8 lsb, u8 msb ); 182 NoteInfo* FindNoteInfo( int channelIndex, int key ); [all …]
|
| D | snd_Voice.h | 182 const HardwareChannel* GetHardwareChannel( int channelIndex ) const; 199 void StopAtPoint( int channelIndex, const void* baseAddress, u32 samples ); 201 void SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples = 0 ); 202 void SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples ); 203 void SetDspAdpcmLoop( s32 channelIndex, const DspAdpcmLoopParam* param ); 246 int channelIndex, 297 int channelIndex, 303 int channelIndex,
|
| D | snd_StreamSoundFileLoader.h | 48 int channelIndex ) const;
|
| D | snd_StreamSoundFileReader.h | 51 int channelIndex ) const;
|
| D | snd_WaveFile.h | 122 const ChannelInfo& GetChannelInfo( s32 channelIndex ) const;
|
| D | snd_StreamSoundPlayer.h | 284 StreamChannel* GetTrackChannel( const StreamTrack& track, int channelIndex );
|