ucsb-cs56-projects / cs56-music-basic-synthesis-demo

-
0 stars 5 forks source link

BUG: When you click "random note" button, the numbers change, but the graph doesn't update. #36

Open pconrad opened 8 years ago

pconrad commented 8 years ago

BUG:

When you click "random note" button, the numbers change, but the graph doesn't update.

Steps to reproduce:

  1. Open gui with ant basicGUI
  2. Change one or more parameters, and see the graph update.
  3. Click "random note". See numbers change, but graph stays the same (it should change)
  4. Adjust one of the numbers, and the graph suddenly changes.

Desired behavior: the sudden graph change should happen as soon as you click the "random note" button.