|
Csound and CsoundAC API
5.17
|
#include <sndfile.h>Data Structures | |
| struct | DISKIN2 |
| struct | SOUNDIN_ |
Defines | |
| #define | DISKIN2_MAXCHN 40 /* for consistency with soundin */ |
| #define | POS_FRAC_MASK 0x0FFFFFFF |
| #define | POS_FRAC_SCALE 0x10000000 |
| #define | POS_FRAC_SHIFT 28 /* allows pitch accuracy of 2^-28 */ |
Functions | |
| int | diskin2_init (CSOUND *csound, DISKIN2 *p) |
| int | diskin2_perf (CSOUND *csound, DISKIN2 *p) |
| #define DISKIN2_MAXCHN 40 /* for consistency with soundin */ |
| #define POS_FRAC_MASK 0x0FFFFFFF |
| #define POS_FRAC_SCALE 0x10000000 |
| #define POS_FRAC_SHIFT 28 /* allows pitch accuracy of 2^-28 */ |
| int diskin2_init | ( | CSOUND * | csound, |
| DISKIN2 * | p | ||
| ) |
| int diskin2_perf | ( | CSOUND * | csound, |
| DISKIN2 * | p | ||
| ) |
1.7.6.1