Home
last modified time | relevance | path

Searched refs:noteID (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Daward_emojis.go272 return s.listAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
290 return s.listAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
299 ressourceID, noteID)
320 return s.getSingleNoteAwardEmoji(pid, awardIssue, issueID, noteID, awardID, options...)
350 noteID,
373 return s.createAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
390 return s.createAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
406 noteID,
428 return s.deleteAwardEmojiOnNote(pid, awardIssue, issueID, noteID, awardID, options...)
437 return s.deleteAwardEmojiOnNote(pid, awardMergeRequest, mergeRequestIID, noteID, awardID,
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Daward_emojis.go272 return s.listAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
290 return s.listAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
299 ressourceID, noteID)
320 return s.getSingleNoteAwardEmoji(pid, awardIssue, issueID, noteID, awardID, options...)
350 noteID,
373 return s.createAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
390 return s.createAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
406 noteID,
428 return s.deleteAwardEmojiOnNote(pid, awardIssue, issueID, noteID, awardID, options...)
437 return s.deleteAwardEmojiOnNote(pid, awardMergeRequest, mergeRequestIID, noteID, awardID,
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Daward_emojis.go272 return s.listAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
290 return s.listAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
299 ressourceID, noteID)
320 return s.getSingleNoteAwardEmoji(pid, awardIssue, issueID, noteID, awardID, options...)
350 noteID,
373 return s.createAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
390 return s.createAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
406 noteID,
428 return s.deleteAwardEmojiOnNote(pid, awardIssue, issueID, noteID, awardID, options...)
437 return s.deleteAwardEmojiOnNote(pid, awardMergeRequest, mergeRequestIID, noteID, awardID,
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Daward_emojis.go271 return s.listAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
289 return s.listAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
298 ressourceID, noteID)
319 return s.getSingleNoteAwardEmoji(pid, awardIssue, issueID, noteID, awardID, options...)
349 noteID,
372 return s.createAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
389 return s.createAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
405 noteID,
427 return s.deleteAwardEmojiOnNote(pid, awardIssue, issueID, noteID, awardID, options...)
436 return s.deleteAwardEmojiOnNote(pid, awardMergeRequest, mergeRequestIID, noteID, awardID,
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Daward_emojis.go271 return s.listAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
289 return s.listAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
298 ressourceID, noteID)
319 return s.getSingleNoteAwardEmoji(pid, awardIssue, issueID, noteID, awardID, options...)
349 noteID,
372 return s.createAwardEmojiOnNote(pid, awardIssue, issueID, noteID, opt, options...)
389 return s.createAwardEmojiOnNote(pid, awardSnippets, snippetIID, noteID, opt, options...)
405 noteID,
427 return s.deleteAwardEmojiOnNote(pid, awardIssue, issueID, noteID, awardID, options...)
436 return s.deleteAwardEmojiOnNote(pid, awardMergeRequest, mergeRequestIID, noteID, awardID,
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/note_expression_synth/source/
H A Dnote_touch_controller.cpp48 : host (host), pad (nullptr), pitch (pitch), noteID (-1), xNEType (-1), yNEType (-1) in NoteTouchController()
61 noteID = e.noteOn.noteId; in startNote()
69 if (noteID != -1) in stopNote()
73 e.noteOff.noteId = noteID; in stopNote()
77 noteID = -1; in stopNote()
85 if (type != -1 && noteID != -1) in sendNoteExpression()
89 e.noteExpressionValue.noteId = noteID; in sendNoteExpression()
130 if (noteID == -1) in valueChanged()
H A Dnote_expression_synth_ui.cpp149 void onNoteOff (NoteIndex note, int32_t noteID) override in onNoteOff() argument
153 e.noteOff.noteId = noteID; in onNoteOff()
162 e.noteExpressionValue.noteId = noteID; in onNoteModulation()
250 int32_t noteID = note; in onNoteOn() local
253 noteID = player->onNoteOn (note, xPos, yPos); in onNoteOn()
254 noteOnIds[noteID] = note; in onNoteOn()
258 return noteID; in onNoteOn()
264 player->onNoteOff (note, noteID); in onNoteOff()
265 noteOnIds.erase (noteID); in onNoteOff()
273 player->onNoteModulation (noteID, xPos, yPos); in onNoteModulation()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/note_expression_synth/source/
H A Dnote_touch_controller.cpp48 : host (host), pad (nullptr), pitch (pitch), noteID (-1), xNEType (-1), yNEType (-1) in NoteTouchController()
61 noteID = e.noteOn.noteId; in startNote()
69 if (noteID != -1) in stopNote()
73 e.noteOff.noteId = noteID; in stopNote()
77 noteID = -1; in stopNote()
85 if (type != -1 && noteID != -1) in sendNoteExpression()
89 e.noteExpressionValue.noteId = noteID; in sendNoteExpression()
130 if (noteID == -1) in valueChanged()
H A Dnote_expression_synth_ui.cpp148 void onNoteOff (NoteIndex note, int32_t noteID) override in onNoteOff() argument
152 e.noteOff.noteId = noteID; in onNoteOff()
157 void onNoteModulation (int32_t noteID, double xPos, double yPos) override in onNoteModulation() argument
161 e.noteExpressionValue.noteId = noteID; in onNoteModulation()
242 int32_t noteID = note; in onNoteOn() local
244 noteID = player->onNoteOn (note, xPos, yPos); in onNoteOn()
247 return noteID; in onNoteOn()
249 void onNoteOff (NoteIndex note, int32_t noteID) override in onNoteOff() argument
252 player->onNoteOff (note, noteID); in onNoteOff()
256 void onNoteModulation (int32_t noteID, double xPos, double yPos) override in onNoteModulation() argument
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/utility/
H A Dmpeprocessor.cpp50 NoteID noteID; member
152 impl->delegate->onMPENoteOff (note.noteID, note.pitch, 0.f); in reset()
153 impl->delegate->releaseNoteID (note.noteID); in reset()
178 if (impl->delegate->generateNewNoteID (note.noteID)) in onNoteOn()
183 impl->delegate->onMPENoteOn (note.noteID, note.pitch, velocity); in onNoteOn()
217 impl->delegate->onMPENoteOff (it->noteID, it->pitch, velocity); in onNoteOff()
218 impl->delegate->releaseNoteID (it->noteID); in onNoteOff()
252 impl->delegate->onMPEControllerChange (note.noteID, controller, value); in onAftertouch()
277 impl->delegate->onMPEControllerChange (note.noteID, controller, value); in onController()
318 impl->delegate->onMPEControllerChange (note.noteID, controller, value); in onChannelPressure()
[all …]
H A Dmpeprocessor.h67 virtual void releaseNoteID (NoteID noteID) = 0;
69 virtual void onMPENoteOn (NoteID noteID, Pitch pitch, Velocity velocity) = 0;
70 virtual void onMPENoteOff (NoteID noteID, Pitch pitch, Velocity velocity) = 0;
71 virtual void onMPEControllerChange (NoteID noteID, Controller cc, NormalizedValue value) = 0;
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/utility/
H A Dmpeprocessor.cpp49 NoteID noteID; member
151 impl->delegate->onMPENoteOff (note.noteID, note.pitch, 0.f); in reset()
152 impl->delegate->releaseNoteID (note.noteID); in reset()
177 if (impl->delegate->generateNewNoteID (note.noteID)) in onNoteOn()
182 impl->delegate->onMPENoteOn (note.noteID, note.pitch, velocity); in onNoteOn()
216 impl->delegate->onMPENoteOff (it->noteID, it->pitch, velocity); in onNoteOff()
217 impl->delegate->releaseNoteID (it->noteID); in onNoteOff()
251 impl->delegate->onMPEControllerChange (note.noteID, controller, value); in onAftertouch()
276 impl->delegate->onMPEControllerChange (note.noteID, controller, value); in onController()
317 impl->delegate->onMPEControllerChange (note.noteID, controller, value); in onChannelPressure()
[all …]
H A Dmpeprocessor.h67 virtual void releaseNoteID (NoteID noteID) = 0;
69 virtual void onMPENoteOn (NoteID noteID, Pitch pitch, Velocity velocity) = 0;
70 virtual void onMPENoteOff (NoteID noteID, Pitch pitch, Velocity velocity) = 0;
71 virtual void onMPEControllerChange (NoteID noteID, Controller cc, NormalizedValue value) = 0;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/mpe/
H A Djuce_MPENote.cpp45 : noteID (generateNoteID (midiChannel_, initialNote_)), in MPENote()
78 return noteID == other.noteID; in operator ==()
84 return noteID != other.noteID; in operator !=()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/mpe/
H A Djuce_MPENote.cpp45 : noteID (generateNoteID (midiChannel_, initialNote_)), in MPENote()
78 return noteID == other.noteID; in operator ==()
84 return noteID != other.noteID; in operator !=()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/mpe/
H A Djuce_MPENote.cpp45 : noteID (generateNoteID (midiChannel_, initialNote_)), in MPENote()
78 return noteID == other.noteID; in operator ==()
84 return noteID != other.noteID; in operator !=()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DInstrumentScriptVMFunctions.cpp400 e.Param.Note.ID = id.noteID(); in exec()
418 e.Param.Note.ID = id.noteID(); in exec()
668 e.Param.NoteSynthParam.NoteID = id.noteID(); in exec()
780 e.Param.NoteSynthParam.NoteID = id.noteID(); in exec()
889 e.Param.NoteSynthParam.NoteID = id.noteID(); in exec()
1033 e.Param.NoteSynthParam.NoteID = id.noteID(); in exec()
1128 e.Param.NoteSynthParam.NoteID = id.noteID(); in exec()
1264 e.Param.NoteSynthParam.NoteID = id.noteID(); in exec()
1400 e.Param.NoteSynthParam.NoteID = id.noteID(); in exec()
2287 e.Param.Note.ID = id.noteID(); in exec()
[all …]
/dports/databases/py-sqlobject/SQLObject-1.6.0/sqlobject/inheritance/tests/
H A Dtest_foreignKey.py43 persons = PersonWithNotes.select(PersonWithNotes.q.noteID <> None)
46 persons = PersonWithNotes.selectBy(noteID=person.note.id)
49 employee = EmployeeWithNotes.select(PersonWithNotes.q.noteID <> None)
52 persons = PersonWithNotes.selectBy(noteID=person.note.id)
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/contrib/
H A Dkeyboardview.h212 virtual void onNoteOff (NoteIndex note, int32_t noteID) = 0;
214 virtual void onNoteModulation (int32_t noteID, double xPos, double yPos) = 0;
223 void onNoteOff (NoteIndex note, int32_t noteID) override {} in onNoteOff()
224 void onNoteModulation (int32_t noteID, double xPos, double yPos) override {} in onNoteModulation()
247 int32_t noteID; member
248 NoteTouch (NoteIndex note) : note (note), noteID (-1) {} in NoteTouch()
262 int32_t noteID {-1};
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/contrib/
H A Dkeyboardview.h212 virtual void onNoteOff (NoteIndex note, int32_t noteID) = 0;
214 virtual void onNoteModulation (int32_t noteID, double xPos, double yPos) = 0;
223 void onNoteOff (NoteIndex note, int32_t noteID) override {} in onNoteOff()
224 void onNoteModulation (int32_t noteID, double xPos, double yPos) override {} in onNoteModulation()
247 int32_t noteID; member
248 NoteTouch (NoteIndex note) : note (note), noteID (-1) {} in NoteTouch()
262 int32_t noteID {-1};
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/russross/blackfriday/v2/
H A Dmarkdown.go205 noteID: 0,
529 noteID int // 0 if not a footnote ref member
538 r.link, r.title, r.text, r.noteID, r.hasBlock)
556 noteID := 0
567 noteID = 1
581 if noteID == 0 && idOffset == idEnd {
614 if p.extensions&Footnotes != 0 && noteID != 0 {
627 noteID: noteID,
631 if noteID > 0 {
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/cpuguy83/go-md2man/v2/vendor/github.com/russross/blackfriday/v2/
H A Dmarkdown.go205 noteID: 0,
529 noteID int // 0 if not a footnote ref member
538 r.link, r.title, r.text, r.noteID, r.hasBlock)
556 noteID := 0
567 noteID = 1
581 if noteID == 0 && idOffset == idEnd {
614 if p.extensions&Footnotes != 0 && noteID != 0 {
627 noteID: noteID,
631 if noteID > 0 {
/dports/devel/gh/cli-2.4.0/vendor/github.com/cpuguy83/go-md2man/v2/vendor/github.com/russross/blackfriday/v2/
H A Dmarkdown.go205 noteID: 0,
529 noteID int // 0 if not a footnote ref member
538 r.link, r.title, r.text, r.noteID, r.hasBlock)
556 noteID := 0
567 noteID = 1
581 if noteID == 0 && idOffset == idEnd {
614 if p.extensions&Footnotes != 0 && noteID != 0 {
627 noteID: noteID,
631 if noteID > 0 {
/dports/devel/gh/cli-2.4.0/vendor/github.com/russross/blackfriday/v2/
H A Dmarkdown.go205 noteID: 0,
529 noteID int // 0 if not a footnote ref member
538 r.link, r.title, r.text, r.noteID, r.hasBlock)
556 noteID := 0
567 noteID = 1
581 if noteID == 0 && idOffset == idEnd {
614 if p.extensions&Footnotes != 0 && noteID != 0 {
627 noteID: noteID,
631 if noteID > 0 {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/cpuguy83/go-md2man/v2/vendor/github.com/russross/blackfriday/v2/
H A Dmarkdown.go205 noteID: 0,
529 noteID int // 0 if not a footnote ref member
538 r.link, r.title, r.text, r.noteID, r.hasBlock)
556 noteID := 0
567 noteID = 1
581 if noteID == 0 && idOffset == idEnd {
614 if p.extensions&Footnotes != 0 && noteID != 0 {
627 noteID: noteID,
631 if noteID > 0 {

12345678910