/usr/lib/pd/extra/cyclone/seq-help.pd is in pd-cyclone 0.2~beta1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 92 93 94 95 96 97 98 99 100 101 102 103 104 | #N canvas 623 80 572 531 10;
#X obj 0 795 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#X obj 0 454 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#N canvas 610 381 377 243 META 0;
#X text 0 19 LICENSE SIBSD;
#X text 0 114 LIBRARY cyclone;
#X text 0 0 KEYWORDS player play record MIDI midi;
#X text 0 38 DESCRIPTION simple MIDI file player and recorder;
#X text 0 57 INLET_0 midiin read bang other_message;
#X text 0 76 OUTLET_0 midiout;
#X text 0 95 OUTLET_1 bang;
#X text 1 133 VERSION 0.2-beta1;
#X text 1 151 AUTHOR Krzysztof Czaja;
#X text 2 169 RELEASE_DATE 2002;
#X text 3 188 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 3 220 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
Wilkes for Pd-extended 0.42 to conform to the PDDP template. Alex Cleveland
updated this patch for Pd-l2ork version 2013.05.28. Fred Jan Kraan
adapted the patch to pd-extended 2015-02-02;
#X restore 502 797 pd META;
#X obj 0 564 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 626 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#X obj 0 667 cnv 3 550 3 empty empty more_info 8 12 0 13 -228856 -1
0;
#N canvas 491 588 428 109 Related_objects 0;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X obj 8 31 cyclone/coll;
#C restore;
#X obj 6 53 cyclone/mtr;
#X restore 204 797 pd Related_objects;
#X obj 79 463 cnv 17 3 90 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 79 573 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 0 0 cnv 15 552 40 empty empty seq 3 12 0 18 -204280 -1 0;
#X obj 520 8 seq;
#X text 108 462 midiin;
#X text 228 460 - realtime midimessage to play/record;
#X text 108 484 read <midi-file>;
#X text 228 484 - read midi-file to play/record;
#X text 108 507 bang;
#X text 228 507 - play;
#X text 108 528 other message;
#X text 228 528 - stop \, pause \, continue \, record \, stop record
\, write <midi-file>;
#X text 108 572 midiout;
#X text 228 572 - ouput for midi being read;
#X text 107 638 (none);
#X text 107 678 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] 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 msg 281 169 write test1.mid;
#X msg 213 421 bang;
#X msg 273 110 record;
#X msg 165 107 stop;
#X obj 213 394 bng 15 250 50 0 empty empty empty 0 -6 0 10 -262144
-1 -1;
#X msg 279 130 stop record;
#X obj 76 425 midiout;
#X obj 76 216 midiin;
#X msg 288 190 read test1.mid;
#X msg 171 128 pause;
#X msg 176 149 continue;
#X text 230 392 loop;
#X text 251 420 play;
#X text 228 313 <-- click object to open list editor;
#X text 287 149 save in patch folder;
#X msg 182 170 goto;
#X msg 150 63 read test.mid;
#X text 12 24 simple MIDI file player and recorder;
#X obj 79 600 cnv 17 3 17 empty empty 1 5 9 0 16 -228856 -162280 0
;
#X text 108 599 bang;
#X text 228 599 - bang output at sequence's end;
#X text 273 88 recording:;
#X obj 150 313 cyclone/seq;
#X text 243 56 <-- midi file should be in the same folder;
#X text 267 68 or an open window popups to pick file;
#X text 165 88 playback:;
#X connect 23 0 45 0;
#X connect 24 0 45 0;
#X connect 25 0 45 0;
#X connect 26 0 45 0;
#X connect 27 0 24 0;
#X connect 28 0 45 0;
#X connect 30 0 29 0;
#X connect 30 0 45 0;
#X connect 31 0 45 0;
#X connect 32 0 45 0;
#X connect 33 0 45 0;
#X connect 38 0 45 0;
#X connect 39 0 45 0;
#X connect 45 0 29 0;
#X connect 45 1 27 0;
|