Use Pure Data to play a sequence with frequences (pitches) and durations (rhythm).
The melody is represented as a sequence of frequencies, stored in a table as floats between 0-127.
Each note in the melody has
a specific duration, stored in another table as floats between 0-1000 (ms).
Follow the steps; get the patch working; and begin making changes, variations, additions.
Consider the following important concepts, implications and questions of this example:
For a challenge, try creating a series of more exciting melodies and a way to switch back and forth among them with the press of a key on the keyboard (check out the key and keyup objects)