pman icon indicating copy to clipboard operation
pman copied to clipboard

TrackView updating not scheduled when TrackData is ready (and sometimes skipped altogether?)

Open DavisDevelopment opened this issue 7 years ago • 0 comments

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

DavisDevelopment avatar Apr 24 '18 02:04 DavisDevelopment