From 1eef182b31a4cb2f55e26e7527469fc2902368a3 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 28 Feb 2005 13:10:41 +0000 Subject: cyclone alpha53 (see notes.txt for cyclone, bin and shared) svn path=/trunk/externals/miXed/; revision=2590 --- bin/Append-help.pd | 4 ++++ bin/Clip-help.pd | 3 +++ bin/Clip~-help.pd | 3 +++ bin/Line~-help.pd | 10 ++++++++++ bin/Scope~-help.pd | 4 ++++ bin/Snapshot~-help.pd | 8 ++++++++ bin/Table-help.pd | 11 +++++++++++ bin/keepme | 1 - bin/notes.txt | 14 ++++++++++++++ 9 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 bin/Append-help.pd create mode 100644 bin/Clip-help.pd create mode 100644 bin/Clip~-help.pd create mode 100644 bin/Line~-help.pd create mode 100644 bin/Scope~-help.pd create mode 100644 bin/Snapshot~-help.pd create mode 100644 bin/Table-help.pd delete mode 100644 bin/keepme create mode 100644 bin/notes.txt (limited to 'bin') diff --git a/bin/Append-help.pd b/bin/Append-help.pd new file mode 100644 index 0000000..8f50c9a --- /dev/null +++ b/bin/Append-help.pd @@ -0,0 +1,4 @@ +#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).; diff --git a/bin/Clip-help.pd b/bin/Clip-help.pd new file mode 100644 index 0000000..70578ac --- /dev/null +++ b/bin/Clip-help.pd @@ -0,0 +1,3 @@ +#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.; diff --git a/bin/Clip~-help.pd b/bin/Clip~-help.pd new file mode 100644 index 0000000..04e55a7 --- /dev/null +++ b/bin/Clip~-help.pd @@ -0,0 +1,3 @@ +#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.; diff --git a/bin/Line~-help.pd b/bin/Line~-help.pd new file mode 100644 index 0000000..5759c13 --- /dev/null +++ b/bin/Line~-help.pd @@ -0,0 +1,10 @@ +#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.; diff --git a/bin/Scope~-help.pd b/bin/Scope~-help.pd new file mode 100644 index 0000000..2a5b28c --- /dev/null +++ b/bin/Scope~-help.pd @@ -0,0 +1,4 @@ +#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.; diff --git a/bin/Snapshot~-help.pd b/bin/Snapshot~-help.pd new file mode 100644 index 0000000..f91d50c --- /dev/null +++ b/bin/Snapshot~-help.pd @@ -0,0 +1,8 @@ +#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.; diff --git a/bin/Table-help.pd b/bin/Table-help.pd new file mode 100644 index 0000000..a73ea93 --- /dev/null +++ b/bin/Table-help.pd @@ -0,0 +1,11 @@ +#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.; diff --git a/bin/keepme b/bin/keepme deleted file mode 100644 index 8b13789..0000000 --- a/bin/keepme +++ /dev/null @@ -1 +0,0 @@ - diff --git a/bin/notes.txt b/bin/notes.txt new file mode 100644 index 0000000..a12f918 --- /dev/null +++ b/bin/notes.txt @@ -0,0 +1,14 @@ +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. -- cgit v1.2.1