#include <sndfile.h>


Go to the source code of this file.
Data Structures | |
| struct | DISKIN2 |
| struct | SOUNDIN_ |
Defines | |
| #define | DISKIN2_MAXCHN 24 |
| #define | POS_FRAC_SHIFT 28 |
| #define | POS_FRAC_SCALE 0x10000000 |
| #define | POS_FRAC_MASK 0x0FFFFFFF |
Functions | |
| int | diskin2_init (CSOUND *csound, DISKIN2 *p) |
| int | diskin2_perf (CSOUND *csound, DISKIN2 *p) |
| #define DISKIN2_MAXCHN 24 |
| #define POS_FRAC_MASK 0x0FFFFFFF |
| #define POS_FRAC_SCALE 0x10000000 |
| #define POS_FRAC_SHIFT 28 |
1.5.6