aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorN.N. <krzyszcz@users.sourceforge.net>2005-02-28 13:10:41 +0000
committerN.N. <krzyszcz@users.sourceforge.net>2005-02-28 13:10:41 +0000
commit1eef182b31a4cb2f55e26e7527469fc2902368a3 (patch)
treea08b51f0c41fb879f4d62f3bb4a6d5860d22b4fe /bin
parentbfb359fd22e61faaca3a6e49ad3b7a81f2d71551 (diff)
cyclone alpha53 (see notes.txt for cyclone, bin and shared)
svn path=/trunk/externals/miXed/; revision=2590
Diffstat (limited to 'bin')
-rw-r--r--bin/Append-help.pd4
-rw-r--r--bin/Clip-help.pd3
-rw-r--r--bin/Clip~-help.pd3
-rw-r--r--bin/Line~-help.pd10
-rw-r--r--bin/Scope~-help.pd4
-rw-r--r--bin/Snapshot~-help.pd8
-rw-r--r--bin/Table-help.pd11
-rw-r--r--bin/keepme1
-rw-r--r--bin/notes.txt14
9 files changed, 57 insertions, 1 deletions
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.