/[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 828 by schoenebeck, Tue Aug 16 17:14:25 2005 UTC revision 829 by schoenebeck, Sat Jan 14 14:07:47 2006 UTC
# Line 56  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.828  
changed lines
  Added in v.829

  ViewVC Help
Powered by ViewVC