mirror of
https://github.com/thestk/stk
synced 2026-01-15 14:01:52 +00:00
Version 4.4.0
This commit is contained in:
committed by
Stephen Sinclair
parent
d199342e86
commit
eccd8c9981
@@ -17,13 +17,16 @@
|
||||
type, the data type will automatically be modified. Compressed
|
||||
data types are not supported.
|
||||
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2007.
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2009.
|
||||
*/
|
||||
/***************************************************/
|
||||
|
||||
#include "FileWrite.h"
|
||||
#include <string.h>
|
||||
#include <cmath>
|
||||
|
||||
namespace stk {
|
||||
|
||||
const FileWrite::FILE_TYPE FileWrite :: FILE_RAW = 1;
|
||||
const FileWrite::FILE_TYPE FileWrite :: FILE_WAV = 2;
|
||||
const FileWrite::FILE_TYPE FileWrite :: FILE_SND = 3;
|
||||
@@ -699,3 +702,5 @@ void FileWrite :: write( StkFrames& buffer )
|
||||
errorString_ << "FileWrite::write(): error writing data to file!";
|
||||
handleError( StkError::FILE_ERROR );
|
||||
}
|
||||
|
||||
} // stk namespace
|
||||
|
||||
Reference in New Issue
Block a user