From 89fcc32936a18594903e130c8acbb55c36d90a24 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 7 Apr 2004 02:48:18 +0000 Subject: "" svn path=/trunk/; revision=1554 --- externals/grill/xsample/source/main.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/xsample/source/main.h') diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h index 15dee169..f19dce45 100644 --- a/externals/grill/xsample/source/main.h +++ b/externals/grill/xsample/source/main.h @@ -12,7 +12,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define __XSAMPLE_H -#define XSAMPLE_VERSION "0.3.0pre18" +#define XSAMPLE_VERSION "0.3.0pre19" #define FLEXT_ATTRIBUTES 1 @@ -113,7 +113,7 @@ public: enum xs_intp { xsi__ = -1, // don't change - xsi_none = 0,xsi_4p,xsi_lin + xsi_none = 0,xsi_lin,xsi_4p }; enum xs_sclmd { @@ -146,7 +146,7 @@ protected: xs_unit unitmode; //iunitmode,ounitmode; xs_sclmd sclmode; //isclmode,osclmode; - I curmin,curmax; //,curlen; // in samples + L curmin,curmax; //,curlen; // in samples I sclmin; // in samples F sclmul; F s2u; // sample to unit conversion factor -- cgit v1.2.1