--- /dev/null
+"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).