/[svn]/qsampler/trunk/win32/config.h
ViewVC logotype

Annotation of /qsampler/trunk/win32/config.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1749 - (hide annotations) (download) (as text)
Wed Jul 2 13:19:09 2008 UTC (15 years, 9 months ago) by capela
File MIME type: text/x-c++hdr
File size: 587 byte(s)
* Due to some trouble with newer Qt >= 4.4 applications regarding font
  size configuration, a new global user option is now available to the
  rescue: View/Options... /Display/Other/Base font size (default none).

1 capela 426
2 capela 753 #define PACKAGE_NAME "Qsampler"
3 capela 1749 #define PACKAGE_VERSION "0.2.1.17"
4 capela 753
5 capela 426 #define CONFIG_PREFIX "."
6     #define CONFIG_DEBUG 1
7    
8 senoner 1476 #if defined(__MINGW32__)
9     #define CONFIG_ROUND 1
10     #endif
11 capela 972
12 capela 753 #define CONFIG_INSTRUMENT_NAME 1
13     #define CONFIG_MUTE_SOLO 1
14 capela 1372 #define CONFIG_EDIT_INSTRUMENT 1
15 capela 957 #define CONFIG_MIDI_INSTRUMENT 1
16 capela 1022 #define CONFIG_AUDIO_ROUTING 1
17 capela 1024 #define CONFIG_FXSEND 1
18 capela 1033 #define CONFIG_FXSEND_LEVEL 1
19 capela 1671 #define CONFIG_FXSEND_RENAME 1
20 capela 1034 #define CONFIG_VOLUME 1
21 capela 751
22 capela 1704 #define CONFIG_EVENT_CHANNEL_MIDI 1
23     #define CONFIG_EVENT_DEVICE_MIDI 1
24    
25 capela 426 #undef HAVE_SIGNAL_H
26    
27    

  ViewVC Help
Powered by ViewVC