Home
last modified time | relevance | path

Searched refs:inVelocity (Results 1 – 25 of 25) sorted by relevance

/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/midi/pic/
H A Dmidi.c39 void turnNoteOn( char inChannel, char inKey, char inVelocity ) { in turnNoteOn() argument
58 if( inVelocity > 127 ) { in turnNoteOn()
68 putchar( inVelocity ); in turnNoteOn()
73 void turnNoteOff( char inChannel, char inKey, char inVelocity ) { in turnNoteOff() argument
92 if( inVelocity > 127 ) { in turnNoteOff()
102 putchar( inVelocity ); in turnNoteOff()
H A Dmidi.h68 void turnNoteOn( char inChannel, char inKey, char inVelocity );
81 void turnNoteOff( char inChannel, char inKey, char inVelocity );
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/programs/GLSL150/
H A DParticleGS_GenerateVS.glsl6 uniform vec3 inVelocity;
21 FireworkData.Vel = inVelocity;
H A DParticleGS_DisplayVS.glsl19 uniform vec3 inVelocity;
/dports/science/qbox/qbox-public-rel1_73_3/util/
H A Dqso.py59 self.inVelocity = False
101 self.inVelocity = True
113 if self.inPosition or self.inVelocity or self.inSymbol or self.inAtomicNumber or self.inMass:
135 self.inVelocity = False
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DMusicDeviceBase.h104 UInt8 inVelocity,
110 UInt8 inVelocity,
H A DAUMIDIBase.h137 UInt8 inVelocity, in HandleNoteOn() argument
143 UInt8 inVelocity, in HandleNoteOff() argument
H A DMusicDeviceBase.cpp199 UInt8 inVelocity, in HandleNoteOn() argument
205 params.mVelocity = inVelocity; in HandleNoteOn()
211 UInt8 inVelocity, in HandleNoteOff() argument
/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/AUInstrumentBase/
H A DMusicDeviceBase.h104 UInt8 inVelocity,
110 UInt8 inVelocity,
H A DAUMIDIBase.h137 UInt8 inVelocity, in HandleNoteOn() argument
143 UInt8 inVelocity, in HandleNoteOff() argument
H A DMusicDeviceBase.cpp199 UInt8 inVelocity, in HandleNoteOn() argument
205 params.mVelocity = inVelocity; in HandleNoteOn()
211 UInt8 inVelocity, in HandleNoteOff() argument
H A DSynthElement.h215 bool InRange(Float32 inNote, Float32 inVelocity);
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/OtherBases/
H A DMusicDeviceBase.h104 UInt8 inVelocity,
110 UInt8 inVelocity,
H A DAUMIDIBase.h137 UInt8 inVelocity, in HandleNoteOn() argument
143 UInt8 inVelocity, in HandleNoteOff() argument
H A DMusicDeviceBase.cpp199 UInt8 inVelocity, in HandleNoteOn() argument
205 params.mVelocity = inVelocity; in HandleNoteOn()
211 UInt8 inVelocity, in HandleNoteOff() argument
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/AUPublic/
H A DMusicDeviceBase.h66 UInt8 inVelocity,
72 UInt8 inVelocity,
H A DAUMIDIBase.h99 UInt8 inVelocity, in HandleNoteOn() argument
105 UInt8 inVelocity, in HandleNoteOff() argument
H A DMusicDeviceBase.cpp161 UInt8 inVelocity, in HandleNoteOn() argument
167 params.mVelocity = inVelocity; in HandleNoteOn()
173 UInt8 inVelocity, in HandleNoteOff() argument
H A DSynthElement.h177 bool InRange(Float32 inNote, Float32 inVelocity);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/au/
H A Daulayer.h77 virtual OSStatus HandleNoteOn(UInt8 inChannel, UInt8 inNoteNumber, UInt8 inVelocity,
79 virtual OSStatus HandleNoteOff(UInt8 inChannel, UInt8 inNoteNumber, UInt8 inVelocity,
H A Daulayer.cpp262 OSStatus aulayer::HandleNoteOn(UInt8 inChannel, UInt8 inNoteNumber, UInt8 inVelocity, in HandleNoteOn() argument
265 plugin_instance->playNote(inChannel, inNoteNumber, inVelocity, 0); in HandleNoteOn()
271 OSStatus aulayer::HandleNoteOff(UInt8 inChannel, UInt8 inNoteNumber, UInt8 inVelocity, in HandleNoteOff() argument
274 plugin_instance->releaseNote(inChannel, inNoteNumber, inVelocity); in HandleNoteOff()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/programs/GLSL150/
H A DParticleGS_GenerateVS.glsl9 // in vec3 inVelocity;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/programs/Cg/
H A DParticleGS.cg188 in float3 inVelocity : TEXCOORD2
195 output.Velocity = inVelocity;
243 in float3 inVelocity : TEXCOORD2
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/programs/Cg/
H A DParticleGS.cg188 in float3 inVelocity : TEXCOORD2
195 output.Velocity = inVelocity;
243 in float3 inVelocity : TEXCOORD2
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUInstrumentBase/
H A DSynthElement.h215 bool InRange(Float32 inNote, Float32 inVelocity);