ProjectRenderer: added support for 24 Bit WAVs

Integrated patch by Skiessi which adds support for exporting 24 Bit WAV
files in LMMS.
This commit is contained in:
Tobias Doerffel
2009-04-05 16:02:27 +02:00
parent 7cb7bc1dcf
commit 1b91b599ba
4 changed files with 23 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
/*
* project_renderer.h - projectRenderer-class for easily rendering projects
*
* Copyright (c) 2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2008-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
*
@@ -43,6 +43,7 @@ public:
enum Depths
{
Depth_16Bit,
Depth_24Bit,
Depth_32Bit,
NumDepths
} ;