estrasnick / Augmented-Reality-Piano-Interface

Project for Stanford's CS 377M course. Augmented Reality Piano Interface.
4 stars 3 forks source link

Play/Pause/Rewind/Forward Controls (8SP) #2

Open austinchambers opened 8 years ago

austinchambers commented 8 years ago

Goal: Demonstrate and validate playback/record-style controls in our application.

Approach: The idea is to add a panel with the following controls and with the following functionality:

  1. Either a manual panel placement onto the piano, or we assume it's position for now, relative to some other spatial anchor (like the middle C key).
  2. Have a responsive interaction with the control. For example, when you look at it, it highlights. When you "click" it responds.
  3. Do something elsewhere. Whether this be to fire an event, change global state, or something like that.
austinchambers commented 8 years ago

Also see latest updates in #4 and #7.