aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-19 05:02:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-19 05:02:31 +0000
commitdf54d3d3d4aab0481ab8a0e9ad23c97ac039ddf9 (patch)
tree9151b811dae79a22f4d04bc8ebe529ba49694f05
parentb3ef147bd04fa3ed6c36c69c94edbc9664e14c6e (diff)
make [hid] into a libdir-ish folder like earplug~ and freeverb~, and make sure hid-help.pd gets installed
svn path=/trunk/externals/hcs/hid/; revision=13454
-rw-r--r--buttongate-help.pd (renamed from doc/buttongate-help.pd)0
-rw-r--r--deg2hid-help.pd (renamed from doc/deg2hid-help.pd)0
-rw-r--r--doc/TODO14
-rw-r--r--hid-help.pd (renamed from doc/hid-help.pd)0
-rw-r--r--hid-meta.pd9
-rw-r--r--hid2deg-help.pd (renamed from doc/hid2deg-help.pd)0
-rw-r--r--hid2rad-help.pd (renamed from doc/hid2rad-help.pd)0
-rw-r--r--hid_average-help.pd (renamed from doc/hid_average-help.pd)0
-rw-r--r--hid_centered-help.pd (renamed from doc/hid_centered-help.pd)0
-rw-r--r--hid_cube-help.pd (renamed from doc/hid_cube-help.pd)0
-rw-r--r--hid_cuberoot-help.pd (renamed from doc/hid_cuberoot-help.pd)0
-rw-r--r--hid_exp-help.pd (renamed from doc/hid_exp-help.pd)0
-rw-r--r--hid_graph-help.pd (renamed from doc/hid_graph-help.pd)0
-rw-r--r--hid_invert-help.pd (renamed from doc/hid_invert-help.pd)0
-rw-r--r--hid_log-help.pd (renamed from doc/hid_log-help.pd)0
-rw-r--r--hid_lowpass-help.pd (renamed from doc/hid_lowpass-help.pd)0
-rw-r--r--hid_menu-help.pd (renamed from doc/hid_menu-help.pd)0
-rw-r--r--hid_one2four-help.pd (renamed from doc/hid_one2four-help.pd)0
-rw-r--r--hid_one2three-help.pd (renamed from doc/hid_one2three-help.pd)0
-rw-r--r--hid_one2two-help.pd (renamed from doc/hid_one2two-help.pd)0
-rw-r--r--hid_polar-help.pd (renamed from doc/hid_polar-help.pd)0
-rw-r--r--hid_rel2abs-help.pd (renamed from doc/hid_rel2abs-help.pd)0
-rw-r--r--hid_smooth-help.pd (renamed from doc/hid_smooth-help.pd)0
-rw-r--r--hid_spiral-help.pd (renamed from doc/hid_spiral-help.pd)0
-rw-r--r--hid_square-help.pd (renamed from doc/hid_square-help.pd)0
-rw-r--r--hid_squareroot-help.pd (renamed from doc/hid_squareroot-help.pd)0
-rw-r--r--joystick-help.pd (renamed from doc/joystick-help.pd)0
-rw-r--r--keyboard-help.pd (renamed from doc/keyboard-help.pd)0
-rw-r--r--keygate-help.pd (renamed from doc/keygate-help.pd)0
-rw-r--r--mouse-help.pd (renamed from doc/mouse-help.pd)0
-rw-r--r--notescale-help.pd (renamed from doc/notescale-help.pd)0
-rw-r--r--rad2hid-help.pd (renamed from doc/rad2hid-help.pd)0
32 files changed, 9 insertions, 14 deletions
diff --git a/doc/buttongate-help.pd b/buttongate-help.pd
index ae6c733..ae6c733 100644
--- a/doc/buttongate-help.pd
+++ b/buttongate-help.pd
diff --git a/doc/deg2hid-help.pd b/deg2hid-help.pd
index 766504f..766504f 100644
--- a/doc/deg2hid-help.pd
+++ b/deg2hid-help.pd
diff --git a/doc/TODO b/doc/TODO
deleted file mode 100644
index c192b93..0000000
--- a/doc/TODO
+++ /dev/null
@@ -1,14 +0,0 @@
-Right now, [hid] basically outputs events in response to the OS. It polls the
-event queue at a given frequency and processes everything in the queue on each
-cycle. This means that the data stream is a bit erratic.
-
-The first part of the question is whether [hid] should output everything it
-finds in the event queue, or just the most recent event.
-
-- buttons output every event, since its state change (on/off) triggers something.
-
-- For absolute axes, it probably should just output the most recent event per
- poll, since absolute axes are position, and its not really necessary to know
- how many events there were between [hid] polls, just the position where it
- ended up.
-
diff --git a/doc/hid-help.pd b/hid-help.pd
index c1550f0..c1550f0 100644
--- a/doc/hid-help.pd
+++ b/hid-help.pd
diff --git a/hid-meta.pd b/hid-meta.pd
new file mode 100644
index 0000000..407bba8
--- /dev/null
+++ b/hid-meta.pd
@@ -0,0 +1,9 @@
+#N canvas 10 22 200 200 10;
+#N canvas 20 22 420 300 META 1;
+#X text 10 10 META this is a prototype of a libdir meta file;
+#X text 10 30 NAME hid;
+#X text 10 50 AUTHOR Hans-Christoph Steiner;
+#X text 10 70 DESCRIPTION;
+#X text 10 90 LICENSE GNU GPL;
+#X text 10 110 VERSION 0.7;
+#X restore 10 10 pd META;
diff --git a/doc/hid2deg-help.pd b/hid2deg-help.pd
index 4a405fc..4a405fc 100644
--- a/doc/hid2deg-help.pd
+++ b/hid2deg-help.pd
diff --git a/doc/hid2rad-help.pd b/hid2rad-help.pd
index 4943a39..4943a39 100644
--- a/doc/hid2rad-help.pd
+++ b/hid2rad-help.pd
diff --git a/doc/hid_average-help.pd b/hid_average-help.pd
index 8ef8f49..8ef8f49 100644
--- a/doc/hid_average-help.pd
+++ b/hid_average-help.pd
diff --git a/doc/hid_centered-help.pd b/hid_centered-help.pd
index 9dad015..9dad015 100644
--- a/doc/hid_centered-help.pd
+++ b/hid_centered-help.pd
diff --git a/doc/hid_cube-help.pd b/hid_cube-help.pd
index 94e6cdf..94e6cdf 100644
--- a/doc/hid_cube-help.pd
+++ b/hid_cube-help.pd
diff --git a/doc/hid_cuberoot-help.pd b/hid_cuberoot-help.pd
index 48c74b2..48c74b2 100644
--- a/doc/hid_cuberoot-help.pd
+++ b/hid_cuberoot-help.pd
diff --git a/doc/hid_exp-help.pd b/hid_exp-help.pd
index ca77e4d..ca77e4d 100644
--- a/doc/hid_exp-help.pd
+++ b/hid_exp-help.pd
diff --git a/doc/hid_graph-help.pd b/hid_graph-help.pd
index cab0241..cab0241 100644
--- a/doc/hid_graph-help.pd
+++ b/hid_graph-help.pd
diff --git a/doc/hid_invert-help.pd b/hid_invert-help.pd
index 49092a7..49092a7 100644
--- a/doc/hid_invert-help.pd
+++ b/hid_invert-help.pd
diff --git a/doc/hid_log-help.pd b/hid_log-help.pd
index e767901..e767901 100644
--- a/doc/hid_log-help.pd
+++ b/hid_log-help.pd
diff --git a/doc/hid_lowpass-help.pd b/hid_lowpass-help.pd
index 7d658d6..7d658d6 100644
--- a/doc/hid_lowpass-help.pd
+++ b/hid_lowpass-help.pd
diff --git a/doc/hid_menu-help.pd b/hid_menu-help.pd
index 9294f95..9294f95 100644
--- a/doc/hid_menu-help.pd
+++ b/hid_menu-help.pd
diff --git a/doc/hid_one2four-help.pd b/hid_one2four-help.pd
index 9f76080..9f76080 100644
--- a/doc/hid_one2four-help.pd
+++ b/hid_one2four-help.pd
diff --git a/doc/hid_one2three-help.pd b/hid_one2three-help.pd
index 9fc4e58..9fc4e58 100644
--- a/doc/hid_one2three-help.pd
+++ b/hid_one2three-help.pd
diff --git a/doc/hid_one2two-help.pd b/hid_one2two-help.pd
index 29e5f7c..29e5f7c 100644
--- a/doc/hid_one2two-help.pd
+++ b/hid_one2two-help.pd
diff --git a/doc/hid_polar-help.pd b/hid_polar-help.pd
index 3393da7..3393da7 100644
--- a/doc/hid_polar-help.pd
+++ b/hid_polar-help.pd
diff --git a/doc/hid_rel2abs-help.pd b/hid_rel2abs-help.pd
index 76dc530..76dc530 100644
--- a/doc/hid_rel2abs-help.pd
+++ b/hid_rel2abs-help.pd
diff --git a/doc/hid_smooth-help.pd b/hid_smooth-help.pd
index 3ef29b5..3ef29b5 100644
--- a/doc/hid_smooth-help.pd
+++ b/hid_smooth-help.pd
diff --git a/doc/hid_spiral-help.pd b/hid_spiral-help.pd
index 35a1a91..35a1a91 100644
--- a/doc/hid_spiral-help.pd
+++ b/hid_spiral-help.pd
diff --git a/doc/hid_square-help.pd b/hid_square-help.pd
index 64eaca8..64eaca8 100644
--- a/doc/hid_square-help.pd
+++ b/hid_square-help.pd
diff --git a/doc/hid_squareroot-help.pd b/hid_squareroot-help.pd
index 98b4a90..98b4a90 100644
--- a/doc/hid_squareroot-help.pd
+++ b/hid_squareroot-help.pd
diff --git a/doc/joystick-help.pd b/joystick-help.pd
index 8f316bd..8f316bd 100644
--- a/doc/joystick-help.pd
+++ b/joystick-help.pd
diff --git a/doc/keyboard-help.pd b/keyboard-help.pd
index f16b62b..f16b62b 100644
--- a/doc/keyboard-help.pd
+++ b/keyboard-help.pd
diff --git a/doc/keygate-help.pd b/keygate-help.pd
index 8033e0e..8033e0e 100644
--- a/doc/keygate-help.pd
+++ b/keygate-help.pd
diff --git a/doc/mouse-help.pd b/mouse-help.pd
index 9080f51..9080f51 100644
--- a/doc/mouse-help.pd
+++ b/mouse-help.pd
diff --git a/doc/notescale-help.pd b/notescale-help.pd
index f3f69a7..f3f69a7 100644
--- a/doc/notescale-help.pd
+++ b/notescale-help.pd
diff --git a/doc/rad2hid-help.pd b/rad2hid-help.pd
index c90983a..c90983a 100644
--- a/doc/rad2hid-help.pd
+++ b/rad2hid-help.pd