#include "CGestalt.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Defines | |
| #define | UNDEFINED_IN_CRAM |
Functions | |
| void | csl::vlogMsg (char *format, va_list args) |
| void | csl::logMsg (char *format,...) |
| void | csl::vlogMsg (LogLevel level, char *format, va_list args) |
| void | csl::logMsg (LogLevel level, char *format,...) |
| void | csl::sleepUsec (float dur_in_usec) |
| void | csl::sleepMsec (float dur_in_msec) |
| void | csl::sleepSec (float dur_in_sec) |
| float | csl::fRand (void) |
Variables | |
| static unsigned | mNumInChannels = 0 |
| no inputs by default | |
| static unsigned | mNumOutChannels = 2 |
| stereo outputs | |
| static unsigned | mFrameRate = CSL_mFrameRate |
| default sample rate (tested up to 96000) | |
| static unsigned | mMaxBufferFrames = CSL_mMaxBufferFrames |
| max block size (set large for zooming scopes) | |
| static unsigned | mBlockSize = CSL_mBlockSize |
| typical block size (can be as small as 128 in real usage) | |
| static unsigned | mVerbosity = CSL_mVerbosity |
| very verbose | |
| static unsigned | mLoggingPeriod = CSL_mLoggingPeriod |
| log CPU every 15 sec | |
| static unsigned | mOutPort = CSL_mOutPort |
| RFS output port. | |
|
|
|
|
|
no inputs by default These are the system default values ////// The actual start-up values are defined in CSL_Types.h |
|
|
stereo outputs
|
|
|
default sample rate (tested up to 96000)
|
|
|
max block size (set large for zooming scopes)
|
|
|
typical block size (can be as small as 128 in real usage)
|
|
|
very verbose
|
|
|
log CPU every 15 sec
|
|
|
RFS output port.
|
1.4.5-20051010