Home
last modified time | relevance | path

Searched defs:NoteEvent (Results 1 – 19 of 19) sorted by relevance

/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dcmfmcsop.h73 struct NoteEvent { struct
82 typedef std::vector<NoteEvent> Pattern; argument
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnoteevent.h33 NoteEvent() : _pitch(0), _ontime(0), _len(NOTE_LENGTH) {} in NoteEvent() function
34 NoteEvent(int a, int b, int c) : _pitch(a), _ontime(b), _len(c) {} in NoteEvent() function
H A Dnote.h33 class NoteEvent; variable
H A Dundo.h78 class NoteEvent; variable
/dports/audio/musescore/MuseScore-3.6.1/mscore/pianoroll/
H A Dpianolevelsfilter.cpp203 int PianoLevelFilterVeloOffset::value(Staff* staff, Note* note, NoteEvent* /*evt*/) in value() argument
221 void PianoLevelFilterVeloOffset::setValue(Staff* staff, Note* note, NoteEvent* /*evt*/, int value) in setValue() argument
269 int PianoLevelFilterVeloUser::value(Staff* staff, Note* note, NoteEvent* /*evt*/) in value() argument
287 void PianoLevelFilterVeloUser::setValue(Staff* staff, Note* note, NoteEvent* /*evt*/, int value) in setValue() argument
H A Dpianolevelsfilter.h26 class NoteEvent; variable
H A Dpianolevels.h33 class NoteEvent; variable
H A Dpianoview.h27 class NoteEvent; variable
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/midifile/
H A Devent.py29 NoteEvent = collections.namedtuple('NoteEvent', 'type channel note value') variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/dlr/Runtime/Microsoft.Dynamic/
H A DPerfTrack.cs167 public static void NoteEvent(Categories category, object key) { in NoteEvent() method in Microsoft.Scripting.PerfTrack
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dchordview.h23 class NoteEvent; variable
/dports/audio/drumstick/drumstick-2.5.0/library/include/drumstick/
H A Dalsaevent.h225 NoteEvent() : KeyEvent() { m_event.type = SND_SEQ_EVENT_NOTE; } in NoteEvent() function
230 explicit NoteEvent(const snd_seq_event_t* event) : KeyEvent(event) {} in NoteEvent() function
/dports/misc/pubs/pubs-0.8.3/pubs/
H A Devents.py95 class NoteEvent(PaperChangeEvent): class
/dports/print/lilypond/lilypond-2.22.1/scm/
H A Ddefine-music-display-methods.scm507 (define-display-method NoteEvent (note) unknown
/dports/print/lilypond-devel/lilypond-2.23.5/scm/
H A Ddefine-music-display-methods.scm517 (define-display-method NoteEvent (note) unknown
/dports/audio/drumstick/drumstick-2.5.0/library/alsa/
H A Dalsaevent.cpp419 NoteEvent::NoteEvent(int ch, int key, int vel, int dur) : KeyEvent() in NoteEvent() function in drumstick::ALSA::NoteEvent
/dports/deskutils/recoll/recoll-1.31.2/filters/
H A Drclmidi.py261 class NoteEvent(Event): class
/dports/print/lilypond-devel/lilypond-2.23.5/python/
H A Dmusicexp.py1922 class NoteEvent(RhythmicEvent): class
/dports/print/lilypond/lilypond-2.22.1/python/
H A Dmusicexp.py1917 class NoteEvent(RhythmicEvent): class