Project

General

Profile

Bug #233

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

Added by Brian Flanagan about 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.

#1

Updated by Francois Lionet about 4 years ago

  • Assignee set to Baptiste Bideaux
#2

Updated by Baptiste Bideaux about 4 years ago

  • Status changed from New to Resolved

The JS API has changed. I have implemented the BassoonTracker JS API in AOZ. It's available from v0.9.5.

#3

Updated by Brian Flanagan about 4 years ago

  • Status changed from Resolved to Closed
  • Affected version changed from 0.9.5 to 0.9.5.1

Playback no longer glitches at the beginning of the track...
...HOWEVER, some tracks still sound very distorted. (See Bug #254.)

Also available in: Atom PDF