/[svn]/linuxsampler/trunk/src/common/global.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/global.h

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

revision 554 by schoenebeck, Thu May 19 19:25:14 2005 UTC revision 738 by schoenebeck, Tue Aug 16 17:14:25 2005 UTC
# Line 69  Line 69 
69  #ifndef CONFIG_MAX_VOICES  #ifndef CONFIG_MAX_VOICES
70  # error "Configuration macro CONFIG_MAX_VOICES not defined!"  # error "Configuration macro CONFIG_MAX_VOICES not defined!"
71  #endif // CONFIG_MAX_VOICES  #endif // CONFIG_MAX_VOICES
72    #ifndef CONFIG_DEFAULT_SUBFRAGMENT_SIZE
73    # error "Configuration macro CONFIG_DEFAULT_SUBFRAGMENT_SIZE not defined!"
74    #endif // CONFIG_DEFAULT_SUBFRAGMENT_SIZE
75  #ifndef CONFIG_VOICE_STEAL_ALGO  #ifndef CONFIG_VOICE_STEAL_ALGO
76  # error "Configuration macro CONFIG_VOICE_STEAL_ALGO not defined!"  # error "Configuration macro CONFIG_VOICE_STEAL_ALGO not defined!"
77  #endif // CONFIG_VOICE_STEAL_ALGO  #endif // CONFIG_VOICE_STEAL_ALGO
78  #ifndef CONFIG_SYSEX_BUFFER_SIZE  #ifndef CONFIG_SYSEX_BUFFER_SIZE
79  # error "Configuration macro CONFIG_SYSEX_BUFFER_SIZE not defined!"  # error "Configuration macro CONFIG_SYSEX_BUFFER_SIZE not defined!"
80  #endif // CONFIG_SYSEX_BUFFER_SIZE  #endif // CONFIG_SYSEX_BUFFER_SIZE
 #ifndef CONFIG_FILTER_UPDATE_STEPS  
 # error "Configuration macro CONFIG_FILTER_UPDATE_STEPS not defined!"  
 #endif // CONFIG_FILTER_UPDATE_STEPS  
81  #ifndef CONFIG_FILTER_CUTOFF_MIN  #ifndef CONFIG_FILTER_CUTOFF_MIN
82  # error "Configuration macro CONFIG_FILTER_CUTOFF_MIN not defined!"  # error "Configuration macro CONFIG_FILTER_CUTOFF_MIN not defined!"
83  #endif // CONFIG_FILTER_CUTOFF_MIN  #endif // CONFIG_FILTER_CUTOFF_MIN
# Line 99  typedef int16_t sample_t; Line 99  typedef int16_t sample_t;
99  typedef std::string String;  typedef std::string String;
100    
101  /**  /**
102   * Wether a function / method call was successful, or if warnings or even an   * Whether a function / method call was successful, or if warnings or even an
103   * error occured.   * error occured.
104   */   */
105  enum result_type_t {  enum result_type_t {

Legend:
Removed from v.554  
changed lines
  Added in v.738

  ViewVC Help
Powered by ViewVC