1 /* config.h for Win32 */
3 /* Define if you have the ANSI C header files. */
6 /* Set to 1 if you want to use floating-point internally for
7 all sample representation */
8 #define WANT_FLOATING_POINT_SAMPLES 1
11 #define PACKAGE "galan"
13 /* Version number of package */
14 #define VERSION "0.2.2"
16 /* Set to the maximum number of samples to process at once
17 in between event-triggers. */
18 #define MAXIMUM_REALTIME_STEP 1024