Project

General

Profile

Bug #233

Tracker player is working, but music playback glitches at the beginning of the track.

Added by Brian Flanagan over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
02/15/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

The sample code below will load and play the music, but at the start, the music wavers briefly (consistent behavior).
From then on it plays well. It also sometimes starts with a pop/click

#manifest:"amiga"
#speed:"safe"
#fps:false
Cls 0 : Pen 2 : Paper 0
Track Load "AMOSPro_Examples:Music/Mod.tracker",6
Print "Click mouse button to start music."
Print "Click again to exit AOZ." : Print
Print "(Track will play until window closed.)"
Repeat Until Mouse Key <> 0
Repeat Until Mouse Key = 0
Track Play 6,0
Repeat Until Mouse Key <> 0

For comparison, load Help_72 from AMOSPro_Examples in AMOS Pro.

It plays the same track with no pop and no wavering at the beginning.

Also available in: Atom PDF