aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/noteout-help.pd
blob: 94a723ccc0c90b94b04e412d8f032e475a180c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#N canvas 233 2 471 650 10;
#X obj 40 15 noteout;
#X obj 41 343 noteout;
#X obj 287 506 pddp/pddplink all_about_midi_flags.pd -text all_about_midi_flags;
#X text 18 505 for an explanation of MIDI usage in Pd see:;
#X text 13 43 The [noteout] objects writes a note-on MIDI message to
the output port.;
#X text 13 79 inlets:;
#X text 65 106 list - 1st number is interpreted as MIDI note number
\,;
#X text 108 118 the second as velocity and the third (if present);
#X text 110 129 as channel number;
#X text 19 157 right:;
#X text 13 141 middle:;
#X text 66 141 int - velocity;
#X text 21 96 left:;
#X text 64 94 int - MIDI note number (0-127);
#X text 66 155 int - channel number;
#X text 6 175 outlets:;
#X text 65 175 none;
#X text 16 205 Arguments:;
#X text 21 228 MIDI channel number to which a note-on message is to
be sent. If no argument is provided [noteout] transmits on channel
1 (default).;
#X text 12 280 examples:;
#X msg 42 322 60 100 2;
#X text 20 372 (all three above) middle-c with velocity 100 sent to
channel 2;
#X obj 133 343 noteout 2;
#X msg 134 322 60 100;
#X obj 245 287 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 244 326 60;
#X msg 278 324 100;
#X obj 243 305 t b b b;
#X obj 257 345 noteout;
#X msg 308 325 2;
#X text 22 406 See also:;
#X obj 23 427 makenote;
#X text 92 426 -- format a MIDI note (with a note-off message);
#X text 21 452 related object;
#X obj 24 467 notein;
#N canvas 240 135 476 472 other_midi_objects 0;
#X obj 7 29 ctlin;
#X obj 49 29 pgmin;
#X obj 92 28 bendin;
#X obj 143 27 touchin;
#X obj 204 27 polytouchin;
#X obj 289 27 midiin;
#X obj 340 26 sysexin;
#X obj 6 85 noteout;
#X obj 63 84 ctlout;
#X obj 160 84 bendout;
#X obj 217 83 touchout;
#X obj 281 82 polytouchout;
#X obj 370 82 midiout;
#X obj 113 84 pgmout;
#X obj 11 153 makenote;
#X text 10 194 MIDI notes deconstruction:;
#X text 8 128 MIDI note construction:;
#X text 8 58 MIDI output:;
#X text 8 2 MIDI input:;
#X obj 15 226 stripnote;
#X text 11 266 Additional useful objects for MIDI processing (Maxlib
by Olaf Matthes);
#X obj 148 297 chord;
#X obj 109 296 borax;
#X obj 54 296 score o;
#X obj 13 296 pitch;
#X text 15 336 Also \, from cyclone (alpha) by Krzysztof Czaja:;
#X obj 16 359 midiformat;
#X obj 172 359 midiflush;
#X obj 98 359 midiparse;
#X text 15 386 and xeq \, from the same developer;
#X obj 16 411 xeq;
#X text 41 402 an experimental MIDI sequencer;
#X restore 119 467 pd other_midi_objects;
#X text 93 15 - transmit MIDI notes;
#X text 19 543 This document was updated for Pd version 0.35 by Michal
Seta as part of a project called pddp proposed by Krzysztof Czaja \,
managed and edited by Dave Sabine \, to build comprehensive documentation
for Pd.;
#X connect 20 0 1 0;
#X connect 23 0 22 0;
#X connect 24 0 27 0;
#X connect 25 0 28 0;
#X connect 26 0 28 1;
#X connect 27 0 25 0;
#X connect 27 1 26 0;
#X connect 27 2 29 0;
#X connect 29 0 28 2;