#include "CSL_Core.h"#include "Oscillator.h"#include <string.h>Go to the source code of this file.
Classes | |
| class | csl::Abst_SoundFile |
| class | csl::SoundCue |
Namespaces | |
| namespace | csl |
| < we use the STL vector, map, and string classes | |
Defines | |
| #define | kSoundFileRead 0 |
| Sound file constants. | |
| #define | kSoundFileWrite 1 |
| #define | kSoundFileReadWrite 2 |
| #define | kSoundFileFormatWAV 0 |
| #define | kSoundFileFormatAIFF 1 |
| #define | kSoundFileFormatSND 2 |
| #define | kSoundFileFormatEBICSF 3 |
| #define | kSoundFileFormatRaw 4 |
| #define | kSoundFileFormatOther 5 |
Typedefs | |
| typedef int | csl::SoundFileMode |
| typedef int | csl::SoundFileFormat |
| #define kSoundFileRead 0 |
Sound file constants.
Referenced by csl::LSoundFile::initFromSndfile(), csl::LSoundFile::openForRead(), csl::JSoundFile::openForRead(), and csl::CASoundFile::openForRead().
| #define kSoundFileWrite 1 |
Referenced by csl::LSoundFile::openForWrite(), and csl::JSoundFile::openForWrite().
| #define kSoundFileReadWrite 2 |
Referenced by csl::LSoundFile::openForReadWrite().
| #define kSoundFileFormatWAV 0 |
| #define kSoundFileFormatAIFF 1 |
| #define kSoundFileFormatSND 2 |
Referenced by csl::LSoundFile::format(), csl::FileIO::open(), and csl::LSoundFile::openForWrite().
| #define kSoundFileFormatEBICSF 3 |
| #define kSoundFileFormatRaw 4 |
Referenced by csl::LSoundFile::format(), and csl::LSoundFile::openForWrite().
| #define kSoundFileFormatOther 5 |
Referenced by csl::JSoundFile::format().
1.5.8