I’m planing on creating an audio/visual interface that consists of making someone able to assign audio samples to multiple shapes and images .
For audio : There will be a sine wave as a spectrum for the audio input , buttons to make the different sounds play or pause ( boolean condition ) , sliders build with mouseDragged() option to control the fading of the sounds .
For visuals : There will be some images with sliders to control their sizes . The visibility of the images is assigned to the to the buttons that triggers the sound . ( boolean , if/esle condition ) . When the sound buttons are pressed the images will show up . Each image is assigned to one button .
As a result , the user will be able to synchronise sounds with visuals .