-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.h.in
47 lines (44 loc) · 1.79 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//=============================================================================
// OOMidi
// OpenOctave Midi and Audio Editor
// $Id:$
//
// Copyright (C) 2002-2006 by Werner Schweer and others
// Copyright (C) 2011-2012 by The OpenOctave Project
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//=============================================================================
#cmakedefine HAVE_LASH
#cmakedefine OSC_SUPPORT
#cmakedefine DSSI_SUPPORT
#cmakedefine VST_SUPPORT
#cmakedefine LV2_SUPPORT
#cmakedefine LILV_SUPPORT
#cmakedefine LILV_STATIC
#cmakedefine SUIL_SUPPORT
#cmakedefine SLV2_SUPPORT
#cmakedefine LSCP_SUPPORT
#cmakedefine USE_SSE
#cmakedefine JACK2_SUPPORT
#cmakedefine JACK_SESSION_SUPPORT
#cmakedefine GTK2UI_SUPPORT
#define VERSION "${OOMidi_VERSION_FULL}"
#define PACKAGE_NAME "OOMidi"
#define DOCDIR "${OOMidi_DOC_DIR}"
#define SHAREDIR "${OOMidi_SHARE_DIR}"
#define LIBDIR "${OOMidi_LIB_DIR}"
#define OOM_INSTALL_BIN "${OOMidi_INSTALL_PATH}"
#define OOM_DEFAULT_TEMPLATE "${OOMidi_SHARE_DIR}/templates/oomidi-template.oos"
#define OOM_EXT_DEFAULT_TEMPLATE "${OOMidi_SHARE_DIR}/templates/oomidi-extended-template.oos"
#define MIDI_FIFO_SIZE ${OOM_MIDI_FIFO_SIZE}
#define MIDI_REC_FIFO_SIZE ${OOM_MIDI_REC_FIFO_SIZE}