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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1740 - (show annotations) (download) (as text)
Fri May 23 23:35:55 2008 UTC (15 years, 10 months ago) by capela
File MIME type: text/x-c++hdr
File size: 587 byte(s)
* Attempt to load Qt's own translation support and get rid of
  the ever warning startup message, unless built in debug mode.
  (transaction by Guido Scholz, while on qsynth-devel, thanks).

* Only one application instance is now allowed to be up and running,
  with immediate but graceful termination upon startup iif an already
  running instance is detected, which will see its main widget shown
  up automatically (Qt/X11 platform only).

1
2 #define PACKAGE_NAME "Qsampler"
3 #define PACKAGE_VERSION "0.2.1.16"
4
5 #define CONFIG_PREFIX "."
6 #define CONFIG_DEBUG 1
7
8 #if defined(__MINGW32__)
9 #define CONFIG_ROUND 1
10 #endif
11
12 #define CONFIG_INSTRUMENT_NAME 1
13 #define CONFIG_MUTE_SOLO 1
14 #define CONFIG_EDIT_INSTRUMENT 1
15 #define CONFIG_MIDI_INSTRUMENT 1
16 #define CONFIG_AUDIO_ROUTING 1
17 #define CONFIG_FXSEND 1
18 #define CONFIG_FXSEND_LEVEL 1
19 #define CONFIG_FXSEND_RENAME 1
20 #define CONFIG_VOLUME 1
21
22 #define CONFIG_EVENT_CHANNEL_MIDI 1
23 #define CONFIG_EVENT_DEVICE_MIDI 1
24
25 #undef HAVE_SIGNAL_H
26
27

  ViewVC Help
Powered by ViewVC