rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
514 stars 90 forks source link

Deleting ghost track causes crash #461

Open davidhealey opened 3 months ago

davidhealey commented 3 months ago

If I have two tracks and I set the second track's ghost track to be the first track. Then I delete the first track, Qtractor crashes.

rncbc commented 3 months ago

fixed in 945d2cc

thanks

windowsrefund commented 3 months ago

It seems (potentially) related that a crash is now caused by deleting a duplicated MIDI track. How to reproduce:

  1. Duplicate a track with data
  2. Attempt to remove the duplicated track

I can break this out into a separate issue if needed and/or build against a previous commit in order to A/B.

rncbc commented 3 months ago

now fixed in edf984b

thanks again

windowsrefund commented 3 months ago

Seems this can be closed.