Real-time Visualisation of Music
Adding a Pause Button
Toby suggested that adding a pause button would be beneficial to the program. In order to do this I needed to look in to noLoop() and loop(), which are both Processing functions to stop Processing from calling draw() and then to resume calling draw(). This lead me to https://forum.processing.org/one/topic/start-stop-pause-processing.html which user GoToLoop describes how to…
Threading and Phillips Hue
Updating the Phillips Hue was giving some performance issues, since it would pause the sketch until it sent its PUT HTTP request. Although this didn’t happen every time, when it did happen it would pause the visualisation for about half a second which took away from the immersive experience I was looking to create in…
For more posts: https://realtimevis.tech.blog/blog-feed/
Follow My Blog
Get new content delivered directly to your inbox.