--- qsampler/trunk/src/qsamplerChannel.cpp 2005/01/18 11:56:33 342 +++ qsampler/trunk/src/qsamplerChannel.cpp 2005/01/18 12:32:01 343 @@ -30,10 +30,10 @@ #ifdef CONFIG_LIBGIG #include "gig.h" -#else -#define QSAMPLER_INSTRUMENT_MAX 8 #endif +#define QSAMPLER_INSTRUMENT_MAX 8 + //------------------------------------------------------------------------- // qsamplerChannel - Sampler channel structure.