Sounds/Frequencies on Processing

How do I play frequencies with the movement of the mouse (X, Y)?

Hi,

Welcome to the community! :slight_smile:

For audio synthesizing and processing, I highly suggest the Minim library.

To install it go to Sketch > Import a library > Add a library > Search Minim > Install

Then for a simple mouse sketch, check this example (File > Examples > Contributed libraries > Minim > Basic > SynthesizeSound) :

https://github.com/ddf/Minim/blob/master/examples/Basics/SynthesizeSound/SynthesizeSound.pde

Have fun!

1 Like

Thank you!!! :smiling_face_with_three_hearts:
That was exactly what I was looking for! :star_struck:

1 Like