| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_MidiSequencePlayer.cpp | 123 void MidiSequencePlayer::SetProgramNumber( int channelIndex, int prgNo ) in SetProgramNumber() argument 125 SequenceTrack* track = GetPlayerTrack( channelIndex ); in SetProgramNumber() 129 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn() argument 131 SequenceTrack* track = GetPlayerTrack( channelIndex ); in NoteOn() 140 NoteInfo* noteInfo = FindNoteInfo( channelIndex ); in NoteOn() 164 noteInfo->channelIndex = channelIndex; in NoteOn() 168 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff() argument 172 SequenceTrack* track = GetPlayerTrack( channelIndex ); in NoteOff() 180 NoteInfo* noteInfo = FindNoteInfo( channelIndex, key ); in NoteOff() 189 void MidiSequencePlayer::HandleControlChangeMessage( u8 channelIndex, u8 control, u8 value ) in HandleControlChangeMessage() argument [all …]
|
| D | snd_Voice.cpp | 181 f32& left, f32& right, const f32& pan, int channelIndex, const Util::PanInfo& panInfo ) in CalcBarancePanForStereo() argument 183 if ( channelIndex == 0 ) in CalcBarancePanForStereo() 188 else if ( channelIndex == 1 ) in CalcBarancePanForStereo() 270 for ( int channelIndex = 0; channelIndex < CHANNEL_MAX; channelIndex++ ) in Voice() local 272 m_pHardwareChannel[ channelIndex ] = NULL; in Voice() 278 for ( int channelIndex = 0; channelIndex < CHANNEL_MAX; channelIndex++ ) in ~Voice() local 280 HardwareChannel* pChannel = m_pHardwareChannel[ channelIndex ]; in ~Voice() 350 for ( int channelIndex = 0; channelIndex < channelCount; channelIndex++ ) in Alloc() local 352 m_pHardwareChannel[ channelIndex ] = channelTable[ channelIndex ]; in Alloc() 465 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in Free() local [all …]
|
| D | snd_StreamSoundPlayer.cpp | 96 for ( int channelIndex = 0; channelIndex < STRM_CHANNEL_NUM; channelIndex++ ) in Initialize() local 98 StreamChannel& channel = m_Channels[ channelIndex ]; in Initialize() 334 for( int channelIndex = 0; in Start() local 335 channelIndex < track.m_TrackInfo.channelCount; in Start() 336 channelIndex++ ) in Start() 338 StreamChannel* channel = GetTrackChannel( track, channelIndex ); in Start() 341 WaveInfo::ChannelParam& channelParam = waveInfo.channelParam[ channelIndex ]; in Start() 993 for ( int channelIndex = 0; channelIndex < m_ChannelCount; channelIndex++ ) in AllocVoices() 995 StreamChannel& channel = m_Channels[ channelIndex ]; in AllocVoices() 1006 for ( int i = 0; i < channelIndex; i++ ) in AllocVoices() [all …]
|
| D | snd_WaveFile.cpp | 44 WaveFile::InfoBlockBody::GetChannelInfo( s32 channelIndex ) const in GetChannelInfo() 46 NW_ASSERT( channelIndex < GetChannelCount() ); in GetChannelInfo() 48 channelInfoReferenceTable.GetReferedItem( channelIndex ) ); in GetChannelInfo()
|
| D | snd_StreamSoundFileLoader.cpp | 160 int channelIndex in ReadDspAdpcmChannelInfo() 164 m_Reader.ReadDspAdpcmChannelInfo( adpcmParam, adpcmLoopParam, channelIndex ); in ReadDspAdpcmChannelInfo()
|
| D | snd_StreamSoundFileReader.cpp | 110 int channelIndex ) const in ReadDspAdpcmChannelInfo() 119 GetChannelInfo( channelIndex )-> in ReadDspAdpcmChannelInfo()
|
| D | snd_Channel.cpp | 694 for ( int channelIndex = 0; channelIndex < channelCount; channelIndex++ ) in InvalidateData() local 699 m_pChannel->m_WaveBuffer[ channelIndex ][ waveBufferIndex ]; in InvalidateData()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_MidiSequencePlayer.h | 124 int channelIndex; member 159 void SetProgramNumber( int channelIndex, int prgNo ); 165 void NoteOn( u8 channelIndex, u8 key, u8 velocity ); 166 void NoteOff( u8 channelIndex, u8 key, u8 velocity ); 168 void HandleControlChangeMessage( u8 channelIndex, u8 control, u8 value ); 169 void HandleRpnMessage( u8 channelIndex, u8 value ); 170 void HandleNrpnMessage( u8 channelIndex, u8 value ); 172 void HandleProgramChangeMessage( u8 channelIndex, u8 program ); 173 void HandlePitchBendMessage( u8 channelIndex, u8 lsb, u8 msb ); 180 NoteInfo* FindNoteInfo( int channelIndex, int key ); [all …]
|
| D | snd_Voice.h | 180 const HardwareChannel* GetHardwareChannel( int channelIndex ) const; 197 void StopAtPoint( int channelIndex, const void* baseAddress, u32 samples ); 199 void SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples = 0 ); 200 void SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples ); 201 void SetDspAdpcmLoop( s32 channelIndex, const DspAdpcmLoopParam* param ); 244 int channelIndex, 295 int channelIndex, 301 int channelIndex,
|
| D | snd_StreamSoundFileLoader.h | 46 int channelIndex ) const;
|
| D | snd_StreamSoundFileReader.h | 49 int channelIndex ) const;
|
| D | snd_WaveFile.h | 120 const ChannelInfo& GetChannelInfo( s32 channelIndex ) const;
|
| D | snd_StreamSoundPlayer.h | 282 StreamChannel* GetTrackChannel( const StreamTrack& track, int channelIndex );
|