/[svn]/linuxsampler/trunk/osx/version.h
ViewVC logotype

Diff of /linuxsampler/trunk/osx/version.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 579 by schoenebeck, Tue May 24 19:20:20 2005 UTC revision 829 by schoenebeck, Sat Jan 14 14:07:47 2006 UTC
# Line 6  Line 6 
6    define them manually here for now.    define them manually here for now.
7  */  */
8    
9  #define VERSION "0.3.1"  #define VERSION "0.3.3"
10    
11    /* Define to 1 if you want to enable hand-crafted asm optimizations. */
12    /* #undef CONFIG_ASM */
13    
14  /* Define console verbosity. */  /* Define console verbosity. */
15  #define CONFIG_DEBUG_LEVEL 1  #define CONFIG_DEBUG_LEVEL 1
# Line 26  Line 29 
29  /* Define min. filter cutoff frequency. */  /* Define min. filter cutoff frequency. */
30  #define CONFIG_FILTER_CUTOFF_MIN 100.0f  #define CONFIG_FILTER_CUTOFF_MIN 100.0f
31    
 /* Define amount of steps to refresh filter coefficients. */  
 #define CONFIG_FILTER_UPDATE_STEPS 64  
   
32  /* Define to 1 to force filter usage. */  /* Define to 1 to force filter usage. */
33  /* #undef CONFIG_FORCE_FILTER */  /* #undef CONFIG_FORCE_FILTER */
34    
# Line 44  Line 44 
44  /* Define max. voices. */  /* Define max. voices. */
45  #define CONFIG_MAX_VOICES 64  #define CONFIG_MAX_VOICES 64
46    
47    /* Define default subfragment size (in sample points). */
48    #define CONFIG_DEFAULT_SUBFRAGMENT_SIZE 32
49    
50  /* Define to a MIDI controller number to override cutoff control. */  /* Define to a MIDI controller number to override cutoff control. */
51  /* #undef CONFIG_OVERRIDE_CUTOFF_CTRL */  /* #undef CONFIG_OVERRIDE_CUTOFF_CTRL */
52    
# Line 53  Line 56 
56  /* Define to a MIDI controller number to override resonance control. */  /* Define to a MIDI controller number to override resonance control. */
57  /* #undef CONFIG_OVERRIDE_RESONANCE_CTRL */  /* #undef CONFIG_OVERRIDE_RESONANCE_CTRL */
58    
59    /* Define default portamento time. */
60    #define CONFIG_PORTAMENTO_TIME_DEFAULT 1
61    
62    /* Define max. portamento time. */
63    #define CONFIG_PORTAMENTO_TIME_MAX 32
64    
65    /* Define min. portamento time. */
66    #define CONFIG_PORTAMENTO_TIME_MIN 0.1
67    
68  /* Define amount of sample points to be cached in RAM. */  /* Define amount of sample points to be cached in RAM. */
69  #define CONFIG_PRELOAD_SAMPLES 32768  #define CONFIG_PRELOAD_SAMPLES 32768
70    

Legend:
Removed from v.579  
changed lines
  Added in v.829

  ViewVC Help
Powered by ViewVC