I have code which uses peasyCam for camera control and minim to play a music file. As part of the peasyCam controls, you can zoom in and out with the mouse wheel.
My question is in two parts.
can the mouse wheel be used to control two things - the zoom and the volume? I want the music to increase as the user zooms in.
how can this be achieved using minim?
Thank you in advance