Blane245 / orchestration2

new orchestration
1 stars 1 forks source link

Stop, volumne, and speed changes not taking affect until after scale is played #4

Closed Blane245 closed 1 month ago

Blane245 commented 1 month ago

Describe the bug If you try to stop playing, nothing happens. In fact, you can start a second sequence while the first one is playing. Volume and speed controls have no effect until the next playing.

To Reproduce

  1. Click the Start button and listen to the notes. The Start button changes to a Stop button
  2. While the notes are playing, click the Stop button. The button changes to Start, but the notes continue to play.
  3. Press the Start button while the notes are playing. A second sequence starts and the button changes to Stop. S
  4. Slide either the BPM or Volume sliders. Nothing happens until the Start button is pressed again.

Expected behavior You shoud be able to Stop a playing sequence and change the BPM and volume while the sequence is playing.

Desktop (please complete the following information):

Blane245 commented 1 month ago

Had to set up some mutable variables for current values of start/stop, tempo, and volume. Tacky but that is the way it is for now.