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

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

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

revision 32 by schoenebeck, Sun Jan 11 16:43:54 2004 UTC revision 33 by schoenebeck, Mon Feb 16 19:30:42 2004 UTC
# Line 29  Line 29 
29  #include <stdint.h>  #include <stdint.h>
30  #include <stdio.h>  #include <stdio.h>
31    
32    #include <string>
33    
34  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
35  #  include <config.h>  #  include <config.h>
36  #endif  #endif
# Line 41  Line 43 
43  #  define dmsg(debuglevel,x)  #  define dmsg(debuglevel,x)
44  #endif // LS_DEBUG  #endif // LS_DEBUG
45    
46    #define MAX_EVENTS_PER_FRAGMENT         1024
47    
48  // defines globally the bit depth of used samples  // defines globally the bit depth of used samples
49  typedef int16_t sample_t;  typedef int16_t sample_t;
50    
51    typedef std::string String;
52    
53  #endif // __GLOBAL_H__  #endif // __GLOBAL_H__

Legend:
Removed from v.32  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC