/[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 1005 by schoenebeck, Fri Dec 29 20:06:14 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    
35    /* Define default global volume attenuation (as floating point factor). */
36    #define CONFIG_GLOBAL_ATTENUATION_DEFAULT 0.35
37    
38  /* Define max. allowed events per fragment. */  /* Define max. allowed events per fragment. */
39  #define CONFIG_MAX_EVENTS_PER_FRAGMENT 1024  #define CONFIG_MAX_EVENTS_PER_FRAGMENT 1024
40    
# Line 44  Line 47 
47  /* Define max. voices. */  /* Define max. voices. */
48  #define CONFIG_MAX_VOICES 64  #define CONFIG_MAX_VOICES 64
49    
50    /* Define default subfragment size (in sample points). */
51    #define CONFIG_DEFAULT_SUBFRAGMENT_SIZE 32
52    
53  /* Define to a MIDI controller number to override cutoff control. */  /* Define to a MIDI controller number to override cutoff control. */
54  /* #undef CONFIG_OVERRIDE_CUTOFF_CTRL */  /* #undef CONFIG_OVERRIDE_CUTOFF_CTRL */
55    
# Line 53  Line 59 
59  /* Define to a MIDI controller number to override resonance control. */  /* Define to a MIDI controller number to override resonance control. */
60  /* #undef CONFIG_OVERRIDE_RESONANCE_CTRL */  /* #undef CONFIG_OVERRIDE_RESONANCE_CTRL */
61    
62    /* Define default portamento time. */
63    #define CONFIG_PORTAMENTO_TIME_DEFAULT 1
64    
65    /* Define max. portamento time. */
66    #define CONFIG_PORTAMENTO_TIME_MAX 32
67    
68    /* Define min. portamento time. */
69    #define CONFIG_PORTAMENTO_TIME_MIN 0.1
70    
71  /* Define amount of sample points to be cached in RAM. */  /* Define amount of sample points to be cached in RAM. */
72  #define CONFIG_PRELOAD_SAMPLES 32768  #define CONFIG_PRELOAD_SAMPLES 32768
73    
74    /* Define to 1 if you want to enable processing of All-Notes-Off MIDI
75       messages. */
76    #define CONFIG_PROCESS_ALL_NOTES_OFF 1
77    
78  /* Define amount of streams to be refilled per cycle. */  /* Define amount of streams to be refilled per cycle. */
79  #define CONFIG_REFILL_STREAMS_PER_RUN 4  #define CONFIG_REFILL_STREAMS_PER_RUN 4
80    
# Line 76  Line 95 
95    
96  /* Define voice stealing algorithm to be used. */  /* Define voice stealing algorithm to be used. */
97  #define CONFIG_VOICE_STEAL_ALGO voice_steal_algo_oldestvoiceonkey  #define CONFIG_VOICE_STEAL_ALGO voice_steal_algo_oldestvoiceonkey
98    
99    // avoid automatic inclusion of config.h in global.h, since we use version.h
100    // to manually maintain all compile time configuration parameters
101    #define OVERRIDE_CONFIG_H

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

  ViewVC Help
Powered by ViewVC