C2LC-317: Audio Panning needs to be updated.

Metadata

Source
C2LC-317
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2021-03-30T04:55:53.707-0400
Updated
2021-04-06T13:34:45.250-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.7
Component
  1. Coding Environment

Description

The current sounds played on turns and movement are "panned" left or right depending on the position of the character on the scene.  Since Daniel's work to add a larger scrollable scene, this panning is misaligned, i.e. it considers row K (not even the centre yet) to be the furthest right edge.  Sounds continue to play at least in Chrome, but the panning needs to either:

  1. Be updated to reflect the overall size of the scene.
  2. Be removed to avoid confusing users when they scroll throughout the larger scene.
  3. Be updated to reflect the position within the scrolled scene.

I would argue for either option 1 or 2, but we should discuss in our next meeting.