diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-12 01:50:32 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-12 01:50:32 +0000 |
commit | c124775d7f4954e536c69414eb521a437ac02e94 (patch) | |
tree | e1b000e325fa2fddf18af09ca92118cbbada54bc /doc/help/cyclone/seq-help.pd | |
parent | 9918f32477b29e35a8dcf8829b8972fd0d813e1c (diff) |
added pd META subpatch, removed xbend-help.pd and xnote-help.pd since
they are not used
svn path=/trunk/externals/miXed/; revision=14428
Diffstat (limited to 'doc/help/cyclone/seq-help.pd')
-rw-r--r-- | doc/help/cyclone/seq-help.pd | 82 |
1 files changed, 50 insertions, 32 deletions
diff --git a/doc/help/cyclone/seq-help.pd b/doc/help/cyclone/seq-help.pd index 62cdcaf..7a017f8 100644 --- a/doc/help/cyclone/seq-help.pd +++ b/doc/help/cyclone/seq-help.pd @@ -1,46 +1,64 @@ -#N canvas 227 197 535 415 10; -#X obj 49 293 seq; -#X msg 173 85 read test.mid; -#X msg 306 247 write test1.mid; -#X msg 175 127 bang; -#X msg 167 246 record; -#X msg 175 154 stop; -#X obj 180 108 bng 15 250 50 0 empty empty empty 0 -6 0 10 -262144 +#N canvas 0 26 618 427 10; +#X obj 49 298 seq; +#X msg 306 252 write test1.mid; +#X msg 175 132 bang; +#X msg 167 251 record; +#X msg 175 159 stop; +#X obj 180 113 bng 15 250 50 0 empty empty empty 0 -6 0 10 -262144 -1 -1; -#X msg 222 246 stop record; -#X obj 10 332 midiout; -#X obj 7 162 midiin; -#X msg 306 270 read test1.mid; -#X msg 225 153 pause; -#X msg 285 153 continue; +#X msg 222 251 stop record; +#X obj 10 337 midiout; +#X obj 7 167 midiin; +#X msg 306 275 read test1.mid; +#X msg 225 158 pause; +#X msg 285 158 continue; #X obj 29 -37 seq; #X text 65 -36 - a simple MIDI file player and recorder; -#X text 208 108 loop; +#X text 208 113 loop; +#X text 213 131 play; +#X text 236 223 recording; +#X text 352 348 jkant.altervista.org; +#X text 352 324 ver 0.1 05-07; +#X text 74 302 <-- click object to open list editor; +#X text 261 90 <-- midi file should be in the same folder or an open +window popups to pick file; +#X text 404 251 save in patch folder; +#N canvas 109 124 494 383 META 0; +#X text 12 185 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan +Wilkes for Pd-extended 0.42 to conform to the PDDP template.; +#X text 12 155 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html +; +#X text 12 45 DESCRIPTION a simple MIDI file player and recorder; +#X text 12 5 KEYWORDS control MIDI storage max_compatible filesystem +; +#X text 12 95 OUTLET_0 float; +#X text 12 115 OUTLET_1 bang; +#X text 12 25 LICENSE SIBSD; +#X text 12 135 AUTHOR Krzysztof Czaja; +#X text 12 65 INLET_0 bang float read stop pause continue record stop +record write read goto; +#X restore 555 360 pd META; +#X msg 199 189 goto; #X text 27 -10 cyclone's [seq] input accepts midi files and realtime midi messages through [midiin]. All trakcs of a multi-track midi file -are merged into one. [notein] doesn't work. Left inlet outputs midi -data to [midiout]. [noteout] doesn't work. Right inlet outputs a bang +are merged into one. [notein] may be connected through a [midiformat] +object. Left inlet outputs midi data to [midiout]. [noteout] may be +connected through a [midiparse] object. Right inlet outputs a bang message at the sequence's end \, useful for loops. [seq] has his own midi list editor.; -#X text 213 126 play; -#X text 236 218 recording; -#X text 352 343 jkant.altervista.org; -#X text 352 319 ver 0.1 05-07; -#X text 74 297 <-- click object to open list editor; -#X text 261 85 <-- midi file should be in the same folder or an open -window popups to pick file; -#X text 404 246 save in patch folder; -#X connect 0 0 8 0; -#X connect 0 1 6 0; +#X msg 173 90 read test.mid; +#X connect 0 0 7 0; +#X connect 0 1 5 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; -#X connect 5 0 0 0; -#X connect 6 0 3 0; -#X connect 7 0 0 0; +#X connect 5 0 2 0; +#X connect 6 0 0 0; +#X connect 8 0 0 0; +#X connect 8 0 7 0; #X connect 9 0 0 0; -#X connect 9 0 8 0; #X connect 10 0 0 0; #X connect 11 0 0 0; -#X connect 12 0 0 0; +#X connect 23 0 0 0; +#X connect 25 0 0 0; |