Csound and CsoundAC API  5.17
Data Structures | Macros | Functions
diskin2.h File Reference
#include <sndfile.h>

Data Structures

struct  DISKIN2
struct  SOUNDIN_

Macros

#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)

Macro Definition Documentation

#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 */

Function Documentation

int diskin2_init ( CSOUND csound,
DISKIN2 p 
)
int diskin2_perf ( CSOUND csound,
DISKIN2 p 
)