/[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 271 by schoenebeck, Fri Oct 8 20:51:39 2004 UTC revision 319 by schoenebeck, Mon Dec 13 00:46:42 2004 UTC
# Line 60  Line 60 
60  /// Defines how many event objects the modulation system allocates  /// Defines how many event objects the modulation system allocates
61  #define MAX_EVENTS_PER_FRAGMENT         1024  #define MAX_EVENTS_PER_FRAGMENT         1024
62    
63    #define EMMS __asm__ __volatile__ ("emms" ::: "st", "st(1)", "st(2)", "st(3)", "st(4)", "st(5)", "st(6)", "st(7)", "mm0", "mm1", "mm2", "mm3", "mm4", "mm5", "mm6", "mm7")
64    
65  /// defines globally the bit depth of used samples  /// defines globally the bit depth of used samples
66  typedef int16_t sample_t;  typedef int16_t sample_t;
67    

Legend:
Removed from v.271  
changed lines
  Added in v.319

  ViewVC Help
Powered by ViewVC