Home
last modified time | relevance | path

Searched refs:HandlePitchWheel (Results 1 – 16 of 16) sorted by relevance

/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/AUInstrumentBase/
H A DAUMIDIBase.h153 virtual OSStatus HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() function
H A DAUInstrumentBase.h134 virtual OSStatus HandlePitchWheel( UInt8 inChannel,
H A DAUMIDIBase.cpp397 result = HandlePitchWheel(channel, data1, data2, inStartFrame); in HandleNonNoteEvent()
H A DAUInstrumentBase.cpp574 OSStatus AUInstrumentBase::HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() function in AUInstrumentBase
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DAUMIDIBase.h153 virtual OSStatus HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() function
H A DAUMIDIBase.cpp397 result = HandlePitchWheel(channel, data1, data2, inStartFrame); in HandleNonNoteEvent()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/OtherBases/
H A DAUMIDIBase.h153 virtual OSStatus HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() function
H A DAUMIDIBase.cpp397 result = HandlePitchWheel(channel, data1, data2, inStartFrame); in HandleNonNoteEvent()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/AUPublic/
H A DAUMIDIBase.h115 virtual OSStatus HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() function
H A DAUInstrumentBase.h98 virtual OSStatus HandlePitchWheel( UInt8 inChannel,
H A DAUMIDIBase.cpp359 result = HandlePitchWheel(channel, data1, data2, inStartFrame);
H A DAUInstrumentBase.cpp542 OSStatus AUInstrumentBase::HandlePitchWheel( UInt8 inChannel,
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUInstrumentBase/
H A DAUInstrumentBase.h136 virtual OSStatus HandlePitchWheel( UInt8 inChannel,
H A DAUInstrumentBase.cpp580 OSStatus AUInstrumentBase::HandlePitchWheel( UInt8 inChannel, in HandlePitchWheel() function in AUInstrumentBase
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/au/
H A Daulayer.h84 virtual OSStatus HandlePitchWheel(UInt8 inChannel, UInt8 inPitch1, UInt8 inPitch2,
H A Daulayer.cpp297 OSStatus aulayer::HandlePitchWheel(UInt8 inChannel, UInt8 inPitch1, UInt8 inPitch2, in HandlePitchWheel() function in aulayer