Home
last modified time | relevance | path

Searched defs:NoteOffEvent (Results 1 – 15 of 15) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DNoteOffEvent.h27 struct NoteOffEvent struct
29 NoteOffEvent() : in NoteOffEvent() function
36 NoteOffEvent(const RealTime &realTime, in NoteOffEvent() function
54 bool operator()(const NoteOffEvent *lhs, const NoteOffEvent *rhs) const in operator() argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/vst/
H A Divstevents.h43 struct NoteOffEvent struct
45 int16 channel; ///< channel index in event bus
46 int16 pitch; ///< range [0, 127] = [C-2, G8] with A3=440Hz
47 float velocity; ///< range [0.0, 1.0]
48 int32 noteId; ///< associated noteOn identifier (if not available then -1)
49 float tuning; ///< 1.f = +1 cent, -1.f = -1 cent
/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/pluginterfaces/vst/
H A Divstevents.h43 struct NoteOffEvent struct
45 int16 channel; ///< channel index in event bus
46 int16 pitch; ///< range [0, 127] = [C-2, G8] with A3=440Hz
47 float velocity; ///< range [0.0, 1.0]
48 int32 noteId; ///< associated noteOn identifier (if not available then -1)
49 float tuning; ///< 1.f = +1 cent, -1.f = -1 cent
/dports/audio/ardour6/Ardour-6.8.0/libs/vst3/pluginterfaces/vst/
H A Divstevents.h43 struct NoteOffEvent struct
45 int16 channel; ///< channel index in event bus
46 int16 pitch; ///< range [0, 127] = [C-2, G8] with A3=440Hz
47 float velocity; ///< range [0.0, 1.0]
48 int32 noteId; ///< associated noteOn identifier (if not available then -1)
49 float tuning; ///< 1.f = +1 cent, -1.f = -1 cent
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/pluginterfaces/vst/
H A Divstevents.h43 struct NoteOffEvent struct
45 int16 channel; ///< channel index in event bus
46 int16 pitch; ///< range [0, 127] = [C-2, G8] with A3=440Hz
47 float velocity; ///< range [0.0, 1.0]
48 int32 noteId; ///< associated noteOn identifier (if not available then -1)
49 float tuning; ///< 1.f = +1 cent, -1.f = -1 cent
/dports/games/abuse_sdl/abuse-0.8/src/sdlport/
H A Dhmi.cpp37 struct NoteOffEvent struct
44 NoteOffEvent note_off_events[MAX_NOTE_OFF_EVENTS]; argument
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/pluginterfaces/vst/
H A Divstevents.h57 struct NoteOffEvent struct
59 int16 channel; ///< channel index in event bus
60 int16 pitch; ///< range [0, 127] = [C-2, G8] with A3=440Hz (12-TET)
61 float velocity; ///< range [0.0, 1.0]
62 int32 noteId; ///< associated noteOn identifier (if not available then -1)
63 float tuning; ///< 1.f = +1 cent, -1.f = -1 cent
/dports/audio/drumstick/drumstick-2.5.0/library/include/drumstick/
H A Dalsaevent.h285 NoteOffEvent() : KeyEvent() { m_event.type = SND_SEQ_EVENT_NOTEOFF; } in NoteOffEvent() function
290 explicit NoteOffEvent(const snd_seq_event_t* event) : KeyEvent(event) {} in NoteOffEvent() function
/dports/audio/dmidiplayer/dmidiplayer-1.5.1/
H A Devents.cpp77 NoteOffEvent::NoteOffEvent(int ch, int key, int vel) : KeyEvent(ch, key, vel) in NoteOffEvent() function in NoteOffEvent
H A Devents.h147 NoteOffEvent() : KeyEvent() {} in NoteOffEvent() function
/dports/audio/drumstick/drumstick-2.5.0/library/alsa/
H A Dalsaevent.cpp459 NoteOffEvent::NoteOffEvent(int ch, int key, int vel) : KeyEvent() in NoteOffEvent() function in drumstick::ALSA::NoteOffEvent
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlibx/tools/midi/
H A Dmidifile.py184 class NoteOffEvent(ChannelEvent): class
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/tools/midi/
H A Dmidifile.py184 class NoteOffEvent(ChannelEvent): class
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/tools/midi/
H A Dmidifile.py184 class NoteOffEvent(ChannelEvent): class
/dports/deskutils/recoll/recoll-1.31.2/filters/
H A Drclmidi.py285 class NoteOffEvent(NoteEvent): class