Update of /cvsroot/pure-data/externals/miXed/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1442/bin
Added Files: Append-help.pd Clip-help.pd Clip~-help.pd Line~-help.pd Scope~-help.pd Snapshot~-help.pd Table-help.pd notes.txt Removed Files: keepme Log Message: cyclone alpha53 (see notes.txt for cyclone, bin and shared)
--- NEW FILE: notes.txt --- Keeping help files and binaries in the same directory ensures opening proper patches for clashing clones on crippled file systems.
TODO for help files * simple guide into importing * describe compatibility mode * detailed notes for any clone with incompatibilities
DONE for help files
with cyclone alpha53 * short notes about main differences between clashing clones (Append, Clip, Clip~, Line~, Scope~, Snapshot~, Table) and the corresponding internal Pd classes.
--- NEW FILE: Clip-help.pd --- #N canvas 50 50 600 400 12; #X text 10 10 Clip clone , unlike the clip built into Pd , handles lists; #X text 10 30 of floats.;
--- NEW FILE: Clip~-help.pd --- #N canvas 50 50 600 400 12; #X text 10 10 Clip~ clone , unlike the clip~ built into Pd , accepts; #X text 10 30 signal input in range inlets for sample-accurate control.;
--- NEW FILE: Snapshot~-help.pd --- #N canvas 50 50 600 400 12; #X text 10 10 Snapshot~ clone , unlike the snapshot~ built into Pd; #X text 10 30 .; #X text 30 30 optionally replaces external triggering source with an; #X text 30 50 internal clock ;; #X text 10 70 .; #X text 30 70 reports value of an element at a settable offset in the; #X text 30 90 signal vector.;
--- NEW FILE: Line~-help.pd --- #N canvas 50 50 600 400 12; #X text 10 10 Line~ clone , unlike the line~ built into Pd; #X text 10 30 .; #X text 30 30 accepts lists of unlimited size: schedules as many; #X text 30 50 segments as there are pairs of floats in the input ;; #X text 10 70 .; #X text 30 70 sample-accurately starts successive segments ;; #X text 10 90 .; #X text 30 90 when last target is reached , sends a bang through; #X text 30 110 the right outlet.;
--- NEW FILE: Append-help.pd --- #N canvas 50 50 600 400 12; #X text 10 10 Append clone works on messages (arrays of atoms) , unlike the; #X text 10 30 internal append of Pd , which works on data structures (lists; #X text 10 50 of scalars).;
--- NEW FILE: Scope~-help.pd --- #N canvas 50 50 600 400 12; #X text 10 10 Scope~ clone's main purpose is quick , preliminary; #X text 10 30 verification of other tilde clones. One can run MSP; #X text 10 50 patches alongside their Pd imports and watch the scope~s.;
--- keepme DELETED ---
--- NEW FILE: Table-help.pd --- #N canvas 50 50 600 400 12; #X text 10 10 Table clone's main purpose is sucking data from tables; #X text 10 30 embedded in Max patches.; #X text 10 90 Nevertheless , most table features are supported: changing; #X text 10 110 size and contents , traversal , file i/o , all queries; #X text 10 130 (including 'quantile' and 'bang') and dumping.; #X text 10 160 Tables with the same name share the same contents.; #X text 10 220 Table elements are 32-bit integers , although some operations; #X text 10 240 (like embedding and editing) lose precision due to the; #X text 10 260 unavoidable int-to-float conversion.; #X text 10 290 Editing is textual , not graphical.;