How would I go about creating a function that I can enter a string of text into and then it translates it to FSK modulation, at a baud rate that’s changeable, and then play it? Is that even possible in processing? Thanks.
In your draw loop, you first get the first character and a rectangle next to it.
Then you draw the first 2 characters and a rectangle next to it.
And so on and so on…
Try something by yourself and come back if you are stuck somewhere, you’ll get more answers
What are the project details for the design – e.g. do you have a lookup table for which character should be what frequency? Do you know what the per-character duration should be?
If you are looking to generate tones, you might want to look at ugens