]> git.dabkitsch.com - zeropointnine.git/commitdiff
adding docs
authorequilet <jml@dabkitsch.com>
Wed, 23 May 2018 04:58:42 +0000 (23:58 -0500)
committerequilet <jml@dabkitsch.com>
Wed, 23 May 2018 04:58:42 +0000 (23:58 -0500)
max/software_documentation.txt [new file with mode: 0644]

diff --git a/max/software_documentation.txt b/max/software_documentation.txt
new file mode 100644 (file)
index 0000000..ad7b7e3
--- /dev/null
@@ -0,0 +1,58 @@
+"Getting access to certain hidden parameters of certain gestures."
+
+==========================================================
+
+cardioid_modulate~ (frequency of virtual leslie)
+
+    - used in "migrate" & "summon" modes
+    - alters delays incoming signals in two stages and forwards to three outputs of zpn pod
+
+Param nodes @m1 @m2 (modulation 1 and modulation 2)
+
+    values are passed through the right inlet
+
+namespace: 
+
+    /m1/freq
+    /m1/min (in ms)
+    /m1/max (in ms)
+
+    /m2/freq 
+    /m2/min (in ms)
+    /m2/max (in ms)
+
+To address a particular pod:
+
+    /client<id>/gesture/summon/m1/freq : <val>
+    /client<id>/gesture/summon/m1/min : <val>
+    /client<id>/gesture/summon/m1/max : <val>
+    /client<id>/gesture/summon/m1/freq : <val>
+    /client<id>/gesture/summon/m1/min : <val>
+    /client<id>/gesture/summon/m1/max : <val>
+
+    /client<id>/hover/migrate/m1/freq : <val>
+    /client<id>/hover/migrate/m1/min : <val>
+    /client<id>/hover/migrate/m1/max : <val>
+    /client<id>/hover/migrate/m1/freq : <val>
+    /client<id>/hover/migrate/m1/min : <val>
+    /client<id>/hover/migrate/m1/max : <val>
+
+example:
+
+    /client1/gesture/summon/m1/max : 0.4
+    /client*/gesture/summon/m1/max : 5
+
+recommended defaults:
+
+    /m*/min: 0.
+    /m*/max: 8.
+    /m*/freq : ?
+
+==========================================================
+
+slip mode / frequencies
+
+
+=================================================
+- what would be great is sending me open patches and not closed ones. Especially the patch of the main computer.
+This would be for connecting an exterior midi or osc controller like the ipad we had in berkley (volumes, preset & gestures change).