# 8D Audio — custom path templates
# Upload this (or your own copy) with the "Custom templates" picker.
#
# Each template needs a name and a list of waypoints. Per waypoint:
#   az     0-360  direction in degrees (0 = front, 90 = right, clockwise)
#   dist   0-2.5  distance from your head (0 = at head, 1 = the ring, >1 = far)
#   hold   0-10   optional dwell/pause weight at this point (default 0)
#   travel 0.5-4  optional pace of the move leaving this point (default 1)
# lapSeconds is optional (default 8) and sets the travel time for one lap.

templates:
  - name: Wide orbit + front pause
    lapSeconds: 9
    waypoints:
      - { az: 0,   dist: 1.3, hold: 4 }
      - { az: 90,  dist: 1.3 }
      - { az: 180, dist: 1.3 }
      - { az: 270, dist: 1.3 }

  - name: Pendulum (left<->right through head)
    lapSeconds: 6
    waypoints:
      - { az: 270, dist: 1.6 }
      - { az: 0,   dist: 0,   hold: 2 }
      - { az: 90,  dist: 1.6 }
      - { az: 0,   dist: 0,   hold: 2 }

  - name: Slow approach
    lapSeconds: 12
    waypoints:
      - { az: 0, dist: 2.4, travel: 3 }
      - { az: 0, dist: 0.4, hold: 6 }
