WARNING - This tutorial describes the old original JSyn API. Please refer to the current docs for more up-to-date information.
JSyn Tutorial
Hearing Relative Timing
The WRONG Way to Schedule Notes) This Applet trys to play two parallel sequences of steady notes. One is twice as fast as the other. The fast one plays a four note sequence and the slow one plays a two note sequence.It uses the relative timing technique from the previous page which is prone to timing drift and late notes.
To Do:
- Move the window around but don't resize it. Move other windows around on your screen.
- Notice how bad the timing is. If you are on a really fast machine it may not be so bad but it sounds awful on my mine.
Here is the source code for this program.