do not play piano roll when the music is stopped #586
Replies: 5 comments
-
similar to #259 |
Beta Was this translation helpful? Give feedback.
-
Indeed, sorry for the duplicate.
What is you though about this? |
Beta Was this translation helpful? Give feedback.
-
Hm I almost never stop the playback so I am coding with the moving image behind anyway.. I also think the image can actually be helpful even when playback is off, especially in the mini repl. There could maybe be a less disturbing mode, where the canvas is placed in the bottom or side bar when activated. This decision also affects other types of visualization, like the (undocumented) animate API + potential future types of visualizations. I think I would maybe find it even more disturbing if the image always blinks in and out of existence when toggling playback. |
Beta Was this translation helpful? Give feedback.
-
Ok I understand, the piano roll can help to visualize the sounds we create. But apparently it's not possible to update the code without playing it, so we have to press play then stop to update the piano roll.
Not for me. :) It depends on the user ability to read a text with some shapes on the background. Maybe add a checkbox somewhere to disable visual effects? |
Beta Was this translation helpful? Give feedback.
-
Why can't you just remove
That's why I was suggesting:
You can also disable the highlighting via "// strudel disable-highlighting", which could maybe also become a setting. |
Beta Was this translation helpful? Give feedback.
-
The piano roll animation might run when song is stopped.
To reproduce:
The animation runs without the music. If we click play, then stop, the animation is stopped.
That said, I think that the piano roll should not be displayed at all when the song is stopped: it's not really interesting as a static image and it can be disturbing when coding.
Beta Was this translation helpful? Give feedback.
All reactions