/[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 557 by schoenebeck, Sat May 21 01:11:53 2005 UTC revision 692 by schoenebeck, Fri Jul 15 16:59:35 2005 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 75  Line 78 
78  #define CONFIG_SYSEX_BUFFER_SIZE 2048  #define CONFIG_SYSEX_BUFFER_SIZE 2048
79    
80  /* Define voice stealing algorithm to be used. */  /* Define voice stealing algorithm to be used. */
81  #define CONFIG_VOICE_STEAL_ALGO voice_steal_algo_oldestkey  #define CONFIG_VOICE_STEAL_ALGO voice_steal_algo_oldestvoiceonkey

Legend:
Removed from v.557  
changed lines
  Added in v.692

  ViewVC Help
Powered by ViewVC