diff main/MainWindow.cpp @ 222:a3011df6ddad

* Skip ID3 block when reading MP3 files (so long as ID3 support is included) * Show progress when retrieving audio file from playlist * Avoid -- but do not actually fix -- segmentation fault on exit. I am totally stumped at the moment about why both the PA and JACK audio targets should crash when properly shut down. For the moment, we just don't shut them down... * Fix incorrect behaviour (introduced on Friday as part of a different fix) when replacing main model in situation where no current main model exists
author Chris Cannam
date Fri, 30 Nov 2007 17:31:09 +0000
parents 474ddd0f4bb4
children b5a2428f647b fc542303eda2
line wrap: on
line diff
--- a/main/MainWindow.cpp	Thu Nov 29 10:50:13 2007 +0000
+++ b/main/MainWindow.cpp	Fri Nov 30 17:31:09 2007 +0000
@@ -24,6 +24,7 @@
 #include "data/model/SparseOneDimensionalModel.h"
 #include "data/model/NoteModel.h"
 #include "data/model/Labeller.h"
+#include "data/osc/OSCQueue.h"
 #include "framework/Document.h"
 #include "view/ViewManager.h"
 #include "base/Preferences.h"