rncbc / qtractor

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

Qtractor deletes .mid-files belonging to MIDI clips on exit #458

Open suedwestlicht opened 1 month ago

suedwestlicht commented 1 month ago

commit 38d5ebbbd0fdd32c8f1ff0d25ee458b1fe1692b8 "Almost complete overhaul of clip files life-cycle and reference-counting" leads to a bug:

-> *.mid files belonging to clips got deleted

See screencast simplescreenrecorder-2024-08-04_17.30.40.mkv.zip

rncbc commented 1 month ago

holy cow!

this is really bad and potentially disastrous: a simple oneliner mistake sneaked into that commit!

hopefuly fixed now in 986bddc

i guess a hot-fix release (v1.1.1) is in order, quite urgently!

thanks a lot.

suedwestlicht commented 1 month ago

Tested and approved.

Thx Rui