[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Drift



bloomer_au <bloomer@iprimus.com.au> wrote:
> The main agony for Antoine was that when we started testing the songs in the
> context of the demo, I kept complaining that my song was emitting a bunch of
> hiss on one channel whenever there were rest notes, instead of that channel
> being silent as it was when played back in the Electric Duet's editor. After
> much agonising and examining of the code, he found the way to reproduce that,
> which apparently was not contained in the duet's player routine itself. I
> think that's why it was hard to find? But he can correct me if I told this
> story wrong.

Yes, playing from within the editor and the jukebox are not identical. The
jukebox simply hands off the entire tune to the player routine. The editor
calls the player routine once for each note. After each note, control returns
back to the editor.  The editor advances the song pointer and updates the
"LINE: XXX" display at the top of the screen before calling the player routine
again.

-- Daniel