mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Bug 536 - OD computation stalls if applying effect before aliased waveform computation completes - and subsequent crash
Fixed by ensuring new imports now always copy data in. The 'Projects' preferences page is no longer needed. There is one fewer warnings pref. The relevant import pref is gone. Importing of wave data no longer offers the option of working by reference. I have kept the menu item 'Check Dependencies' for now, as it gives a way for a user to convert an old by-reference audacity project to a self-contained one. The message for self-contained projects has been updated.
This commit is contained in:
@@ -254,4 +254,9 @@
|
||||
// mmm-1 22 Aug 2018
|
||||
//#define EXPERIMENTAL_R128_NORM
|
||||
|
||||
// JKC 29 July 2019
|
||||
// OD_DATA made experimental. It is on the way out because
|
||||
// it is dangerous and has too many bugs. See bug 536 for example.
|
||||
//#do not define EXPERIMENTAL_OD_DATA
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user