Home
last modified time | relevance | path

Searched refs:noteEvent (Results 1 – 21 of 21) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DBcastRcver.h30 inline void noteEvent(BcastChannel *ch, const Agent *c);
31 inline void noteEvent(BcastChannel *ch, const Client *c);
32 inline void noteEvent(BcastChannel *ch, const Connection *c);
33 inline void noteEvent(BcastChannel *ch, const Xaction *x);
35 inline void noteEvent(BcastChannel *ch, const IcpXaction *x);
36 inline void noteEvent(BcastChannel *ch, const PageInfo *p);
37 inline void noteEvent(BcastChannel *ch, const char *msg);
38 inline void noteEvent(BcastChannel *ch, const Error &err);
39 inline void noteEvent(BcastChannel *ch, InfoEvent ev);
40 inline void noteEvent(BcastChannel *ch, OLog *log);
[all …]
H A DBcastSender.h21 ch->rcver(i)->noteEvent(ch, ev); in Broadcast()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DRG21Loader.cpp167 Event *noteEvent = new Event(Note::EventType, in parseChordItem() local
169 noteEvent->set in parseChordItem()
173 noteEvent->set in parseChordItem()
176 noteEvent->set in parseChordItem()
181 noteEvent->set in parseChordItem()
184 noteEvent->set in parseChordItem()
192 setGroupProperties(noteEvent); in parseChordItem()
194 m_currentSegment->insert(noteEvent); in parseChordItem()
H A DHydrogenXMLHandler.cpp225 Event *noteEvent = new Event(Note::EventType, in endElement_093() local
229 noteEvent->set in endElement_093()
232 noteEvent->set in endElement_093()
236 m_segment->insert(noteEvent); in endElement_093()
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Devent_parsing.go31 type noteEvent struct { struct
82 note := &noteEvent{}
/dports/audio/polyphone/polyphone-75a5e88/sources/context/
H A Dmididevice.cpp251 NoteEvent *noteEvent = dynamic_cast<NoteEvent *>(event); in customEvent() local
252 if (noteEvent->getVelocity() > 0) in customEvent()
253 this->processKeyOn(noteEvent->getNote(), noteEvent->getVelocity(), true); in customEvent()
255 this->processKeyOff(noteEvent->getNote(), true); in customEvent()
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Devent_parsing.go32 type noteEvent struct { struct
85 note := &noteEvent{}
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Devent_parsing.go32 type noteEvent struct { struct
85 note := &noteEvent{}
/dports/audio/drumstick/drumstick-2.5.0/tests/fileTest2/
H A Dfiletest2.cpp49 void noteEvent(int track, long time, int chan, int pitch, int vol, int dur);
94 connect(m_engine, &QWrk::signalWRKNote, this, &FileTest2::noteEvent); in FileTest2()
164 void FileTest2::noteEvent(int track, long time, int chan, int pitch, int vol, int dur) in noteEvent() function in FileTest2
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Devent_parsing.go53 type noteEvent struct { struct
223 note := &noteEvent{}
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Devent_parsing.go61 type noteEvent struct { struct
225 note := &noteEvent{}
/dports/audio/drumstick/drumstick-2.5.0/utils/dumpwrk/
H A Ddumpwrk.h51 void noteEvent(int track, long time, int chan, int pitch, int vol, int dur);
H A Ddumpwrk.cpp64 connect(m_engine, &QWrk::signalWRKNote, this, &QSpyWrk::noteEvent); in QSpyWrk()
241 void QSpyWrk::noteEvent(int track, long time, int chan, int pitch, int vol, int dur) in noteEvent() function in QSpyWrk
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Drol.cpp306 SNoteEvent const &noteEvent = voiceData.note_events[voiceData.current_note]; in UpdateVoice() local
308 SetNote( voice, noteEvent.number ); in UpdateVoice()
310 voiceData.mNoteDuration = noteEvent.duration; in UpdateVoice()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstenoteb.cpp422 wxNotebookEvent noteEvent(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED, GetId(), in SortTabs() local
424 noteEvent.SetString(wxT("wxSTEditorNotebook Page Change")); in SortTabs()
425 noteEvent.SetExtraLong(new_sel); // FIXME no Clone in wxNotebookEvent in SortTabs()
428 GetEventHandler()->AddPendingEvent(noteEvent); in SortTabs()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Drol.cpp403 SNoteEvent const & noteEvent = nEvents[voiceData.current_note]; in UpdateVoice() local
405 SetNote(voice, noteEvent.number); in UpdateVoice()
407 voiceData.mNoteDuration = noteEvent.duration; in UpdateVoice()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-Quartz/zzz/
H A DSqueak.m205 // noteEvent to escape from it)
H A DsqUnixQuartz.m1865 // noteEvent to escape from it)
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnote.h483 NoteEvent* noteEvent(int idx) { return &_playEvents[idx]; } in noteEvent() function
/dports/audio/musescore/MuseScore-3.6.1/mscore/pianoroll/
H A Dpianoview.cpp2079 NoteEvent* evt = note->noteEvent(evtList.length() - 1); in pasteNotes()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-Quartz/
H A DsqUnixQuartz.m1824 // noteEvent to escape from it)