From b05b8bc62b6dab20c788b17d508ba5bead0216f9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 23 Oct 2007 01:22:39 +0000 Subject: checked in patch #1813710, a seq help patch from jkant, and updated the cyclone install target svn path=/trunk/externals/miXed/; revision=8864 --- doc/help/cyclone/seq-help.pd | 46 +++++++++++++++++++++++++++++++++++++++++++ doc/help/cyclone/test.mid | Bin 0 -> 288 bytes 2 files changed, 46 insertions(+) create mode 100644 doc/help/cyclone/seq-help.pd create mode 100644 doc/help/cyclone/test.mid diff --git a/doc/help/cyclone/seq-help.pd b/doc/help/cyclone/seq-help.pd new file mode 100644 index 0000000..62cdcaf --- /dev/null +++ b/doc/help/cyclone/seq-help.pd @@ -0,0 +1,46 @@ +#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 +-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 obj 29 -37 seq; +#X text 65 -36 - a simple MIDI file player and recorder; +#X text 208 108 loop; +#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 +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 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 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; diff --git a/doc/help/cyclone/test.mid b/doc/help/cyclone/test.mid new file mode 100644 index 0000000..24a0b07 Binary files /dev/null and b/doc/help/cyclone/test.mid differ -- cgit v1.2.1