From 58b90a88d2e2daf7040939c34b2f6dfef296733d Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 21 Sep 2008 12:18:22 +0000 Subject: [PATCH] fixed crashes when exporting as OGG and output file can't be created or OGG encoding settings are wrong git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1665 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index a5c1e78ee..6b6156fff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-09-21 Tobias Doerffel + * include/audio_file_ogg.h: + * include/audio_file_device.h: + * src/gui/export_project_dialog.cpp: + * src/core/audio/audio_file_device.cpp: + * src/core/audio/audio_file_ogg.cpp: + fixed crashes when exporting as OGG and output file can't be created + or OGG encoding settings are wrong + * src/core/automation_pattern.cpp: fixed automationPattern::length() for cases where the key of the last value was the first tick in a new tact