Home
last modified time | relevance | path

Searched refs:note_on (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/
H A DXMidiNoteStack.h43 notes = note->ex.note_on.next_note; in PopTime()
44 note->ex.note_on.next_note = nullptr; in PopTime()
56 notes = note->ex.note_on.next_note; in Pop()
57 note->ex.note_on.next_note = nullptr; in Pop()
72 if (prev) prev->ex.note_on.next_note = note->ex.note_on.next_note; in Remove()
79 note = note->ex.note_on.next_note; in Remove()
92 if (prev) prev->ex.note_on.next_note = note->ex.note_on.next_note; in FindAndPop()
99 note = note->ex.note_on.next_note; in FindAndPop()
106 event->ex.note_on.next_note = notes; in Push()
113 event->ex.note_on.note_time = time; in Push()
[all …]
H A DXMidiSequence.cpp277 sint32 diff = note->ex.note_on.note_time - getRealTime(); in timeTillNext()
393 event->ex.note_on.actualvel = event->data[1]; in sendEvent()
395 notes_on.Push (event, ((event->ex.note_on.duration-1)*5000/speed) + getStart()); in sendEvent()
470 note = note->ex.note_on.next_note; in loseChannel()
484 …handler->sequenceSendEvent(sequence_id, note->status | (note->data[0] << 8) | (note->ex.note_on.ac… in gainChannel()
485 note = note->ex.note_on.next_note; in gainChannel()
515 note = note->ex.note_on.next_note; in countNotesOn()
/dports/audio/mixxx/mixxx-2.3.0/src/controllers/
H A Dlearningutils.cpp143 MidiKey note_on; in guessMidiInputMappings() local
144 note_on.status = MIDI_NOTE_ON | *stats.channels.begin(); in guessMidiInputMappings()
145 note_on.control = *stats.controls.begin(); in guessMidiInputMappings()
150 note_off.control = note_on.control; in guessMidiInputMappings()
159 MidiKey note_on; in guessMidiInputMappings() local
161 note_on.control = *stats.controls.begin(); in guessMidiInputMappings()
175 MidiKey note_on; in guessMidiInputMappings() local
179 note_on.status = code | *stats.channels.begin(); in guessMidiInputMappings()
180 note_on.control = *stats.controls.begin(); in guessMidiInputMappings()
241 MidiKey note_on; in guessMidiInputMappings() local
[all …]
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/example-clients/
H A Dmidisine.c34 jack_default_audio_sample_t note_on; variable
84 note_on = 0.0; in process()
86 note_on = (float)(*(in_event.buffer + 2)) / 127.f; in process()
93 note_on = 0.0; in process()
101 out[i] = note_on*sin(2*M_PI*ramp); in process()
/dports/multimedia/py-mido/mido-1.2.10/docs/
H A Dmessages.rst9 >>> mido.Message('note_on')
10 Message('note_on', channel=0, note=0, velocity=64, time=0)
14 >>> mido.Message('note_on', note=100, velocity=3, time=6.2)
15 Message('note_on', channel=0, note=100, velocity=3, time=6.2)
23 >>> msg = mido.Message('note_on')
30 'note_on'
36 Message('note_on', channel=0, note=99, velocity=64, time=100.0)
70 >>> msg = mido.Message('note_on')
72 Message('note_on', channel=0, note=0, velocity=64, time=0)
H A Dparsing.rst15 Message('note_on', channel=2, note=16, velocity=32, time=0)
18 [Message('note_on', channel=2, note=16, velocity=32, time=0),
30 Message('note_on', channel=0, note=16, velocity=32, time=0)
36 Message('note_on', channel=0, note=16, velocity=32, time=0)
51 note_on channel=2 note=16 velocity=32 time=0
H A Dindex.rst16 >>> msg = mido.Message('note_on', note=60)
18 'note_on'
24 Message('note_on', channel=2, note=60, velocity=64, time=0)
H A Dintro.rst14 >>> msg = Message('note_on', note=60)
16 Message('note_on', channel=0, note=60, velocity=64, time=0)
30 'note_on'
40 Message('note_on', channel=0, note=100, velocity=127, time=0)
55 >>> mido.Message('note_on', channel=2092389483249829834)
167 note_on channel=0 note=64 velocity=96 time=0
/dports/emulators/mess/mame-mame0226/3rdparty/portmidi/pm_test/
H A Dlatency.c104 int note_on = 0; /* is the note currently on? */ variable
120 if (note_on) { in pt_callback()
123 note_on = 0; in pt_callback()
127 note_on = 1; in pt_callback()
242 if (note_on) { in main()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/portmidi/pm_test/
H A Dlatency.c104 int note_on = 0; /* is the note currently on? */ variable
120 if (note_on) { in pt_callback()
123 note_on = 0; in pt_callback()
127 note_on = 1; in pt_callback()
242 if (note_on) { in main()
/dports/emulators/mame/mame-mame0226/3rdparty/portmidi/pm_test/
H A Dlatency.c104 int note_on = 0; /* is the note currently on? */ variable
120 if (note_on) { in pt_callback()
123 note_on = 0; in pt_callback()
127 note_on = 1; in pt_callback()
242 if (note_on) { in main()
/dports/games/odamex/odamex-src-0.7.0/libraries/portmidi/pm_test/
H A Dlatency.c104 int note_on = 0; /* is the note currently on? */ variable
120 if (note_on) { in pt_callback()
123 note_on = 0; in pt_callback()
127 note_on = 1; in pt_callback()
242 if (note_on) { in main()
/dports/audio/p5-MIDI/MIDI-Perl-0.83/lib/MIDI/
H A DScore.pm265 my @note_on = @$note_r;
267 $note_on[0] = 'note_on';
268 my $duration = splice(@note_on, 2, 1);
270 my @note_off = @note_on; # /now/ copy it
274 push(@events, \@note_on, \@note_off);
/dports/audio/portmidi/portmidi-236/test/
H A Dlatency.c104 int note_on = 0; /* is the note currently on? */ variable
120 if (note_on) { in pt_callback()
123 note_on = 0; in pt_callback()
127 note_on = 1; in pt_callback()
242 if (note_on) { in main()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/portsmf/apps/
H A Dseq2midi.cpp125 bool note_on; in seq2midi() local
126 Alg_event_ptr e = iterator.next(&note_on); in seq2midi()
129 double next_time = (note_on ? e->time : e->get_end_time()); in seq2midi()
131 if (e->is_note() && note_on) { // process notes here in seq2midi()
143 e = iterator.next(&note_on); in seq2midi()
/dports/audio/gbsplay/gbsplay-0.0.94/
H A Dplugout_midi.c207 static int note_on(long cycles, int channel, int new_note, int velocity) in note_on() function
286 if (note_on(cycles, chan, new_note, volume[chan])) in midi_io()
312 if (note_on(cycles, chan, new_note, volume[chan])) in midi_io()
335 if (note_on(cycles, chan, new_note, volume[chan])) in midi_io()
349 if (note_on(cycles, chan, new_note, volume[chan])) in midi_io()
373 if (note_on(cycles, 2, new_note, volume[2])) in midi_io()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/plugins/eg-sampler.lv2/
H A Dsampler_ui.c100 } note_on; in on_play_clicked() local
102 note_on.atom.type = ui->uris.midi_Event; in on_play_clicked()
103 note_on.atom.size = 3; in on_play_clicked()
104 note_on.msg[0] = LV2_MIDI_MSG_NOTE_ON; in on_play_clicked()
105 note_on.msg[1] = 60; in on_play_clicked()
106 note_on.msg[2] = 60; in on_play_clicked()
107 ui->write(ui->controller, 0, sizeof(note_on), in on_play_clicked()
109 &note_on); in on_play_clicked()
/dports/multimedia/py-mido/mido-1.2.10/tests/
H A Dtest_parser.py31 note_on = Message('note_on')
32 assert note_on == parse(note_on.bytes())
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dctl_keyboard.h66 virtual void note_on(int note, int vel) = 0;
82 virtual void note_on(int note, int vel) {} in note_on() function
100 virtual void note_on(int note, int vel) { g_message("note on %d %d", note, vel); } in note_on() function
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dwavetable.h72 void note_on(int note, int vel);
94 using dsp::basic_synth::note_on;
152 …virtual void note_on(int /*channel*/, int note, int velocity) { dsp::basic_synth::note_on(note, ve… in note_on() function
/dports/multimedia/py-mido/mido-1.2.10/examples/
H A Dusing_rtmidi_directly.py22 note_on = mido.Message('note_on', channel=9, note=60, velocity=112).bytes() variable
24 midiout.send_message(note_on)
/dports/audio/lv2/lv2-1.18.2/plugins/eg-sampler.lv2/
H A Dsampler_ui.c119 } note_on; in on_play_clicked() local
121 note_on.atom.type = ui->uris.midi_Event; in on_play_clicked()
122 note_on.atom.size = 3; in on_play_clicked()
123 note_on.msg[0] = LV2_MIDI_MSG_NOTE_ON; in on_play_clicked()
124 note_on.msg[1] = 60; in on_play_clicked()
125 note_on.msg[2] = 60; in on_play_clicked()
130 &note_on); in on_play_clicked()
/dports/www/firefox/firefox-99.0/third_party/rust/coremidi/examples/
H A Dvirtual-source.rs10 let note_on = create_note_on(0, 64, 127); in main() localVariable
16 source.received(&note_on).unwrap(); in main()
/dports/audio/p5-MIDI/MIDI-Perl-0.83/t/
H A D90_paradox.t20 #note_on 9408 0 69 96
21 #note_on 0 0 69 96
/dports/audio/spectmorph/spectmorph-0.5.2/tests/
H A Dtestmidisynth.cc41 unsigned char note_on[3] = { 0x90, note, 100 };
42 midi_synth.add_midi_event (0, note_on);

123456789