View Issue Details

IDProjectCategoryView StatusLast Update
0001726Infinitode 2[All Projects] Infinitode 2public2021-12-29 17:02
Reporteromega Assigned Totherainycat  
PrioritylowSeveritytrivialReproducibilityalways
Status closedResolutionno change required 
PlatformMobileOSAndroidOS VersionAny
Product Version 
Target VersionFixed in Version 
Summary0001726: loop part of some music is visually incorrect
Description

loop part of some music says it loops at 0 but its actually not
affected music:
1.b1
2.8
4.1
4.4
4.5
DQ10

Steps To Reproduce

open music player
play the affected musics
skip to the end
see

Additional Information

6.3 and 6.4 havent been tested

TagsNo tags attached.

Activities

EuphoRowan

EuphoRowan

2021-12-07 19:34

trusted_reporter   ~0001816

I don't see the stated problem. The music listed loops back to a non-zero frame in each case, and still properly continues to play the music in the frame that it jumped back to. No bug?

therainycat

therainycat

2021-12-08 03:10

administrator   ~0001820

Tracker music is... keeping track of "notes" it play (they are actual notes but also contain some other info).
Those notes can also change the pitch, volume, playback speed and may force music player to jump into certain position, that's why it does not work as your regular mp3 player.
For example, if we want to know the exact BPM for some point in time, the only correct way of doing so is to play the music from the beginning which consumes a lot of processing power and will cause lags, that's why the synthesizer does not try to calculate these values when you skip some part of music.

So, let's say, you are playing some music which changes its BPM / pitch rate / jumps to some position in its list of notes at 0:10 (10 seconds from the beginning). If it plays for 5 seconds and you skip to 0:15, the synthesizer will skip this event at 0:10 which may be important for the playback of the future notes. It works in other way too - if you have played for 0:15, this event (which happens at 0:10) has affected the synthesizer (it has instructed the synthesizer to play with certain speed / pitch etc) and if you skip back to 0:05, it may affect the playback too (apply the effect sooner than needed in this case)

Short answer - it is not a bug, it is a feature!

Issue History

Date Modified Username Field Change
2021-06-02 17:05 omega New Issue
2021-06-02 17:05 omega Tag Attached: Visual
2021-12-07 19:34 EuphoRowan Note Added: 0001816
2021-12-08 03:10 therainycat Note Added: 0001820
2021-12-08 03:10 therainycat Assigned To => therainycat
2021-12-08 03:10 therainycat Status new => closed
2021-12-08 03:10 therainycat Resolution open => no change required
2021-12-29 17:02 therainycat Tag Detached: Visual