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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1414 - (show annotations) (download) (as text)
Fri Oct 12 22:50:47 2007 UTC (16 years, 5 months ago) by capela
File MIME type: text/x-c++hdr
File size: 446 byte(s)
* Changed client interface function, for editing instrument,
  from: lscp_edit_instrument() to lscp_edit_channel_instrument().

1
2 #define PACKAGE_NAME "Qsampler"
3 #define PACKAGE_VERSION "0.1.4.10"
4
5 #define CONFIG_PREFIX "."
6 #define CONFIG_DEBUG 1
7
8 #undef CONFIG_ROUND
9
10 #define CONFIG_INSTRUMENT_NAME 1
11 #define CONFIG_MUTE_SOLO 1
12 #define CONFIG_EDIT_INSTRUMENT 1
13 #define CONFIG_MIDI_INSTRUMENT 1
14 #define CONFIG_AUDIO_ROUTING 1
15 #define CONFIG_FXSEND 1
16 #define CONFIG_FXSEND_LEVEL 1
17 #define CONFIG_VOLUME 1
18
19 #undef HAVE_SIGNAL_H
20
21

  ViewVC Help
Powered by ViewVC