Home
last modified time | relevance | path

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

12345678910>>...30

/dports/audio/faust/faust-2.37.3/tests/impulse-tests/dsp/
H A Dmodulations.dsp46noteOff = 0][acc:0 0 -30 0 10]", 0.0f, 0.0f, 1.0f, 1.0f),0 : >),(\(x70).(((hslider("v:Modulations/…
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/mpe/
H A Djuce_MPEUtils.cpp302 channelAssigner.noteOff (60); in runTest()
305 channelAssigner.noteOff (61); in runTest()
309 channelAssigner.noteOff (65); in runTest()
310 channelAssigner.noteOff (66); in runTest()
345 channelAssigner.noteOff (60); in runTest()
348 channelAssigner.noteOff (61); in runTest()
352 channelAssigner.noteOff (65); in runTest()
353 channelAssigner.noteOff (66); in runTest()
385 channelAssigner.noteOff (60); in runTest()
451 auto noteOff = MidiMessage::noteOff (2, 60, 1.0f); in runTest() local
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/mpe/
H A Djuce_MPEUtils.cpp302 channelAssigner.noteOff (60); in runTest()
305 channelAssigner.noteOff (61); in runTest()
309 channelAssigner.noteOff (65); in runTest()
310 channelAssigner.noteOff (66); in runTest()
345 channelAssigner.noteOff (60); in runTest()
348 channelAssigner.noteOff (61); in runTest()
352 channelAssigner.noteOff (65); in runTest()
353 channelAssigner.noteOff (66); in runTest()
385 channelAssigner.noteOff (60); in runTest()
451 auto noteOff = MidiMessage::noteOff (2, 60, 1.0f); in runTest() local
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/mpe/
H A Djuce_MPEUtils.cpp302 channelAssigner.noteOff (60); in runTest()
305 channelAssigner.noteOff (61); in runTest()
309 channelAssigner.noteOff (65); in runTest()
310 channelAssigner.noteOff (66); in runTest()
345 channelAssigner.noteOff (60); in runTest()
348 channelAssigner.noteOff (61); in runTest()
352 channelAssigner.noteOff (65); in runTest()
353 channelAssigner.noteOff (66); in runTest()
385 channelAssigner.noteOff (60); in runTest()
451 auto noteOff = MidiMessage::noteOff (2, 60, 1.0f); in runTest() local
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/common/
H A Dvoiceprocessor.h257 if (e.noteOff.noteId == -1) // for host which don't send unique noteId's in process()
258 e.noteOff.noteId = e.noteOff.pitch; in process()
259 VoiceClass* voice = findVoice (e.noteOff.noteId); in process()
262 voice->noteOff (e.noteOff.velocity, e.sampleOffset); in process()
267 FDebugPrint ("Voice for kNoteOffEvent not found : %d\n", e.noteOff.noteId); in process()
371 if (e.noteOff.noteId == -1) in process()
372 e.noteOff.noteId = e.noteOff.pitch; in process()
373 VoiceClass* voice = findVoice (e.noteOff.noteId); in process()
376 voice->noteOff (e.noteOff.velocity, e.sampleOffset); in process()
382 FDebugPrint ("Voice for kNoteOffEvent not found : %d\n", e.noteOff.noteId); in process()
/dports/audio/faust/faust-2.37.3/architecture/soul/
H A Dpoly-dsp-effect.soul14 soul::note_events::NoteOff noteOff;
27 event noteOff (soul::note_events::NoteOff e)
54 soul::note_events::NoteOff noteOff;
64 noteOff -> dsp_wrapper.noteOff;
82 soul::note_events::NoteOff noteOff;
119 event noteOff (soul::note_events::NoteOff e)
189 voiceAllocator.noteOff,
194 voiceAllocator.voiceNoteOff -> voices.noteOff;
H A Dpoly-dsp.soul14 soul::note_events::NoteOff noteOff;
27 event noteOff (soul::note_events::NoteOff e)
54 soul::note_events::NoteOff noteOff;
64 noteOff -> dsp_wrapper.noteOff;
82 soul::note_events::NoteOff noteOff;
119 event noteOff (soul::note_events::NoteOff e)
189 voiceAllocator.noteOff,
194 voiceAllocator.voiceNoteOff -> voices.noteOff;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/hostchecker/source/
H A Deventlistcheck.cpp147 if (!checkEventChannelIndex (event.busIndex, event.noteOff.channel)) in checkEventProperties()
150 if (!isNormalized (event.noteOff.velocity)) in checkEventProperties()
153 if (!checkValidPitch (event.noteOff.pitch)) in checkEventProperties()
156 if (mNotePitches.find (event.noteOff.pitch) == mNotePitches.end ()) in checkEventProperties()
161 mNotePitches.erase (event.noteOff.pitch); in checkEventProperties()
163 if (event.noteOff.noteId >= 0) in checkEventProperties()
165 if (mNoteIDs.find (event.noteOff.noteId) == mNoteIDs.end ()) in checkEventProperties()
171 mNoteIDs.erase (event.noteOff.noteId); in checkEventProperties()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/hostchecker/source/
H A Deventlistcheck.cpp147 if (!checkEventChannelIndex (event.busIndex, event.noteOff.channel)) in checkEventProperties()
150 if (!isNormalized (event.noteOff.velocity)) in checkEventProperties()
153 if (!checkValidPitch (event.noteOff.pitch)) in checkEventProperties()
156 if (mNotePitches.find (event.noteOff.pitch) == mNotePitches.end ()) in checkEventProperties()
161 mNotePitches.erase (event.noteOff.pitch); in checkEventProperties()
163 if (event.noteOff.noteId >= 0) in checkEventProperties()
165 if (mNoteIDs.find (event.noteOff.noteId) == mNoteIDs.end ()) in checkEventProperties()
171 mNoteIDs.erase (event.noteOff.noteId); in checkEventProperties()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/midi/
H A Djuce_MidiMessageSequence.cpp98 if (auto* noteOff = meh->noteOffObject) in getTimeOfMatchingKeyUp() local
99 return noteOff->message.getTimeStamp(); in getTimeOfMatchingKeyUp()
108 if (auto* noteOff = meh->noteOffObject) in getIndexOfMatchingKeyUp() local
111 if (list.getUnchecked(i) == noteOff) in getIndexOfMatchingKeyUp()
260 auto newEvent = new MidiEventHolder (MidiMessage::noteOff (chan, note)); in updateMatchedPairs()
365 s.addEvent (MidiMessage::noteOff (1, 60, 0.5f).withTimeStamp (4.0)); in runTest()
367 s.addEvent (MidiMessage::noteOff (1, 30, 0.5f).withTimeStamp (8.0)); in runTest()
394 s2.addEvent (MidiMessage::noteOff (2, 40, 0.5f).withTimeStamp (5.0)); in runTest()
396 s2.addEvent (MidiMessage::noteOff (2, 80, 0.5f).withTimeStamp (7.0)); in runTest()
397 s2.addEvent (MidiMessage::noteOff (2, 25, 0.5f).withTimeStamp (9.0)); in runTest()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/midi/
H A Djuce_MidiMessageSequence.cpp98 if (auto* noteOff = meh->noteOffObject) in getTimeOfMatchingKeyUp() local
99 return noteOff->message.getTimeStamp(); in getTimeOfMatchingKeyUp()
108 if (auto* noteOff = meh->noteOffObject) in getIndexOfMatchingKeyUp() local
111 if (list.getUnchecked(i) == noteOff) in getIndexOfMatchingKeyUp()
260 auto newEvent = new MidiEventHolder (MidiMessage::noteOff (chan, note)); in updateMatchedPairs()
365 s.addEvent (MidiMessage::noteOff (1, 60, 0.5f).withTimeStamp (4.0)); in runTest()
367 s.addEvent (MidiMessage::noteOff (1, 30, 0.5f).withTimeStamp (8.0)); in runTest()
394 s2.addEvent (MidiMessage::noteOff (2, 40, 0.5f).withTimeStamp (5.0)); in runTest()
396 s2.addEvent (MidiMessage::noteOff (2, 80, 0.5f).withTimeStamp (7.0)); in runTest()
397 s2.addEvent (MidiMessage::noteOff (2, 25, 0.5f).withTimeStamp (9.0)); in runTest()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/midi/
H A Djuce_MidiMessageSequence.cpp98 if (auto* noteOff = meh->noteOffObject) in getTimeOfMatchingKeyUp() local
99 return noteOff->message.getTimeStamp(); in getTimeOfMatchingKeyUp()
108 if (auto* noteOff = meh->noteOffObject) in getIndexOfMatchingKeyUp() local
111 if (list.getUnchecked(i) == noteOff) in getIndexOfMatchingKeyUp()
260 auto newEvent = new MidiEventHolder (MidiMessage::noteOff (chan, note)); in updateMatchedPairs()
365 s.addEvent (MidiMessage::noteOff (1, 60, 0.5f).withTimeStamp (4.0)); in runTest()
367 s.addEvent (MidiMessage::noteOff (1, 30, 0.5f).withTimeStamp (8.0)); in runTest()
394 s2.addEvent (MidiMessage::noteOff (2, 40, 0.5f).withTimeStamp (5.0)); in runTest()
396 s2.addEvent (MidiMessage::noteOff (2, 80, 0.5f).withTimeStamp (7.0)); in runTest()
397 s2.addEvent (MidiMessage::noteOff (2, 25, 0.5f).withTimeStamp (9.0)); in runTest()
/dports/audio/drumstick/drumstick-2.5.0/tests/alsaTest1/
H A Dalsatest1.cpp52 NoteOffEvent noteOff(2, 60, 0); in testEvents() local
53 QCOMPARE(noteOff.getChannel(), 2); in testEvents()
54 QCOMPARE(noteOff.getKey(), 60); in testEvents()
55 QCOMPARE(noteOff.getVelocity(), 0); in testEvents()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/sound/drivers/
H A Dfmtowns.cpp43 void noteOff();
68 void noteOff(uint8 note);
181 void TownsChannel::noteOff() { in noteOff() function in Sci::TownsChannel
215 _drv->_out[i]->noteOff(); in noteOff()
225 noteOff(note); in noteOn()
236 _drv->_out[i]->noteOff(); in noteOn()
268 _drv->_out[i]->noteOff(); in controlChangeSustain()
295 _drv->_out[i]->noteOff(); in controlChangeAllNotesOff()
322 _drv->_out[i]->noteOff(); in addChannels()
358 _drv->_out[i]->noteOff(); in dropChannels()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sci/sound/drivers/
H A Dfmtowns.cpp43 void noteOff();
68 void noteOff(uint8 note);
181 void TownsChannel::noteOff() { in noteOff() function in Sci::TownsChannel
215 _drv->_out[i]->noteOff(); in noteOff()
225 noteOff(note); in noteOn()
236 _drv->_out[i]->noteOff(); in noteOn()
268 _drv->_out[i]->noteOff(); in controlChangeSustain()
295 _drv->_out[i]->noteOff(); in controlChangeAllNotesOff()
322 _drv->_out[i]->noteOff(); in addChannels()
358 _drv->_out[i]->noteOff(); in dropChannels()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DMIDIIn.schelp23 noteOff, noteOn, polytouch, control, program, touch, bend, sysex, sysrt, smpte
105 method::noteOff
112 ## velocity || 0 - 127 (typically 64 unless noteOff velocity is supported)
226 ~noteOff = { arg src, chan, num, vel; [chan,num,vel / 127].postln; };
237 MIDIIn.addFuncTo(\noteOff, ~noteOff);
251 MIDIIn.removeFuncFrom(\noteOff, ~noteOff);
304 ~noteOff = { arg src,chan,num,vel;
307 MIDIIn.addFuncTo(\noteOff, ~noteOff);
318 MIDIIn.removeFuncFrom(\noteOff, ~noteOff);
470 ~noteOff = {arg src, chan, num, vel;
[all …]
/dports/audio/gervill/gervill/src/com/sun/media/sound/
H A DSoftChannelProxy.java125 public void noteOff(int noteNumber) { in noteOff() method in SoftChannelProxy
128 channel.noteOff(noteNumber); in noteOff()
131 public void noteOff(int noteNumber, int velocity) { in noteOff() method in SoftChannelProxy
134 channel.noteOff(noteNumber, velocity); in noteOff()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannelProxy.java125 public void noteOff(int noteNumber) { in noteOff() method in SoftChannelProxy
128 channel.noteOff(noteNumber); in noteOff()
131 public void noteOff(int noteNumber, int velocity) { in noteOff() method in SoftChannelProxy
134 channel.noteOff(noteNumber, velocity); in noteOff()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannelProxy.java125 public void noteOff(int noteNumber) { in noteOff() method in SoftChannelProxy
128 channel.noteOff(noteNumber); in noteOff()
131 public void noteOff(int noteNumber, int velocity) { in noteOff() method in SoftChannelProxy
134 channel.noteOff(noteNumber, velocity); in noteOff()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/common/
H A Dvoiceprocessor.h247 if (e.noteOff.noteId == -1) in processEvent()
248 e.noteOff.noteId = e.noteOff.pitch; in processEvent()
249 VoiceClass* voice = findVoice (e.noteOff.noteId); in processEvent()
252 voice->noteOff (e.noteOff.velocity, e.sampleOffset); in processEvent()
258 FDebugPrint ("Voice for kNoteOffEvent not found : %d\n", e.noteOff.noteId); in processEvent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannelProxy.java140 public void noteOff(int noteNumber) { in noteOff() method in SoftChannelProxy
143 channel.noteOff(noteNumber); in noteOff()
147 public void noteOff(int noteNumber, int velocity) { in noteOff() method in SoftChannelProxy
150 channel.noteOff(noteNumber, velocity); in noteOff()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannelProxy.java140 public void noteOff(int noteNumber) { in noteOff() method in SoftChannelProxy
143 channel.noteOff(noteNumber); in noteOff()
147 public void noteOff(int noteNumber, int velocity) { in noteOff() method in SoftChannelProxy
150 channel.noteOff(noteNumber, velocity); in noteOff()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannelProxy.java140 public void noteOff(int noteNumber) { in noteOff() method in SoftChannelProxy
143 channel.noteOff(noteNumber); in noteOff()
147 public void noteOff(int noteNumber, int velocity) { in noteOff() method in SoftChannelProxy
150 channel.noteOff(noteNumber, velocity); in noteOff()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannelProxy.java140 public void noteOff(int noteNumber) { in noteOff() method in SoftChannelProxy
143 channel.noteOff(noteNumber); in noteOff()
147 public void noteOff(int noteNumber, int velocity) { in noteOff() method in SoftChannelProxy
150 channel.noteOff(noteNumber, velocity); in noteOff()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftChannelProxy.java140 public void noteOff(int noteNumber) { in noteOff() method in SoftChannelProxy
143 channel.noteOff(noteNumber); in noteOff()
147 public void noteOff(int noteNumber, int velocity) { in noteOff() method in SoftChannelProxy
150 channel.noteOff(noteNumber, velocity); in noteOff()

12345678910>>...30