Add detube field to SF_INSTRUMENT struct.

This commit is contained in:
Erik de Castro Lopo 2006-01-09 09:46:50 +00:00
parent dd81b7cac5
commit 717d197ddb

View File

@ -328,7 +328,7 @@ enum
typedef struct
{ int gain ;
char basenote ;
char basenote, detune ;
char velocity_lo, velocity_hi ;
char key_lo, key_hi ;
int loop_count ;