Details of Issue
TrackViews should update in order for aesthetic reasons, ideally. However, when loading the track data, view refreshing happens very sporadically and is sometimes skipped altogether. Will update with more information once I investigate a bit
Helpful Information about Code Surrounding Issue
I don't remember all of the exact details surrounding when/where
TrackView pman.ui.pl.TrackView gets updated, but it's in response to changes made to the Track instance's data field, which is defined in the TrackData2 class. The data fields are loaded onto Track instances by the Player when added to the playback queue, in the addItemList method
Details of Issue
TrackViews should update in order for aesthetic reasons, ideally. However, when loading the track data, view refreshing happens very sporadically and is sometimes skipped altogether. Will update with more information once I investigate a bit
Helpful Information about Code Surrounding Issue
I don't remember all of the exact details surrounding when/where
TrackView
pman.ui.pl.TrackViewgets updated, but it's in response to changes made to theTrackinstance'sdatafield, which is defined in the TrackData2 class. Thedatafields are loaded ontoTrackinstances by the Player when added to the playback queue, in theaddItemListmethod