| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_Bank.cpp | 79 noteOnInfo.velocity ) ) in NoteOn() 117 register int velocity = noteOnInfo.velocity; in NoteOn() local 118 velocity *= velocity; in NoteOn() 119 velocity *= regionInfo.volume; in NoteOn() 120 float initVolume = static_cast<float>( velocity ); in NoteOn()
|
| D | snd_Sound3DActor.cpp | 130 param.velocity = m_Velocity; in SetupSound() 226 void Sound3DActor::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity() argument 228 m_Velocity = velocity; in SetVelocity() 247 param->velocity = m_Velocity; in detail_UpdateAmbientArg()
|
| D | snd_SequenceTrack.cpp | 679 int velocity, in NoteOn() argument 685 NW_MINMAX_ASSERT( velocity, 0, 127 ); in NoteOn() 692 velocity = velocity * m_ParserTrackParam.velocityRange / 127; in NoteOn() 701 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() 721 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() 733 velocity, in NoteOn()
|
| D | snd_Sound3DListener.cpp | 75 void Sound3DListener::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity() argument 77 m_Velocity = velocity; in SetVelocity()
|
| D | snd_BankFileReader.cpp | 85 int velocity ) const in ReadVelocityRegionInfo() 108 keyRegion->GetVelocityRegion( velocity ); in ReadVelocityRegionInfo()
|
| D | snd_MidiSequencePlayer.cpp | 129 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn() argument 147 float initVolume = static_cast<float>( velocity ) / 127.0f; in NoteOn() 157 Channel* channel = track->NoteOn( key, velocity, -1, false ); in NoteOn() 168 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff() argument 170 (void)velocity; in NoteOff()
|
| D | snd_BankFile.cpp | 280 BankFile::KeyRegion::GetVelocityRegion( u32 velocity ) const in GetVelocityRegion() 288 velocity ) in GetVelocityRegion()
|
| D | snd_MmlParser.cpp | 102 const u8 velocity = ReadByte( &trackParam.currentAddr ); in Parse() local 119 velocity, in Parse() 892 int velocity, in NoteOnCommandProc() argument 897 track->NoteOn( key, velocity, length, tieFlag ); in NoteOnCommandProc()
|
| D | snd_Sound3DCalculator.cpp | 169 actorVelocity = - nw::math::VEC3Dot( &relPos, &actorParam.velocity ); in CalcPitch() 173 actorVelocity = - nw::math::VEC3Len( &actorParam.velocity ); in CalcPitch()
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_ParticleSet.cpp | 666 …nw::math::VEC3* velocity = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_VELOCITY, PARTI… in SetDefaultValues() local 667 NW_NULL_ASSERT(velocity); in SetDefaultValues() 698 velocity[nextIndex].x = 0.0f; in SetDefaultValues() 699 velocity[nextIndex].y = 0.0f; in SetDefaultValues() 700 velocity[nextIndex].z = 0.0f; in SetDefaultValues() 776 math::VEC3* velocity = in AddParticles() local 786 … nw::math::VEC3TransformNormal(&velocity[dstIndex], transformMatrix, velocity[dstIndex]); in AddParticles() 801 math::VEC3* velocity = in AddParticles() local 831 nw::math::VEC3TransformNormal(&velocity[dstIndex], workMatrix, velocity[dstIndex]); in AddParticles() 889 …nw::math::VEC3* velocity = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_VELOCITY, PARTI… in AddParticles() local [all …]
|
| D | gfx_ParticleEmitter.cpp | 559 …nw::math::VEC3* velocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VELOCITY,… in Emission() local 567 nw::math::VEC3TransformNormal(&velocity[dstIndex], transformMatrix, velocity[dstIndex]); in Emission()
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_MidiSequencePlayer.h | 165 void NoteOn( u8 channelIndex, u8 key, u8 velocity ); 166 void NoteOff( u8 channelIndex, u8 key, u8 velocity );
|
| D | snd_NoteOnCallback.h | 32 int velocity; member
|
| D | snd_BankFileReader.h | 56 int velocity
|
| D | snd_Sound3DActor.h | 224 void SetVelocity( const nw::math::VEC3& velocity );
|
| D | snd_MmlParser.h | 75 int velocity,
|
| D | snd_Sound3DListener.h | 146 void SetVelocity( const nw::math::VEC3& velocity );
|
| D | snd_BankFile.h | 155 const VelocityRegion* GetVelocityRegion( u32 velocity ) const;
|
| D | snd_Sound3DManager.h | 72 math::VEC3 velocity; member
|
| D | snd_SequenceTrack.h | 161 int velocity,
|
| /NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 259 nw::math::VEC3* velocity = in UserUpdater() local 263 if (velocity == NULL) in UserUpdater() 279 nextPosition = translate[index] + velocity[index]; in UserUpdater() 284 velocity[index].x *= -1.0f; in UserUpdater() 285 velocity[index].z *= -1.0f; in UserUpdater()
|
| /NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/ |
| D | ParticleChangeVtxDemo.cpp | 416 nw::math::VEC3* velocity = in UpdateScene() local 442 velocity[index].x *= -1.0f; in UpdateScene()
|