View | Details | Raw Unified | Return to bug 229867 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-44 / +25 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lmms
4
PORTNAME=	lmms
5
PORTVERSION=	1.1.3
6
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
7
PORTREVISION=	3
6
DISTVERSION=	1.2.0-rc6
8
PORTEPOCH=	2
7
PORTEPOCH=	2
9
CATEGORIES=	audio
8
CATEGORIES=	audio
10
9
Lines 12-17 Link Here
12
COMMENT=	All-in-one sequencer, drum machine, sampler, and more
11
COMMENT=	All-in-one sequencer, drum machine, sampler, and more
13
12
14
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
15
16
BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:audio/ladspa
16
BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:audio/ladspa
17
LIB_DEPENDS=	libFLAC.so:audio/flac \
17
LIB_DEPENDS=	libFLAC.so:audio/flac \
Lines 22-28 Link Here
22
		libogg.so:audio/libogg \
22
		libogg.so:audio/libogg \
23
		libfftw3.so:math/fftw3 \
23
		libfftw3.so:math/fftw3 \
24
		libfftw3f.so:math/fftw3-float \
24
		libfftw3f.so:math/fftw3-float \
25
		libsamplerate.so:audio/libsamplerate \
26
		libfltk.so:x11-toolkits/fltk
25
		libfltk.so:x11-toolkits/fltk
27
RUN_DEPENDS=	${LOCALBASE}/share/ladspa/rdf/caps.rdf:audio/caps-plugins \
26
RUN_DEPENDS=	${LOCALBASE}/share/ladspa/rdf/caps.rdf:audio/caps-plugins \
28
		${LOCALBASE}/lib/ladspa/cmt.so:audio/cmt \
27
		${LOCALBASE}/lib/ladspa/cmt.so:audio/cmt \
Lines 29-87 Link Here
29
		${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:audio/swhplugins \
28
		${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:audio/swhplugins \
30
		${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins
29
		${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins
31
30
32
OPTIONS_DEFINE=	OSS JACK PULSEAUDIO PORTAUDIO SDL
31
USES=		cmake:outsource desktop-file-utils localbase:ldflags pkgconfig \
33
OPTIONS_DEFAULT=OSS
32
		qt:4 shared-mime-info
34
33
USE_GITHUB=	yes
34
GH_ACCOUNT=	LMMS
35
GH_TUPLE=	rampantpixels:rpmalloc:1.3.1:rpmalloc/src/3rdparty/rpmalloc/rpmalloc
35
USE_LDCONFIG=	yes
36
USE_LDCONFIG=	yes
37
USE_QT=		corelib gui linguisttools xml moc_build uic_build rcc_build qmake_build
36
USE_XORG=	x11 xext xft ice sm
38
USE_XORG=	x11 xext xft ice sm
37
USE_QT=		corelib gui xml moc_build uic_build rcc_build \
38
		qmake_build
39
USE_GITHUB=	yes
40
GH_ACCOUNT=	LMMS
41
USES=		cmake desktop-file-utils dos2unix pkgconfig qt:4 shared-mime-info
42
CMAKE_ARGS=	-DWANT_ALSA:BOOL=OFF \
43
		-DWANT_CALF:BOOL=OFF \
44
		-DWANT_CAPS:BOOL=OFF \
45
		-DWANT_CMT:BOOL=OFF \
46
		-DWANT_SWH:BOOL=OFF \
47
		-DWANT_STK:BOOL=OFF \
48
		-DWANT_TAP:BOOL=OFF \
49
		-DWANT_VST:BOOL=OFF \
50
		-DHAVE_STRTOLL=ON
51
39
52
DOS2UNIX_FILES=	CMakeLists.txt
40
CMAKE_OFF=	WANT_ALSA WANT_CALF WANT_CAPS WANT_CMT WANT_SWH WANT_STK \
41
		WANT_TAP WANT_VST
53
42
43
OPTIONS_DEFINE=		OSS JACK PULSEAUDIO PORTAUDIO SDL SNDIO
44
OPTIONS_DEFAULT=	OSS
45
46
JACK_CMAKE_BOOL=	WANT_JACK
54
JACK_LIB_DEPENDS=	libjack.so:audio/jack
47
JACK_LIB_DEPENDS=	libjack.so:audio/jack
55
JACK_CMAKE_OFF=		-DWANT_JACK:BOOL=OFF
56
48
49
PULSEAUDIO_CMAKE_BOOL=	WANT_PULSEAUDIO
57
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
50
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
58
PULSEAUDIO_CMAKE_OFF=	-DWANT_PULSEAUDIO:BOOL=OFF
59
51
52
PORTAUDIO_CMAKE_BOOL=	WANT_PORTAUDIO
60
PORTAUDIO_LIB_DEPENDS=	libportaudio.so:audio/portaudio
53
PORTAUDIO_LIB_DEPENDS=	libportaudio.so:audio/portaudio
61
PORTAUDIO_CMAKE_OFF=	-DWANT_PORTAUDIO:BOOL=OFF
62
54
55
SDL_CMAKE_OFF=		WANT_SDL
63
SDL_USE=		SDL=sdl
56
SDL_USE=		SDL=sdl
64
SDL_CMAKE_OFF=		-DWANT_SDL:BOOL=OFF
65
57
58
SNDIO_CMAKE_BOOL=	WANT_SNDIO
59
SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
60
66
post-patch:
61
post-patch:
67
.for file in data/lmms.desktop
62
	@${REINPLACE_CMD} 's|/usr|${LOCALBASE}|g' ${WRKSRC}/src/core/ConfigManager.cpp
68
	@${REINPLACE_CMD} -e \
63
	@${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \
69
		'/^Icon/s|=.*$$|=lmms|g ; \
64
		${WRKSRC}/src/core/LadspaManager.cpp
70
		 /^Exec/s|=.*$$|=lmms|g ; \
71
		 /^Categories/s|$$|;|g ; \
72
		 /^MimeType/s|$$|;|g' ${WRKSRC}/${file}
73
.endfor
74
.for filename in data/lmms src/core/config_mgr.cpp
75
	@${REINPLACE_CMD} -e \
76
		's|/usr|${PREFIX}|g' ${WRKSRC}/${filename}
77
.endfor
78
.for filename in src/core/ladspa_manager.cpp
79
	@${REINPLACE_CMD} -e \
80
		'/\/usr\/lib/d ; \
81
		 s|/usr/local|${PREFIX}|g' ${WRKSRC}/${filename}
82
.endfor
83
	@${REINPLACE_CMD} -e 's/lib64/lib/' \
65
	@${REINPLACE_CMD} -e 's/lib64/lib/' \
84
		${WRKSRC}/cmake/modules/DetectMachine.cmake
66
		${WRKSRC}/cmake/modules/DetectMachine.cmake
67
	@${REINPLACE_CMD} 's,share/man/,man/,g' ${WRKSRC}/src/CMakeLists.txt
85
68
86
post-patch-OSS-off:
69
post-patch-OSS-off:
87
	@${REINPLACE_CMD} \
70
	@${REINPLACE_CMD} \
Lines 90-98 Link Here
90
		${WRKSRC}/CMakeLists.txt
73
		${WRKSRC}/CMakeLists.txt
91
74
92
post-install:
75
post-install:
93
	@${LN} -sf ${DATADIR}/themes/default/icon.png \
76
	@${RLN} ${STAGEDIR}${DATADIR}/themes/default/icon.png \
94
		${STAGEDIR}${PREFIX}/share/pixmaps/lmms.png
77
		${STAGEDIR}${PREFIX}/share/pixmaps/lmms.png
95
	# make it setuid-root to be able to set realtime priority
96
	# (root privileges are dropped in the main routine)
97
78
98
.include <bsd.port.mk>
79
.include <bsd.port.mk>
(-)distinfo (-3 / +5 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1500880879
1
TIMESTAMP = 1531577221
2
SHA256 (LMMS-lmms-v1.1.3_GH0.tar.gz) = 59338e7b90e02fe18db73114aefe479c0e6d1e0e366185d71ea5c1a1e0f9e6bc
2
SHA256 (LMMS-lmms-v1.2.0-rc6_GH0.tar.gz) = 2476371cff5f77412dbb4bb3e741ffe7c62b3ebab52d83379bf7d18860de0a9f
3
SIZE (LMMS-lmms-v1.1.3_GH0.tar.gz) = 16843533
3
SIZE (LMMS-lmms-v1.2.0-rc6_GH0.tar.gz) = 16622123
4
SHA256 (rampantpixels-rpmalloc-1.3.1_GH0.tar.gz) = 9bc0013a0bf8c01540821e84fef0cef067f1d857a01ceceac36f83bd6fedc106
5
SIZE (rampantpixels-rpmalloc-1.3.1_GH0.tar.gz) = 63517
(-)files/patch-CMakeLists.txt (-25 / +35 lines)
Lines 1-30 Link Here
1
--- CMakeLists.txt.orig	2016-07-26 15:14:45 UTC
1
https://github.com/LMMS/lmms/pull/4486
2
3
--- CMakeLists.txt.orig	2018-07-14 13:58:23 UTC
2
+++ CMakeLists.txt
4
+++ CMakeLists.txt
3
@@ -325,6 +325,7 @@ ENDIF(LMMS_BUILD_WIN32)
5
@@ -56,6 +56,7 @@ OPTION(WANT_MP3LAME	"Include MP3/Lame support" ON)
6
 OPTION(WANT_OGGVORBIS	"Include OGG/Vorbis support" ON)
7
 OPTION(WANT_PULSEAUDIO	"Include PulseAudio support" ON)
8
 OPTION(WANT_PORTAUDIO	"Include PortAudio support" ON)
9
+OPTION(WANT_SNDIO	"Include sndio support" OFF)
10
 OPTION(WANT_SOUNDIO	"Include libsoundio support" ON)
11
 OPTION(WANT_SDL		"Include SDL (Simple DirectMedia Layer) support" ON)
12
 OPTION(WANT_SF2		"Include SoundFont2 player plugin" ON)
13
@@ -80,6 +81,9 @@ ELSE(LMMS_BUILD_APPLE)
14
 	SET(STATUS_APPLEMIDI "<not supported on this platform>")
15
 ENDIF(LMMS_BUILD_APPLE)
4
 
16
 
5
 # check for libsamplerate
17
+IF(LMMS_BUILD_OPENBSD)
6
 PKG_CHECK_MODULES(SAMPLERATE REQUIRED samplerate>=0.1.8)
18
+	SET(WANT_SNDIO ON)
7
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
19
+ENDIF(LMMS_BUILD_OPENBSD)
8
 
20
 
21
 IF(LMMS_BUILD_WIN32)
22
 	SET(WANT_ALSA OFF)
23
@@ -428,7 +432,7 @@ IF(LMMS_BUILD_LINUX OR LMMS_BUILD_APPLE OR LMMS_BUILD_
24
 	FIND_PACKAGE(Threads)
25
 ENDIF(LMMS_BUILD_LINUX OR LMMS_BUILD_APPLE OR LMMS_BUILD_OPENBSD)
9
 
26
 
10
 CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/lmmsconfig.h.in" "${CMAKE_BINARY_DIR}/lmmsconfig.h")
27
-IF(LMMS_BUILD_OPENBSD)
11
@@ -333,10 +334,7 @@ CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/lmms
28
+IF(WANT_SNDIO)
12
 CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/plugins/zynaddsubfx/zynaddsubfx.rc.in" "${CMAKE_BINARY_DIR}/plugins/zynaddsubfx/zynaddsubfx.rc")
29
 	FIND_PACKAGE(Sndio)
30
 	IF(SNDIO_FOUND)
31
 		SET(LMMS_HAVE_SNDIO TRUE)
32
@@ -436,7 +440,7 @@ IF(LMMS_BUILD_OPENBSD)
33
     	ELSE()
34
         	SET(STATUS_SNDIO "<not found or not supported on this platform>")
35
 	ENDIF(SNDIO_FOUND)
36
-ENDIF(LMMS_BUILD_OPENBSD)
37
+ENDIF(WANT_SNDIO)
13
 
38
 
14
 # set compiler flags
39
 # check for WINE
15
-SET(WERROR_FLAGS "-Wall -Werror=unused-function -Wno-sign-compare -Wno-strict-overflow")
40
 IF(WANT_VST)
16
-IF(NOT LMMS_BUILD_APPLE)
17
-   SET(WERROR_FLAGS "${WERROR_FLAGS} -Werror")
18
-ENDIF()
19
+SET(WERROR_FLAGS "-Wall -Wno-sign-compare -Wno-strict-overflow")
20
 
21
 # Due to a regression in gcc-4.8.X, we need to disable array-bounds check
22
 IF (CMAKE_COMPILER_IS_GNUCXX AND ((CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "4.8.0") OR (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "4.8.0")))
23
@@ -639,6 +637,7 @@ MESSAGE(
24
 "running cmake again!\n"
25
 "-----------------------------------------------------------------\n"
26
 "\n\n")
27
+message(STATUS "using link directories: ${FFTW3F_LIBRARY_DIRS} ${AUDIO_LIBRARY_DIRS} ${ZLIB_LIBRARY_DIRS} ${FFTW_LIBRARY_DIRS} ${MXML_LIBRARY_DIRS} ${FLTK_LIBRARY_DIRS}")
28
 
29
 INCLUDE(InstallRequiredSystemLibraries)
30
 SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "LMMS - easy music production for everyone!")
(-)files/patch-include_debug.h (-14 lines)
Lines 1-14 Link Here
1
--- include/debug.h.orig	2015-03-08 02:47:14 UTC
2
+++ include/debug.h
3
@@ -30,10 +30,10 @@
4
 
5
 // set whether debug-stuff (like messages on the console, asserts and other
6
 // additional range-checkings) should be compiled
7
-
8
 #ifdef LMMS_DEBUG
9
 	#include <assert.h>
10
 #else
11
+	#undef assert
12
 	#define assert(x) ((void)(x))
13
 #endif
14
 #include <cstdio>
(-)files/patch-include_lmms__math.h (-27 lines)
Lines 1-27 Link Here
1
--- include/lmms_math.h.orig	2015-03-08 02:47:14 UTC
2
+++ include/lmms_math.h
3
@@ -26,15 +26,14 @@
4
 #ifndef LMMS_MATH_H
5
 #define LMMS_MATH_H
6
 
7
+#include <math.h>
8
 #include <stdint.h>
9
 #include "lmms_constants.h"
10
 #include "lmmsconfig.h"
11
 #include <QtCore/QtGlobal>
12
 
13
-#include <cmath>
14
 using namespace std;
15
 
16
-#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE) 
17
 #ifndef isnanf
18
 #define isnanf(x)	isnan(x)
19
 #endif
20
@@ -53,7 +52,6 @@ using namespace std;
21
 #ifndef exp10f
22
 #define exp10f(x) powf( 10, x )
23
 #endif
24
-#endif
25
 
26
 #ifdef __INTEL_COMPILER
27
 
(-)files/patch-plugins_Amplifier_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/Amplifier/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/Amplifier/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(amplifier Amplifier.cpp AmplifierControls.cpp AmplifierControlDialog.cpp MOCFILES AmplifierControls.h AmplifierControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_BassBooster_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/BassBooster/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/BassBooster/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(bassbooster BassBooster.cpp BassBoosterControls.cpp BassBoosterControlDialog.cpp MOCFILES BassBoosterControls.h BassBoosterControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_DualFilter_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/DualFilter/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/DualFilter/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(dualfilter DualFilter.cpp DualFilterControls.cpp DualFilterControlDialog.cpp MOCFILES DualFilterControls.h DualFilterControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_HydrogenImport_CMakeLists.txt (-8 lines)
Lines 1-8 Link Here
1
--- plugins/HydrogenImport/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/HydrogenImport/CMakeLists.txt
3
@@ -2,3 +2,5 @@ INCLUDE(BuildPlugin)
4
 
5
 BUILD_PLUGIN(hydrogenimport HydrogenImport.cpp HydrogenImport.h local_file_mgr.cpp LocalFileMng.h)
6
 
7
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
8
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_LadspaEffect_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/LadspaEffect/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/LadspaEffect/CMakeLists.txt
3
@@ -24,3 +24,6 @@ INCLUDE(BuildPlugin)
4
 BUILD_PLUGIN(ladspaeffect LadspaEffect.cpp LadspaControls.cpp LadspaControlDialog.cpp LadspaSubPluginFeatures.cpp LadspaEffect.h LadspaControls.h LadspaControlDialog.h LadspaSubPluginFeatures.h MOCFILES LadspaEffect.h LadspaControls.h LadspaControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
5
 
6
 
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_MidiImport_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/MidiImport/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/MidiImport/CMakeLists.txt
3
@@ -6,3 +6,6 @@ BUILD_PLUGIN(midiimport MidiImport.cpp M
4
 	portsmf/mfmidi.cpp portsmf/mfmidi.h portsmf/strparse.cpp
5
 	portsmf/strparse.h portsmf/algrd_internal.h portsmf/algsmfrd_internal.h
6
 	portsmf/trace.h MOCFILES MidiImport.h)
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_MidiImport_portsmf_allegro.h (-10 lines)
Lines 1-10 Link Here
1
--- plugins/MidiImport/portsmf/allegro.h.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/MidiImport/portsmf/allegro.h
3
@@ -904,6 +904,7 @@ public:
4
     void insert_silence(double t, double len);
5
     Alg_track_ptr copy_track(int track_num, double t, double len, bool all);
6
     Alg_seq *copy(double start, double len, bool all);
7
+    using Alg_track::paste;
8
     void paste(double start, Alg_seq *seq);
9
     virtual void clear(double t, double len, bool all);
10
     virtual void merge(double t, Alg_event_list_ptr seq);
(-)files/patch-plugins_audio__file__processor_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/audio_file_processor/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/audio_file_processor/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(audiofileprocessor audio_file_processor.cpp audio_file_processor.h MOCFILES audio_file_processor.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_bit__invader_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/bit_invader/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/bit_invader/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(bitinvader bit_invader.cpp bit_invader.h MOCFILES bit_invader.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_delay_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/delay/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/delay/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(delay delayeffect.cpp delaycontrols.cpp delaycontrolsdialog.cpp lfo.cpp stereodelay.cpp MOCFILES delaycontrols.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_dynamics__processor_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/dynamics_processor/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/dynamics_processor/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(dynamicsprocessor dynamics_processor.cpp dynamics_processor_controls.cpp dynamics_processor_control_dialog.cpp MOCFILES dynamics_processor_controls.h dynamics_processor_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_flp__import_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/flp_import/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/flp_import/CMakeLists.txt
3
@@ -3,3 +3,6 @@ INCLUDE(BuildPlugin)
4
 INCLUDE_DIRECTORIES(unrtf)
5
 
6
 BUILD_PLUGIN(flpimport FlpImport.cpp unrtf.cpp FlpImport.h)
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_kicker_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/kicker/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/kicker/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(kicker kicker.cpp kicker.h MOCFILES kicker.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_ladspa__browser_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/ladspa_browser/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/ladspa_browser/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(ladspabrowser ladspa_browser.cpp ladspa_browser.h ladspa_description.cpp ladspa_description.h ladspa_port_dialog.cpp ladspa_port_dialog.h MOCFILES ladspa_browser.h ladspa_description.h ladspa_port_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_lb302_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/lb302/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/lb302/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(lb302 lb302.cpp lb302.h MOCFILES lb302.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_monstro_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/monstro/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/monstro/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(monstro Monstro.cpp Monstro.h MOCFILES Monstro.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_nes_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/nes/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/nes/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(nes Nes.cpp Nes.h MOCFILES Nes.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_opl2_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/opl2/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/opl2/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(OPL2 opl2instrument.cpp opl2instrument.h opl.h fmopl.c fmopl.h temuopl.cpp temuopl.h MOCFILES opl2instrument.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_organic_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/organic/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/organic/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(organic organic.cpp organic.h MOCFILES organic.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_organic_organic.cpp (-12 lines)
Lines 1-12 Link Here
1
--- plugins/organic/organic.cpp.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/organic/organic.cpp
3
@@ -41,6 +41,9 @@
4
 
5
 #include "embed.cpp"
6
 
7
+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027)
8
+#define log2f(x) (logf(x) / logf(2))
9
+#endif
10
 
11
 
12
 
(-)files/patch-plugins_papu_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/papu/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/papu/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(papu papu_instrument.cpp papu_instrument.h Basic_Gb_Apu.cpp Basic_Gb_Apu.h gb_apu/Gb_Oscs.cpp gb_apu/Gb_Apu.h gb_apu/Blip_Buffer.cpp gb_apu/Gb_Apu.cpp gb_apu/Gb_Oscs.h gb_apu/blargg_common.h gb_apu/Blip_Buffer.h gb_apu/Multi_Buffer.cpp gb_apu/blargg_source.h gb_apu/Blip_Synth.h gb_apu/Multi_Buffer.h MOCFILES papu_instrument.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_patman_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/patman/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/patman/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(patman patman.cpp patman.h MOCFILES patman.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_peak__controller__effect_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/peak_controller_effect/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/peak_controller_effect/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(peakcontrollereffect peak_controller_effect.cpp peak_controller_effect_controls.cpp peak_controller_effect_control_dialog.cpp peak_controller_effect.h peak_controller_effect_controls.h peak_controller_effect_control_dialog.h MOCFILES peak_controller_effect_controls.h peak_controller_effect_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_sf2__player_sf2__player.cpp (-13 lines)
Lines 1-13 Link Here
1
--- plugins/sf2_player/sf2_player.cpp.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/sf2_player/sf2_player.cpp
3
@@ -23,6 +23,10 @@
4
  *
5
  */
6
 
7
+#include <math.h>
8
+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027)
9
+	#define log2(x)             ( log (x) * (1./M_LN2) )
10
+#endif
11
 #include <QtCore/QDebug>
12
 #include <QtGui/QLayout>
13
 #include <QtGui/QLabel>
(-)files/patch-plugins_sfxr_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/sfxr/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/sfxr/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(sfxr sfxr.cpp sfxr.h MOCFILES sfxr.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_sid_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/sid/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/sid/CMakeLists.txt
3
@@ -2,4 +2,5 @@ INCLUDE(BuildPlugin)
4
 
5
 BUILD_PLUGIN(sid sid_instrument.cpp sid_instrument.h envelope.h extfilt.h filter.h pot.h siddefs.h sid.h spline.h voice.h wave.h envelope.cc extfilt.cc filter.cc pot.cc sid.cc version.cc voice.cc wave6581_PS_.cc wave6581_PST.cc wave6581_P_T.cc wave6581__ST.cc wave8580_PS_.cc wave8580_PST.cc wave8580_P_T.cc wave8580__ST.cc wave.cc  MOCFILES sid_instrument.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
6
 
7
-
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_stereo__enhancer_CMakeLists.txt (-8 lines)
Lines 1-8 Link Here
1
--- plugins/stereo_enhancer/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/stereo_enhancer/CMakeLists.txt
3
@@ -2,3 +2,5 @@ INCLUDE(BuildPlugin)
4
 
5
 BUILD_PLUGIN(stereoenhancer stereo_enhancer.cpp stereoenhancer_controls.cpp stereoenhancer_control_dialog.cpp stereo_enhancer.h stereoenhancer_controls.h stereoenhancer_control_dialog.h MOCFILES stereoenhancer_controls.h stereoenhancer_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
6
 
7
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
8
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_stereo__matrix_CMakeLists.txt (-8 lines)
Lines 1-8 Link Here
1
--- plugins/stereo_matrix/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/stereo_matrix/CMakeLists.txt
3
@@ -2,3 +2,5 @@ INCLUDE(BuildPlugin)
4
 
5
 BUILD_PLUGIN(stereomatrix stereo_matrix.cpp stereomatrix_controls.cpp stereomatrix_control_dialog.cpp stereo_matrix.h stereomatrix_controls.h stereomatrix_control_dialog.h MOCFILES stereomatrix_controls.h stereomatrix_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
6
 
7
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
8
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_triple__oscillator_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/triple_oscillator/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/triple_oscillator/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(tripleoscillator TripleOscillator.cpp TripleOscillator.h MOCFILES TripleOscillator.h EMBEDDED_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.png)
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_vibed_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/vibed/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/vibed/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(vibedstrings vibed.cpp nine_button_selector.cpp string_container.cpp vibrating_string.cpp vibed.h nine_button_selector.h string_container.h vibrating_string.h MOCFILES vibed.h nine_button_selector.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_watsyn_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/watsyn/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/watsyn/CMakeLists.txt
3
@@ -3,3 +3,6 @@ INCLUDE(BuildPlugin)
4
 LINK_DIRECTORIES(${SAMPLERATE_LIBRARY_DIRS})
5
 LINK_LIBRARIES(${SAMPLERATE_LIBRARIES})
6
 BUILD_PLUGIN(watsyn Watsyn.cpp Watsyn.h MOCFILES Watsyn.h EMBEDDED_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.png)
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_waveshaper_CMakeLists.txt (-9 lines)
Lines 1-9 Link Here
1
--- plugins/waveshaper/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/waveshaper/CMakeLists.txt
3
@@ -1,3 +1,6 @@
4
 INCLUDE(BuildPlugin)
5
 
6
 BUILD_PLUGIN(waveshaper waveshaper.cpp waveshaper_controls.cpp waveshaper_control_dialog.cpp MOCFILES waveshaper_controls.h waveshaper_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
7
+
8
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
9
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
(-)files/patch-plugins_zynaddsubfx_CMakeLists.txt (-22 lines)
Lines 1-22 Link Here
1
--- plugins/zynaddsubfx/CMakeLists.txt.orig	2015-03-08 02:47:14 UTC
2
+++ plugins/zynaddsubfx/CMakeLists.txt
3
@@ -49,6 +49,7 @@ INCLUDE_DIRECTORIES("${FLTK_INCLUDE_DIR}
4
                     "${CMAKE_BINARY_DIR}")
5
 
6
 include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/zynaddsubfx/src/UI)
7
+link_directories(${FFTW3F_LIBRARY_DIRS})
8
 
9
 ADD_DEFINITIONS(-DPLUGINVERSION)	# removes exit confirmation dialogs etc. in MasterUI.fl
10
 add_subdirectory(zynaddsubfx/src/Nio)
11
@@ -137,11 +138,6 @@ IF(LMMS_BUILD_WIN32)
12
 	TARGET_LINK_LIBRARIES(RemoteZynAddSubFx ${QT_LIBRARIES})
13
 ENDIF(LMMS_BUILD_WIN32)
14
 
15
-# FLTK needs X
16
-IF(LMMS_BUILD_LINUX)
17
-	TARGET_LINK_LIBRARIES(RemoteZynAddSubFx -ldl)
18
-ENDIF(LMMS_BUILD_LINUX)
19
-
20
 
21
 IF(LMMS_BUILD_WIN32)
22
 	ADD_CUSTOM_COMMAND(TARGET ZynAddSubFxCore POST_BUILD COMMAND "${STRIP}" "\"${CMAKE_CURRENT_BINARY_DIR}/libZynAddSubFxCore.dll\"")
(-)files/patch-src_3rdparty_rpmalloc_rpmalloc_rpmalloc_rpmalloc.c (+11 lines)
Line 0 Link Here
1
--- src/3rdparty/rpmalloc/rpmalloc/rpmalloc/rpmalloc.c.orig	2018-07-14 14:17:12 UTC
2
+++ src/3rdparty/rpmalloc/rpmalloc/rpmalloc/rpmalloc.c
3
@@ -1627,6 +1627,8 @@ _memory_map_os(size_t size, size_t* offset) {
4
 #else
5
 #  if defined(__APPLE__)
6
 	void* ptr = mmap(0, size + padding, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_UNINITIALIZED, (_memory_huge_pages ? VM_FLAGS_SUPERPAGE_SIZE_2MB : -1), 0);
7
+#  elif defined(__FreeBSD__)
8
+	void* ptr = mmap(0, size + padding, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_UNINITIALIZED, -1, 0);
9
 #  else
10
 	void* ptr = mmap(0, size + padding, PROT_READ | PROT_WRITE, (_memory_huge_pages ? MAP_HUGETLB : 0) | MAP_PRIVATE | MAP_ANONYMOUS | MAP_UNINITIALIZED, -1, 0);
11
 #  endif
(-)files/patch-src_core_main.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/core/main.cpp.orig	2018-07-02 13:15:50 UTC
2
+++ src/core/main.cpp
3
@@ -156,7 +156,7 @@ int main( int argc, char * * argv )
4
 	"License as published by the Free Software Foundation; either\n"
5
 	"version 2 of the License, or (at your option) any later version.\n\n"
6
 	"Try \"%s --help\" for more information.\n\n", LMMS_VERSION,
7
-				PLATFORM, MACHINE, QT_VERSION_STR, GCC_VERSION,
8
+				PLATFORM, MACHINE, QT_VERSION_STR, __VERSION__,
9
 				argv[0] );
10
 
11
 			return( EXIT_SUCCESS );
(-)files/patch-src_gui_about__dialog.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/gui/about_dialog.cpp.orig	2018-07-02 13:46:00 UTC
2
+++ src/gui/about_dialog.cpp
3
@@ -46,7 +46,7 @@ aboutDialog::aboutDialog() :
4
 					arg( PLATFORM ).
5
 					arg( MACHINE ).
6
 					arg( QT_VERSION_STR ).
7
-					arg( GCC_VERSION ) );
8
+					arg( __VERSION__ ) );
9
 
10
 	authorLabel->setPlainText( embed::getText( "AUTHORS" ) );
11
 
(-)pkg-plist (-122 / +415 lines)
Lines 1-8 Link Here
1
bin/lmms
1
bin/lmms
2
include/lmms/AboutDialog.h
3
include/lmms/ActionGroup.h
4
include/lmms/AtomicInt.h
2
include/lmms/AudioAlsa.h
5
include/lmms/AudioAlsa.h
6
include/lmms/AudioAlsaSetupWidget.h
3
include/lmms/AudioDevice.h
7
include/lmms/AudioDevice.h
8
include/lmms/AudioDeviceSetupWidget.h
4
include/lmms/AudioDummy.h
9
include/lmms/AudioDummy.h
5
include/lmms/AudioFileDevice.h
10
include/lmms/AudioFileDevice.h
11
include/lmms/AudioFileMP3.h
6
include/lmms/AudioFileOgg.h
12
include/lmms/AudioFileOgg.h
7
include/lmms/AudioFileWave.h
13
include/lmms/AudioFileWave.h
8
include/lmms/AudioJack.h
14
include/lmms/AudioJack.h
Lines 12-26 Link Here
12
include/lmms/AudioPulseAudio.h
18
include/lmms/AudioPulseAudio.h
13
include/lmms/AudioSampleRecorder.h
19
include/lmms/AudioSampleRecorder.h
14
include/lmms/AudioSdl.h
20
include/lmms/AudioSdl.h
21
include/lmms/AudioSndio.h
22
include/lmms/AudioSoundIo.h
23
include/lmms/AudioWeakJack.h
24
include/lmms/AutomatableButton.h
15
include/lmms/AutomatableModel.h
25
include/lmms/AutomatableModel.h
16
include/lmms/AutomatableModelView.h
26
include/lmms/AutomatableModelView.h
27
include/lmms/AutomatableSlider.h
17
include/lmms/AutomationEditor.h
28
include/lmms/AutomationEditor.h
18
include/lmms/AutomationPattern.h
29
include/lmms/AutomationPattern.h
19
include/lmms/AutomationPatternView.h
30
include/lmms/AutomationPatternView.h
20
include/lmms/AutomationTrack.h
31
include/lmms/AutomationTrack.h
32
include/lmms/BBEditor.h
33
include/lmms/BBTrack.h
34
include/lmms/BBTrackContainer.h
21
include/lmms/BandLimitedWave.h
35
include/lmms/BandLimitedWave.h
36
include/lmms/BasicFilters.h
37
include/lmms/BufferManager.h
38
include/lmms/CPULoadWidget.h
39
include/lmms/CaptionMenu.h
22
include/lmms/Clipboard.h
40
include/lmms/Clipboard.h
41
include/lmms/ComboBox.h
23
include/lmms/ComboBoxModel.h
42
include/lmms/ComboBoxModel.h
43
include/lmms/ConfigManager.h
24
include/lmms/Controller.h
44
include/lmms/Controller.h
25
include/lmms/ControllerConnection.h
45
include/lmms/ControllerConnection.h
26
include/lmms/ControllerConnectionDialog.h
46
include/lmms/ControllerConnectionDialog.h
Lines 28-38 Link Here
28
include/lmms/ControllerRackView.h
48
include/lmms/ControllerRackView.h
29
include/lmms/ControllerView.h
49
include/lmms/ControllerView.h
30
include/lmms/DataFile.h
50
include/lmms/DataFile.h
51
include/lmms/Delay.h
31
include/lmms/DetuningHelper.h
52
include/lmms/DetuningHelper.h
53
include/lmms/DrumSynth.h
32
include/lmms/DspEffectLibrary.h
54
include/lmms/DspEffectLibrary.h
33
include/lmms/DummyEffect.h
55
include/lmms/DummyEffect.h
34
include/lmms/DummyInstrument.h
56
include/lmms/DummyInstrument.h
35
include/lmms/DummyPlugin.h
57
include/lmms/DummyPlugin.h
58
include/lmms/Editor.h
36
include/lmms/Effect.h
59
include/lmms/Effect.h
37
include/lmms/EffectChain.h
60
include/lmms/EffectChain.h
38
include/lmms/EffectControlDialog.h
61
include/lmms/EffectControlDialog.h
Lines 40-52 Link Here
40
include/lmms/EffectRackView.h
63
include/lmms/EffectRackView.h
41
include/lmms/EffectSelectDialog.h
64
include/lmms/EffectSelectDialog.h
42
include/lmms/EffectView.h
65
include/lmms/EffectView.h
66
include/lmms/Engine.h
43
include/lmms/EnvelopeAndLfoParameters.h
67
include/lmms/EnvelopeAndLfoParameters.h
44
include/lmms/EnvelopeAndLfoView.h
68
include/lmms/EnvelopeAndLfoView.h
69
include/lmms/ExportFilter.h
70
include/lmms/ExportProjectDialog.h
71
include/lmms/FadeButton.h
72
include/lmms/Fader.h
45
include/lmms/FileBrowser.h
73
include/lmms/FileBrowser.h
46
include/lmms/FileDialog.h
74
include/lmms/FileDialog.h
47
include/lmms/FxLine.h
75
include/lmms/FxLine.h
48
include/lmms/FxMixer.h
76
include/lmms/FxMixer.h
49
include/lmms/FxMixerView.h
77
include/lmms/FxMixerView.h
78
include/lmms/Graph.h
79
include/lmms/GroupBox.h
80
include/lmms/GuiApplication.h
50
include/lmms/ImportFilter.h
81
include/lmms/ImportFilter.h
51
include/lmms/InlineAutomation.h
82
include/lmms/InlineAutomation.h
52
include/lmms/Instrument.h
83
include/lmms/Instrument.h
Lines 59-74 Link Here
59
include/lmms/InstrumentTrack.h
90
include/lmms/InstrumentTrack.h
60
include/lmms/InstrumentView.h
91
include/lmms/InstrumentView.h
61
include/lmms/JournallingObject.h
92
include/lmms/JournallingObject.h
93
include/lmms/Knob.h
94
include/lmms/Ladspa2LMMS.h
62
include/lmms/LadspaBase.h
95
include/lmms/LadspaBase.h
63
include/lmms/LadspaControl.h
96
include/lmms/LadspaControl.h
64
include/lmms/LadspaControlView.h
97
include/lmms/LadspaControlView.h
98
include/lmms/LadspaManager.h
65
include/lmms/LcdSpinBox.h
99
include/lmms/LcdSpinBox.h
66
include/lmms/LcdWidget.h
100
include/lmms/LcdWidget.h
101
include/lmms/LedCheckbox.h
102
include/lmms/LeftRightNav.h
67
include/lmms/LfoController.h
103
include/lmms/LfoController.h
68
include/lmms/LmmsPalette.h
104
include/lmms/LmmsPalette.h
69
include/lmms/LmmsStyle.h
105
include/lmms/LmmsStyle.h
106
include/lmms/LocklessAllocator.h
107
include/lmms/LocklessList.h
108
include/lmms/MainApplication.h
70
include/lmms/MainWindow.h
109
include/lmms/MainWindow.h
71
include/lmms/MemoryHelper.h
110
include/lmms/MemoryHelper.h
111
include/lmms/MemoryManager.h
72
include/lmms/MeterDialog.h
112
include/lmms/MeterDialog.h
73
include/lmms/MeterModel.h
113
include/lmms/MeterModel.h
74
include/lmms/MicroTimer.h
114
include/lmms/MicroTimer.h
Lines 75-88 Link Here
75
include/lmms/Midi.h
115
include/lmms/Midi.h
76
include/lmms/MidiAlsaRaw.h
116
include/lmms/MidiAlsaRaw.h
77
include/lmms/MidiAlsaSeq.h
117
include/lmms/MidiAlsaSeq.h
118
include/lmms/MidiApple.h
78
include/lmms/MidiClient.h
119
include/lmms/MidiClient.h
79
include/lmms/MidiController.h
120
include/lmms/MidiController.h
80
include/lmms/MidiDummy.h
121
include/lmms/MidiDummy.h
81
include/lmms/MidiEvent.h
122
include/lmms/MidiEvent.h
82
include/lmms/MidiEventProcessor.h
123
include/lmms/MidiEventProcessor.h
124
include/lmms/MidiJack.h
83
include/lmms/MidiOss.h
125
include/lmms/MidiOss.h
84
include/lmms/MidiPort.h
126
include/lmms/MidiPort.h
85
include/lmms/MidiPortMenu.h
127
include/lmms/MidiPortMenu.h
128
include/lmms/MidiSetupWidget.h
129
include/lmms/MidiSndio.h
86
include/lmms/MidiTime.h
130
include/lmms/MidiTime.h
87
include/lmms/MidiWinMM.h
131
include/lmms/MidiWinMM.h
88
include/lmms/MixHelpers.h
132
include/lmms/MixHelpers.h
Lines 91-98 Link Here
91
include/lmms/MixerWorkerThread.h
135
include/lmms/MixerWorkerThread.h
92
include/lmms/Model.h
136
include/lmms/Model.h
93
include/lmms/ModelView.h
137
include/lmms/ModelView.h
138
include/lmms/NStateButton.h
139
include/lmms/Note.h
94
include/lmms/NotePlayHandle.h
140
include/lmms/NotePlayHandle.h
95
include/lmms/Oscillator.h
141
include/lmms/Oscillator.h
142
include/lmms/OutputSettings.h
96
include/lmms/Pattern.h
143
include/lmms/Pattern.h
97
include/lmms/PeakController.h
144
include/lmms/PeakController.h
98
include/lmms/Piano.h
145
include/lmms/Piano.h
Lines 99-112 Link Here
99
include/lmms/PianoRoll.h
146
include/lmms/PianoRoll.h
100
include/lmms/PianoView.h
147
include/lmms/PianoView.h
101
include/lmms/Pitch.h
148
include/lmms/Pitch.h
149
include/lmms/PixmapButton.h
102
include/lmms/PlayHandle.h
150
include/lmms/PlayHandle.h
103
include/lmms/Plugin.h
151
include/lmms/Plugin.h
152
include/lmms/PluginBrowser.h
153
include/lmms/PluginFactory.h
104
include/lmms/PluginView.h
154
include/lmms/PluginView.h
105
include/lmms/PresetPreviewPlayHandle.h
155
include/lmms/PresetPreviewPlayHandle.h
106
include/lmms/ProjectJournal.h
156
include/lmms/ProjectJournal.h
157
include/lmms/ProjectNotes.h
107
include/lmms/ProjectRenderer.h
158
include/lmms/ProjectRenderer.h
159
include/lmms/ProjectVersion.h
108
include/lmms/RemotePlugin.h
160
include/lmms/RemotePlugin.h
161
include/lmms/RenameDialog.h
162
include/lmms/RenderManager.h
163
include/lmms/RingBuffer.h
109
include/lmms/RmsHelper.h
164
include/lmms/RmsHelper.h
165
include/lmms/RowTableView.h
166
include/lmms/Rubberband.h
110
include/lmms/SampleBuffer.h
167
include/lmms/SampleBuffer.h
111
include/lmms/SamplePlayHandle.h
168
include/lmms/SamplePlayHandle.h
112
include/lmms/SampleRecordHandle.h
169
include/lmms/SampleRecordHandle.h
Lines 113-202 Link Here
113
include/lmms/SampleTrack.h
170
include/lmms/SampleTrack.h
114
include/lmms/SendButtonIndicator.h
171
include/lmms/SendButtonIndicator.h
115
include/lmms/SerializingObject.h
172
include/lmms/SerializingObject.h
173
include/lmms/SetupDialog.h
116
include/lmms/SideBar.h
174
include/lmms/SideBar.h
117
include/lmms/SideBarWidget.h
175
include/lmms/SideBarWidget.h
176
include/lmms/Song.h
118
include/lmms/SongEditor.h
177
include/lmms/SongEditor.h
178
include/lmms/StringPairDrag.h
179
include/lmms/SubWindow.h
119
include/lmms/SweepOscillator.h
180
include/lmms/SweepOscillator.h
181
include/lmms/TabBar.h
182
include/lmms/TabButton.h
183
include/lmms/TabWidget.h
120
include/lmms/TempoSyncKnob.h
184
include/lmms/TempoSyncKnob.h
121
include/lmms/TempoSyncKnobModel.h
185
include/lmms/TempoSyncKnobModel.h
186
include/lmms/TextFloat.h
122
include/lmms/ThreadableJob.h
187
include/lmms/ThreadableJob.h
123
include/lmms/TimeDisplayWidget.h
188
include/lmms/TimeDisplayWidget.h
189
include/lmms/TimeLineWidget.h
190
include/lmms/ToolButton.h
124
include/lmms/ToolPlugin.h
191
include/lmms/ToolPlugin.h
125
include/lmms/ToolPluginView.h
192
include/lmms/ToolPluginView.h
193
include/lmms/ToolTip.h
194
include/lmms/Track.h
126
include/lmms/TrackContainer.h
195
include/lmms/TrackContainer.h
127
include/lmms/TrackContainerView.h
196
include/lmms/TrackContainerView.h
197
include/lmms/TrackLabelButton.h
198
include/lmms/TrackRenameLineEdit.h
199
include/lmms/ValueBuffer.h
128
include/lmms/VersionedSaveDialog.h
200
include/lmms/VersionedSaveDialog.h
201
include/lmms/VisualizationWidget.h
129
include/lmms/VstSyncController.h
202
include/lmms/VstSyncController.h
130
include/lmms/VstSyncData.h
203
include/lmms/VstSyncData.h
131
include/lmms/about_dialog.h
132
include/lmms/aeffectx.h
204
include/lmms/aeffectx.h
133
include/lmms/atomic_int.h
134
include/lmms/automatable_button.h
135
include/lmms/automatable_slider.h
136
include/lmms/base64.h
205
include/lmms/base64.h
137
include/lmms/basic_filters.h
138
include/lmms/bb_editor.h
139
include/lmms/bb_track.h
140
include/lmms/bb_track_container.h
141
include/lmms/caption_menu.h
142
include/lmms/combobox.h
143
include/lmms/config_mgr.h
144
include/lmms/cpuload_widget.h
145
include/lmms/custom_events.h
206
include/lmms/custom_events.h
146
include/lmms/debug.h
207
include/lmms/debug.h
147
include/lmms/drumsynth.h
208
include/lmms/denormals.h
148
include/lmms/embed.cpp
209
include/lmms/embed.cpp
149
include/lmms/embed.h
210
include/lmms/embed.h
150
include/lmms/endian_handling.h
211
include/lmms/endian_handling.h
151
include/lmms/engine.h
152
include/lmms/export.h
212
include/lmms/export.h
153
include/lmms/export_project_dialog.h
154
include/lmms/fade_button.h
155
include/lmms/fader.h
156
include/lmms/fft_helpers.h
213
include/lmms/fft_helpers.h
157
include/lmms/fifo_buffer.h
214
include/lmms/fifo_buffer.h
158
include/lmms/graph.h
159
include/lmms/group_box.h
160
include/lmms/gui_templates.h
215
include/lmms/gui_templates.h
161
include/lmms/interpolation.h
216
include/lmms/interpolation.h
162
include/lmms/knob.h
163
include/lmms/ladspa.h
217
include/lmms/ladspa.h
164
include/lmms/ladspa_2_lmms.h
165
include/lmms/ladspa_manager.h
166
include/lmms/led_checkbox.h
167
include/lmms/lmms_basics.h
218
include/lmms/lmms_basics.h
168
include/lmms/lmms_constants.h
219
include/lmms/lmms_constants.h
169
include/lmms/lmms_math.h
220
include/lmms/lmms_math.h
170
include/lmms/lmmsconfig.h
221
include/lmms/lmmsconfig.h
171
include/lmms/lmmsversion.h
222
include/lmms/lmmsversion.h
172
include/lmms/note.h
173
include/lmms/nstate_button.h
174
include/lmms/panning.h
223
include/lmms/panning.h
175
include/lmms/panning_constants.h
224
include/lmms/panning_constants.h
176
include/lmms/pixmap_button.h
177
include/lmms/plugin_browser.h
178
include/lmms/project_notes.h
179
include/lmms/project_version.h
180
include/lmms/rename_dialog.h
181
include/lmms/rubberband.h
182
include/lmms/setup_dialog.h
183
include/lmms/shared_object.h
225
include/lmms/shared_object.h
184
include/lmms/song.h
185
include/lmms/string_pair_drag.h
186
include/lmms/tab_bar.h
187
include/lmms/tab_button.h
188
include/lmms/tab_widget.h
189
include/lmms/templates.h
226
include/lmms/templates.h
190
include/lmms/text_float.h
191
include/lmms/timeline.h
192
include/lmms/tool_button.h
193
include/lmms/tooltip.h
194
include/lmms/track.h
195
include/lmms/track_label_button.h
196
include/lmms/transformable_auto_model.h
197
include/lmms/update_event.h
227
include/lmms/update_event.h
198
include/lmms/versioninfo.h
228
include/lmms/versioninfo.h
199
include/lmms/visualization_widget.h
200
include/lmms/volume.h
229
include/lmms/volume.h
201
lib/lmms/RemoteZynAddSubFx
230
lib/lmms/RemoteZynAddSubFx
202
lib/lmms/libOPL2.so
231
lib/lmms/libOPL2.so
Lines 204-226 Link Here
204
lib/lmms/libamplifier.so
233
lib/lmms/libamplifier.so
205
lib/lmms/libaudiofileprocessor.so
234
lib/lmms/libaudiofileprocessor.so
206
lib/lmms/libbassbooster.so
235
lib/lmms/libbassbooster.so
236
lib/lmms/libbitcrush.so
207
lib/lmms/libbitinvader.so
237
lib/lmms/libbitinvader.so
238
lib/lmms/libcrossovereq.so
208
lib/lmms/libdelay.so
239
lib/lmms/libdelay.so
209
lib/lmms/libdualfilter.so
240
lib/lmms/libdualfilter.so
210
lib/lmms/libdynamicsprocessor.so
241
lib/lmms/libdynamicsprocessor.so
211
lib/lmms/libflpimport.so
242
lib/lmms/libeq.so
243
lib/lmms/libflanger.so
212
lib/lmms/libhydrogenimport.so
244
lib/lmms/libhydrogenimport.so
213
lib/lmms/libkicker.so
245
lib/lmms/libkicker.so
214
lib/lmms/libladspabrowser.so
246
lib/lmms/libladspabrowser.so
215
lib/lmms/libladspaeffect.so
247
lib/lmms/libladspaeffect.so
216
lib/lmms/liblb302.so
248
lib/lmms/liblb302.so
249
lib/lmms/libmidiexport.so
217
lib/lmms/libmidiimport.so
250
lib/lmms/libmidiimport.so
218
lib/lmms/libmonstro.so
251
lib/lmms/libmonstro.so
252
lib/lmms/libmultitapecho.so
219
lib/lmms/libnes.so
253
lib/lmms/libnes.so
220
lib/lmms/liborganic.so
254
lib/lmms/liborganic.so
221
lib/lmms/libpapu.so
255
lib/lmms/libpapu.so
222
lib/lmms/libpatman.so
256
lib/lmms/libpatman.so
223
lib/lmms/libpeakcontrollereffect.so
257
lib/lmms/libpeakcontrollereffect.so
258
lib/lmms/libreverbsc.so
224
lib/lmms/libsf2player.so
259
lib/lmms/libsf2player.so
225
lib/lmms/libsfxr.so
260
lib/lmms/libsfxr.so
226
lib/lmms/libsid.so
261
lib/lmms/libsid.so
Lines 232-241 Link Here
232
lib/lmms/libwatsyn.so
267
lib/lmms/libwatsyn.so
233
lib/lmms/libwaveshaper.so
268
lib/lmms/libwaveshaper.so
234
lib/lmms/libzynaddsubfx.so
269
lib/lmms/libzynaddsubfx.so
270
man/man1/lmms.1.gz
235
share/applications/lmms.desktop
271
share/applications/lmms.desktop
272
share/icons/hicolor/scalable/apps/lmms.svg
273
share/icons/hicolor/scalable/mimetypes/application-x-lmms-project.svg
236
%%DATADIR%%/backgrounds/lmms_tile.png
274
%%DATADIR%%/backgrounds/lmms_tile.png
237
%%DATADIR%%/backgrounds/newbg.png
275
%%DATADIR%%/backgrounds/newbg.png
238
%%DATADIR%%/backgrounds/vinnie.png
276
%%DATADIR%%/backgrounds/vinnie.png
277
%%DATADIR%%/locale/ar.qm
278
%%DATADIR%%/locale/bs.qm
239
%%DATADIR%%/locale/ca.qm
279
%%DATADIR%%/locale/ca.qm
240
%%DATADIR%%/locale/cs.qm
280
%%DATADIR%%/locale/cs.qm
241
%%DATADIR%%/locale/de.qm
281
%%DATADIR%%/locale/de.qm
Lines 244-249 Link Here
244
%%DATADIR%%/locale/fa.qm
284
%%DATADIR%%/locale/fa.qm
245
%%DATADIR%%/locale/fr.qm
285
%%DATADIR%%/locale/fr.qm
246
%%DATADIR%%/locale/gl.qm
286
%%DATADIR%%/locale/gl.qm
287
%%DATADIR%%/locale/hu_HU.qm
247
%%DATADIR%%/locale/it.qm
288
%%DATADIR%%/locale/it.qm
248
%%DATADIR%%/locale/ja.qm
289
%%DATADIR%%/locale/ja.qm
249
%%DATADIR%%/locale/ko.qm
290
%%DATADIR%%/locale/ko.qm
Lines 251-258 Link Here
251
%%DATADIR%%/locale/pl.qm
292
%%DATADIR%%/locale/pl.qm
252
%%DATADIR%%/locale/pt.qm
293
%%DATADIR%%/locale/pt.qm
253
%%DATADIR%%/locale/ru.qm
294
%%DATADIR%%/locale/ru.qm
295
%%DATADIR%%/locale/sl.qm
296
%%DATADIR%%/locale/sr.qm
254
%%DATADIR%%/locale/sv.qm
297
%%DATADIR%%/locale/sv.qm
255
%%DATADIR%%/locale/zh.qm
298
%%DATADIR%%/locale/uk.qm
299
%%DATADIR%%/locale/zh_CN.qm
300
%%DATADIR%%/locale/zh_TW.qm
256
%%DATADIR%%/presets/AudioFileProcessor/Bass-Mania.xpf
301
%%DATADIR%%/presets/AudioFileProcessor/Bass-Mania.xpf
257
%%DATADIR%%/presets/AudioFileProcessor/Erazor.xpf
302
%%DATADIR%%/presets/AudioFileProcessor/Erazor.xpf
258
%%DATADIR%%/presets/AudioFileProcessor/Fat-Reversed-Kick.xpf
303
%%DATADIR%%/presets/AudioFileProcessor/Fat-Reversed-Kick.xpf
Lines 1043-1052 Link Here
1043
%%DATADIR%%/presets/ZynAddSubFX/Rhodes/0065-Steel Rhodes.xiz
1088
%%DATADIR%%/presets/ZynAddSubFX/Rhodes/0065-Steel Rhodes.xiz
1044
%%DATADIR%%/presets/ZynAddSubFX/Rhodes/0067-RhodesPad1.xiz
1089
%%DATADIR%%/presets/ZynAddSubFX/Rhodes/0067-RhodesPad1.xiz
1045
%%DATADIR%%/presets/ZynAddSubFX/Rhodes/0068-RhodesPad2.xiz
1090
%%DATADIR%%/presets/ZynAddSubFX/Rhodes/0068-RhodesPad2.xiz
1046
%%DATADIR%%/presets/ZynAddSubFX/Splited/0001-Strings and Reed1.xiz
1047
%%DATADIR%%/presets/ZynAddSubFX/Splited/0002-Strings and Reed2.xiz
1048
%%DATADIR%%/presets/ZynAddSubFX/Splited/0003-Strings and Flute.xiz
1049
%%DATADIR%%/presets/ZynAddSubFX/Splited/0033-Choir and Reed.xiz
1050
%%DATADIR%%/presets/ZynAddSubFX/Splitted/0001-Strings and Reed1.xiz
1091
%%DATADIR%%/presets/ZynAddSubFX/Splitted/0001-Strings and Reed1.xiz
1051
%%DATADIR%%/presets/ZynAddSubFX/Splitted/0002-Strings and Reed2.xiz
1092
%%DATADIR%%/presets/ZynAddSubFX/Splitted/0002-Strings and Reed2.xiz
1052
%%DATADIR%%/presets/ZynAddSubFX/Splitted/0003-Strings and Flute.xiz
1093
%%DATADIR%%/presets/ZynAddSubFX/Splitted/0003-Strings and Flute.xiz
Lines 1364-1415 Link Here
1364
%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0036-organ_not_distorted.xiz
1405
%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0036-organ_not_distorted.xiz
1365
%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0037-old_organ.xiz
1406
%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0037-old_organ.xiz
1366
%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0039-jazz_guitar.xiz
1407
%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0039-jazz_guitar.xiz
1367
%%DATADIR%%/projects/CoolSongs/Alf42red-Mauiwowi.mmpz
1408
%%DATADIR%%/projects/demos/Alf42red-Mauiwowi.mmpz
1368
%%DATADIR%%/projects/CoolSongs/CapDan/CapDan-TwilightArea-OriginalByAlf42red.mmpz
1409
%%DATADIR%%/projects/demos/AngryLlama-NewFangled.mmpz
1369
%%DATADIR%%/projects/CoolSongs/CapDan/CapDan-ZeroSumGame-OriginalByZakarra.mmpz
1410
%%DATADIR%%/projects/demos/Ashore.mmpz
1370
%%DATADIR%%/projects/CoolSongs/Farbro-Tectonic.mmpz
1411
%%DATADIR%%/projects/demos/CapDan/CapDan-ReggaeTry.mmpz
1371
%%DATADIR%%/projects/CoolSongs/Greippi-ardudar.mmpz
1412
%%DATADIR%%/projects/demos/CapDan/CapDan-ReggaetonTry.mmpz
1372
%%DATADIR%%/projects/CoolSongs/Impulslogik-Zen.mmpz
1413
%%DATADIR%%/projects/demos/CapDan/CapDan-TwilightArea-OriginalByAlf42red.mmpz
1373
%%DATADIR%%/projects/CoolSongs/Momo64-esp.mmpz
1414
%%DATADIR%%/projects/demos/CapDan/CapDan-ZeroSumGame-OriginalByZakarra.mmpz
1374
%%DATADIR%%/projects/CoolSongs/Namitryus-K-Project.mmpz
1415
%%DATADIR%%/projects/demos/DnB.mmpz
1375
%%DATADIR%%/projects/CoolSongs/Oglsdl-Dr8v2.mmpz
1416
%%DATADIR%%/projects/demos/EsoXLB-CPU.mmpz
1376
%%DATADIR%%/projects/CoolSongs/Popsip-Electric Dancer.mmpz
1417
%%DATADIR%%/projects/demos/Farbro-Tectonic.mmpz
1377
%%DATADIR%%/projects/CoolSongs/Root84-Initialize.mmpz
1418
%%DATADIR%%/projects/demos/Greippi - Krem Kaakkuja (Second Flight Remix).mmpz
1378
%%DATADIR%%/projects/CoolSongs/Saber-FinalStep.mmpz
1419
%%DATADIR%%/projects/demos/Impulslogik-Zen.mmpz
1379
%%DATADIR%%/projects/CoolSongs/Settel-InnerRecreation.mmpz
1420
%%DATADIR%%/projects/demos/Jousboxx-BuzzerBeater.mmpz
1380
%%DATADIR%%/projects/CoolSongs/Skiessi/Skiessi-Onion.mmpz
1421
%%DATADIR%%/projects/demos/Momo64-esp.mmpz
1381
%%DATADIR%%/projects/CoolSongs/Skiessi/Skiessi-RandomProjectNumber14253.mmpz
1422
%%DATADIR%%/projects/demos/Namitryus-K-Project.mmpz
1382
%%DATADIR%%/projects/CoolSongs/Skiessi/Skiessi-TurningPoint.mmpz
1423
%%DATADIR%%/projects/demos/Oglsdl-Dr8v2.mmpz
1383
%%DATADIR%%/projects/CoolSongs/Socceroos-Progress.mmpz
1424
%%DATADIR%%/projects/demos/Oglsdl-PpTrip.mmpz
1384
%%DATADIR%%/projects/CoolSongs/StrictProduction-DearJonDoe.mmp
1425
%%DATADIR%%/projects/demos/Popsip-Electric Dancer.mmpz
1385
%%DATADIR%%/projects/CoolSongs/TameAnderson-MakeMe.mmpz
1426
%%DATADIR%%/projects/demos/Root84-Initialize.mmpz
1386
%%DATADIR%%/projects/CoolSongs/Thaledric-Armageddon.mmpz
1427
%%DATADIR%%/projects/demos/Saber-FinalStep.mmpz
1387
%%DATADIR%%/projects/CoolSongs/TobyDox-Psycho.mmpz
1428
%%DATADIR%%/projects/demos/Settel-InnerRecreation.mmpz
1388
%%DATADIR%%/projects/CoolSongs/Zakarra/Zakarra-59_Degrees.mmpz
1429
%%DATADIR%%/projects/demos/Shovon-ProgressiveHousePluckDemo.mmpz
1389
%%DATADIR%%/projects/CoolSongs/Zakarra/Zakarra-MainstreamMemory.mmpz
1430
%%DATADIR%%/projects/demos/Skiessi/Skiessi-C64.mmpz
1390
%%DATADIR%%/projects/CoolSongs/Zakarra/Zakarra-OneDay.mmpz
1431
%%DATADIR%%/projects/demos/Skiessi/Skiessi-Onion.mmpz
1391
%%DATADIR%%/projects/CoolSongs/unfa-Spoken.mmpz
1432
%%DATADIR%%/projects/demos/Skiessi/Skiessi-RandomProjectNumber14253.mmpz
1392
%%DATADIR%%/projects/Demos/AngryLlama-NewFangled.mmpz
1433
%%DATADIR%%/projects/demos/Skiessi/Skiessi-TurningPoint.mmpz
1393
%%DATADIR%%/projects/Demos/Ashore.mmpz
1434
%%DATADIR%%/projects/demos/Socceroos-Progress.mmpz
1394
%%DATADIR%%/projects/Demos/CapDan-ReggaeTry.mmpz
1435
%%DATADIR%%/projects/demos/StrictProduction-DearJonDoe.mmp
1395
%%DATADIR%%/projects/Demos/CapDan-ReggaetonTry.mmpz
1436
%%DATADIR%%/projects/demos/TameAnderson-MakeMe.mmpz
1396
%%DATADIR%%/projects/Demos/DnB.mmpz
1437
%%DATADIR%%/projects/demos/Thaledric-Armageddon.mmpz
1397
%%DATADIR%%/projects/Demos/EsoXLB-CPU.mmpz
1438
%%DATADIR%%/projects/demos/Thomasso-AxeFromThe80s.mmpz
1398
%%DATADIR%%/projects/Demos/Oglsdl-PpTrip.mmpz
1439
%%DATADIR%%/projects/demos/TobyDox-Psycho.mmpz
1399
%%DATADIR%%/projects/Demos/Shovon-ProgressiveHousePluckDemo.mmpz
1440
%%DATADIR%%/projects/demos/unfa-Spoken.mmpz
1400
%%DATADIR%%/projects/Demos/Skiessi-C64.mmpz
1441
%%DATADIR%%/projects/shorties/Crunk(Demo).mmp
1401
%%DATADIR%%/projects/Demos/Thomasso-AxeFromThe80s.mmpz
1442
%%DATADIR%%/projects/shorties/DirtyLove.mmpz
1402
%%DATADIR%%/projects/Shorties/Crunk(Demo).mmp
1443
%%DATADIR%%/projects/shorties/Greshz-CoolSnip.mmpz
1403
%%DATADIR%%/projects/Shorties/Greshz-CoolSnip.mmpz
1444
%%DATADIR%%/projects/shorties/Root84-TrancyLoop.mmpz
1404
%%DATADIR%%/projects/Shorties/Root84-TrancyLoop.mmpz
1445
%%DATADIR%%/projects/shorties/Skiessi-222.mmpz
1405
%%DATADIR%%/projects/Shorties/Skiessi-222.mmpz
1446
%%DATADIR%%/projects/shorties/Surrender-Main.mmpz
1406
%%DATADIR%%/projects/Shorties/Surrender-Main.mmpz
1447
%%DATADIR%%/projects/shorties/sv-DnB-Startup.mmpz
1407
%%DATADIR%%/projects/Shorties/sv-DnB-Startup.mmpz
1448
%%DATADIR%%/projects/shorties/sv-Trance-Startup.mmpz
1408
%%DATADIR%%/projects/Shorties/sv-Trance-Startup.mmpz
1409
%%DATADIR%%/projects/templates/AcousticDrumset.mpt
1449
%%DATADIR%%/projects/templates/AcousticDrumset.mpt
1410
%%DATADIR%%/projects/templates/CR8000.mpt
1450
%%DATADIR%%/projects/templates/CR8000.mpt
1411
%%DATADIR%%/projects/templates/ClubMix.mpt
1451
%%DATADIR%%/projects/templates/ClubMix.mpt
1452
%%DATADIR%%/projects/templates/Empty.mpt
1412
%%DATADIR%%/projects/templates/TR808.mpt
1453
%%DATADIR%%/projects/templates/TR808.mpt
1454
%%DATADIR%%/projects/templates/default.mpt
1413
%%DATADIR%%/projects/tutorials/editing_note_volumes.mmp
1455
%%DATADIR%%/projects/tutorials/editing_note_volumes.mmp
1414
%%DATADIR%%/samples/basses/bass01.ogg
1456
%%DATADIR%%/samples/basses/bass01.ogg
1415
%%DATADIR%%/samples/basses/bass_acid01.ogg
1457
%%DATADIR%%/samples/basses/bass_acid01.ogg
Lines 1426-1441 Link Here
1426
%%DATADIR%%/samples/basses/synth_acid01.ogg
1468
%%DATADIR%%/samples/basses/synth_acid01.ogg
1427
%%DATADIR%%/samples/basses/synth_acid02.ogg
1469
%%DATADIR%%/samples/basses/synth_acid02.ogg
1428
%%DATADIR%%/samples/basses/techno_synth01.ogg
1470
%%DATADIR%%/samples/basses/techno_synth01.ogg
1429
%%DATADIR%%/samples/bassloopes/briff01.ogg
1471
%%DATADIR%%/samples/bassloops/briff01.ogg
1430
%%DATADIR%%/samples/bassloopes/rave_bass01.ogg
1472
%%DATADIR%%/samples/bassloops/rave_bass01.ogg
1431
%%DATADIR%%/samples/bassloopes/rave_bass02.ogg
1473
%%DATADIR%%/samples/bassloops/rave_bass02.ogg
1432
%%DATADIR%%/samples/bassloopes/tb303_01.ogg
1474
%%DATADIR%%/samples/bassloops/tb303_01.ogg
1433
%%DATADIR%%/samples/bassloopes/techno_bass01.ogg
1475
%%DATADIR%%/samples/bassloops/techno_bass01.ogg
1434
%%DATADIR%%/samples/bassloopes/techno_bass02.ogg
1476
%%DATADIR%%/samples/bassloops/techno_bass02.ogg
1435
%%DATADIR%%/samples/bassloopes/techno_synth01.ogg
1477
%%DATADIR%%/samples/bassloops/techno_synth01.ogg
1436
%%DATADIR%%/samples/bassloopes/techno_synth02.ogg
1478
%%DATADIR%%/samples/bassloops/techno_synth02.ogg
1437
%%DATADIR%%/samples/bassloopes/techno_synth03.ogg
1479
%%DATADIR%%/samples/bassloops/techno_synth03.ogg
1438
%%DATADIR%%/samples/bassloopes/techno_synth04.ogg
1480
%%DATADIR%%/samples/bassloops/techno_synth04.ogg
1439
%%DATADIR%%/samples/beats/909beat01.ogg
1481
%%DATADIR%%/samples/beats/909beat01.ogg
1440
%%DATADIR%%/samples/beats/break01.ogg
1482
%%DATADIR%%/samples/beats/break01.ogg
1441
%%DATADIR%%/samples/beats/break02.ogg
1483
%%DATADIR%%/samples/beats/break02.ogg
Lines 2333-2338 Link Here
2333
%%DATADIR%%/samples/misc/hit02.ogg
2375
%%DATADIR%%/samples/misc/hit02.ogg
2334
%%DATADIR%%/samples/misc/metalish_dong01.ogg
2376
%%DATADIR%%/samples/misc/metalish_dong01.ogg
2335
%%DATADIR%%/samples/misc/metronome01.ogg
2377
%%DATADIR%%/samples/misc/metronome01.ogg
2378
%%DATADIR%%/samples/misc/metronome02.ogg
2336
%%DATADIR%%/samples/misc/raving_crowd01.ogg
2379
%%DATADIR%%/samples/misc/raving_crowd01.ogg
2337
%%DATADIR%%/samples/misc/snaph01.ogg
2380
%%DATADIR%%/samples/misc/snaph01.ogg
2338
%%DATADIR%%/samples/misc/undefined01.ogg
2381
%%DATADIR%%/samples/misc/undefined01.ogg
Lines 2414-2422 Link Here
2414
%%DATADIR%%/samples/waveforms/w2_sawsine.flac
2457
%%DATADIR%%/samples/waveforms/w2_sawsine.flac
2415
%%DATADIR%%/samples/waveforms/w2_sharp.flac
2458
%%DATADIR%%/samples/waveforms/w2_sharp.flac
2416
%%DATADIR%%/samples/waveforms/w2_w-wave.flac
2459
%%DATADIR%%/samples/waveforms/w2_w-wave.flac
2460
%%DATADIR%%/themes/classic/add.png
2461
%%DATADIR%%/themes/classic/add_automation.png
2462
%%DATADIR%%/themes/classic/add_bb_track.png
2463
%%DATADIR%%/themes/classic/add_folder.png
2464
%%DATADIR%%/themes/classic/add_sample_track.png
2465
%%DATADIR%%/themes/classic/analysis.png
2466
%%DATADIR%%/themes/classic/apply-selected.png
2467
%%DATADIR%%/themes/classic/apply.png
2468
%%DATADIR%%/themes/classic/arp_down.png
2469
%%DATADIR%%/themes/classic/arp_free.png
2470
%%DATADIR%%/themes/classic/arp_random.png
2471
%%DATADIR%%/themes/classic/arp_sort.png
2472
%%DATADIR%%/themes/classic/arp_sync.png
2473
%%DATADIR%%/themes/classic/arp_up.png
2474
%%DATADIR%%/themes/classic/arp_up_and_down.png
2475
%%DATADIR%%/themes/classic/automation.png
2476
%%DATADIR%%/themes/classic/automation_track.png
2477
%%DATADIR%%/themes/classic/autoscroll_off.png
2478
%%DATADIR%%/themes/classic/autoscroll_on.png
2479
%%DATADIR%%/themes/classic/back_to_start.png
2480
%%DATADIR%%/themes/classic/back_to_zero.png
2481
%%DATADIR%%/themes/classic/background_artwork.png
2482
%%DATADIR%%/themes/classic/bb_track.png
2483
%%DATADIR%%/themes/classic/bb_track_btn.png
2484
%%DATADIR%%/themes/classic/black_key.png
2485
%%DATADIR%%/themes/classic/black_key_pressed.png
2486
%%DATADIR%%/themes/classic/cancel.png
2487
%%DATADIR%%/themes/classic/chord.png
2488
%%DATADIR%%/themes/classic/clock.png
2489
%%DATADIR%%/themes/classic/close.png
2490
%%DATADIR%%/themes/classic/colorize.png
2491
%%DATADIR%%/themes/classic/combobox_arrow.png
2492
%%DATADIR%%/themes/classic/combobox_arrow_selected.png
2493
%%DATADIR%%/themes/classic/combobox_bg.png
2494
%%DATADIR%%/themes/classic/computer.png
2495
%%DATADIR%%/themes/classic/controller.png
2496
%%DATADIR%%/themes/classic/cpuload_bg.png
2497
%%DATADIR%%/themes/classic/cpuload_leds.png
2498
%%DATADIR%%/themes/classic/dont_know.png
2499
%%DATADIR%%/themes/classic/drum.png
2500
%%DATADIR%%/themes/classic/edit_copy.png
2501
%%DATADIR%%/themes/classic/edit_cut.png
2502
%%DATADIR%%/themes/classic/edit_draw.png
2503
%%DATADIR%%/themes/classic/edit_erase.png
2504
%%DATADIR%%/themes/classic/edit_move.png
2505
%%DATADIR%%/themes/classic/edit_paste.png
2506
%%DATADIR%%/themes/classic/edit_redo.png
2507
%%DATADIR%%/themes/classic/edit_rename.png
2508
%%DATADIR%%/themes/classic/edit_select.png
2509
%%DATADIR%%/themes/classic/edit_undo.png
2510
%%DATADIR%%/themes/classic/effect_plugin.png
2511
%%DATADIR%%/themes/classic/envelope_graph.png
2512
%%DATADIR%%/themes/classic/error.png
2513
%%DATADIR%%/themes/classic/exit.png
2514
%%DATADIR%%/themes/classic/exp_wave_active.png
2515
%%DATADIR%%/themes/classic/exp_wave_inactive.png
2516
%%DATADIR%%/themes/classic/factory_files.png
2517
%%DATADIR%%/themes/classic/fader_background.png
2518
%%DATADIR%%/themes/classic/fader_knob.png
2519
%%DATADIR%%/themes/classic/fader_leds.png
2520
%%DATADIR%%/themes/classic/filter_2lp.png
2521
%%DATADIR%%/themes/classic/filter_ap.png
2522
%%DATADIR%%/themes/classic/filter_bp.png
2523
%%DATADIR%%/themes/classic/filter_hp.png
2524
%%DATADIR%%/themes/classic/filter_lp.png
2525
%%DATADIR%%/themes/classic/filter_notch.png
2526
%%DATADIR%%/themes/classic/flip_x.png
2527
%%DATADIR%%/themes/classic/flip_y.png
2528
%%DATADIR%%/themes/classic/folder.png
2529
%%DATADIR%%/themes/classic/folder_locked.png
2530
%%DATADIR%%/themes/classic/folder_opened.png
2531
%%DATADIR%%/themes/classic/freeze.png
2532
%%DATADIR%%/themes/classic/frozen.png
2533
%%DATADIR%%/themes/classic/fx_mixer.png
2534
%%DATADIR%%/themes/classic/hand.png
2535
%%DATADIR%%/themes/classic/help.png
2536
%%DATADIR%%/themes/classic/hint.png
2537
%%DATADIR%%/themes/classic/home.png
2538
%%DATADIR%%/themes/classic/hq_mode.png
2539
%%DATADIR%%/themes/classic/icon.png
2540
%%DATADIR%%/themes/classic/instrument_track.png
2541
%%DATADIR%%/themes/classic/keep_stop_position.png
2542
%%DATADIR%%/themes/classic/knob01.png
2543
%%DATADIR%%/themes/classic/knob02.png
2544
%%DATADIR%%/themes/classic/knob03.png
2545
%%DATADIR%%/themes/classic/knob05.png
2546
%%DATADIR%%/themes/classic/lcd_19green.png
2547
%%DATADIR%%/themes/classic/lcd_19red.png
2548
%%DATADIR%%/themes/classic/lcd_21pink.png
2549
%%DATADIR%%/themes/classic/led_green.png
2550
%%DATADIR%%/themes/classic/led_off.png
2551
%%DATADIR%%/themes/classic/led_red.png
2552
%%DATADIR%%/themes/classic/led_yellow.png
2553
%%DATADIR%%/themes/classic/lfo_controller_artwork.png
2554
%%DATADIR%%/themes/classic/lfo_d100_active.png
2555
%%DATADIR%%/themes/classic/lfo_d100_inactive.png
2556
%%DATADIR%%/themes/classic/lfo_graph.png
2557
%%DATADIR%%/themes/classic/lfo_x100_active.png
2558
%%DATADIR%%/themes/classic/lfo_x100_inactive.png
2559
%%DATADIR%%/themes/classic/lfo_x1_active.png
2560
%%DATADIR%%/themes/classic/lfo_x1_inactive.png
2561
%%DATADIR%%/themes/classic/loop_points_off.png
2562
%%DATADIR%%/themes/classic/loop_points_on.png
2563
%%DATADIR%%/themes/classic/main_slider.png
2564
%%DATADIR%%/themes/classic/master_pitch.png
2565
%%DATADIR%%/themes/classic/master_volume.png
2566
%%DATADIR%%/themes/classic/maximize.png
2567
%%DATADIR%%/themes/classic/metronome.png
2568
%%DATADIR%%/themes/classic/midi_file.png
2569
%%DATADIR%%/themes/classic/mixer_send_off.png
2570
%%DATADIR%%/themes/classic/mixer_send_on.png
2571
%%DATADIR%%/themes/classic/moog_saw_wave_active.png
2572
%%DATADIR%%/themes/classic/moog_saw_wave_inactive.png
2573
%%DATADIR%%/themes/classic/muted.png
2574
%%DATADIR%%/themes/classic/new_channel.png
2575
%%DATADIR%%/themes/classic/note.png
2576
%%DATADIR%%/themes/classic/note_double_whole.png
2577
%%DATADIR%%/themes/classic/note_eighth.png
2578
%%DATADIR%%/themes/classic/note_half.png
2579
%%DATADIR%%/themes/classic/note_none.png
2580
%%DATADIR%%/themes/classic/note_quarter.png
2581
%%DATADIR%%/themes/classic/note_sixteenth.png
2582
%%DATADIR%%/themes/classic/note_thirtysecond.png
2583
%%DATADIR%%/themes/classic/note_tripleteighth.png
2584
%%DATADIR%%/themes/classic/note_triplethalf.png
2585
%%DATADIR%%/themes/classic/note_tripletquarter.png
2586
%%DATADIR%%/themes/classic/note_tripletsixteenth.png
2587
%%DATADIR%%/themes/classic/note_tripletthirtysecond.png
2588
%%DATADIR%%/themes/classic/note_whole.png
2589
%%DATADIR%%/themes/classic/output_graph.png
2590
%%DATADIR%%/themes/classic/pat_rec.png
2591
%%DATADIR%%/themes/classic/pause.png
2592
%%DATADIR%%/themes/classic/piano.png
2593
%%DATADIR%%/themes/classic/play.png
2594
%%DATADIR%%/themes/classic/playpos_marker.png
2595
%%DATADIR%%/themes/classic/plugins.png
2596
%%DATADIR%%/themes/classic/ports.png
2597
%%DATADIR%%/themes/classic/pr_black_key.png
2598
%%DATADIR%%/themes/classic/pr_black_key_pressed.png
2599
%%DATADIR%%/themes/classic/pr_white_key_big.png
2600
%%DATADIR%%/themes/classic/pr_white_key_big_pressed.png
2601
%%DATADIR%%/themes/classic/pr_white_key_small.png
2602
%%DATADIR%%/themes/classic/pr_white_key_small_pressed.png
2603
%%DATADIR%%/themes/classic/preset_file.png
2604
%%DATADIR%%/themes/classic/progression_cubic_hermite.png
2605
%%DATADIR%%/themes/classic/progression_discrete.png
2606
%%DATADIR%%/themes/classic/progression_linear.png
2607
%%DATADIR%%/themes/classic/project_export.png
2608
%%DATADIR%%/themes/classic/project_file.png
2609
%%DATADIR%%/themes/classic/project_import.png
2610
%%DATADIR%%/themes/classic/project_new.png
2611
%%DATADIR%%/themes/classic/project_new_from_template.png
2612
%%DATADIR%%/themes/classic/project_notes.png
2613
%%DATADIR%%/themes/classic/project_open.png
2614
%%DATADIR%%/themes/classic/project_open_down.png
2615
%%DATADIR%%/themes/classic/project_open_recent.png
2616
%%DATADIR%%/themes/classic/project_save.png
2617
%%DATADIR%%/themes/classic/project_saveas.png
2618
%%DATADIR%%/themes/classic/quantize.png
2619
%%DATADIR%%/themes/classic/random_wave_active.png
2620
%%DATADIR%%/themes/classic/random_wave_inactive.png
2621
%%DATADIR%%/themes/classic/receive_bg_arrow.png
2622
%%DATADIR%%/themes/classic/record.png
2623
%%DATADIR%%/themes/classic/record_accompany.png
2624
%%DATADIR%%/themes/classic/reload.png
2625
%%DATADIR%%/themes/classic/restore.png
2626
%%DATADIR%%/themes/classic/round_square_wave_active.png
2627
%%DATADIR%%/themes/classic/round_square_wave_inactive.png
2628
%%DATADIR%%/themes/classic/sample_file.png
2629
%%DATADIR%%/themes/classic/sample_track.png
2630
%%DATADIR%%/themes/classic/saw_wave_active.png
2631
%%DATADIR%%/themes/classic/saw_wave_inactive.png
2632
%%DATADIR%%/themes/classic/sbarrow_down.png
2633
%%DATADIR%%/themes/classic/sbarrow_down_d.png
2634
%%DATADIR%%/themes/classic/sbarrow_left.png
2635
%%DATADIR%%/themes/classic/sbarrow_left_d.png
2636
%%DATADIR%%/themes/classic/sbarrow_right.png
2637
%%DATADIR%%/themes/classic/sbarrow_right_d.png
2638
%%DATADIR%%/themes/classic/sbarrow_up.png
2639
%%DATADIR%%/themes/classic/sbarrow_up_d.png
2640
%%DATADIR%%/themes/classic/scale.png
2641
%%DATADIR%%/themes/classic/send_bg_arrow.png
2642
%%DATADIR%%/themes/classic/setup_audio.png
2643
%%DATADIR%%/themes/classic/setup_directories.png
2644
%%DATADIR%%/themes/classic/setup_general.png
2645
%%DATADIR%%/themes/classic/setup_midi.png
2646
%%DATADIR%%/themes/classic/setup_performance.png
2647
%%DATADIR%%/themes/classic/sin_wave_active.png
2648
%%DATADIR%%/themes/classic/sin_wave_inactive.png
2649
%%DATADIR%%/themes/classic/songeditor.png
2650
%%DATADIR%%/themes/classic/soundfont_file.png
2651
%%DATADIR%%/themes/classic/splash.png
2652
%%DATADIR%%/themes/classic/square_wave_active.png
2653
%%DATADIR%%/themes/classic/square_wave_inactive.png
2654
%%DATADIR%%/themes/classic/step_btn_add.png
2655
%%DATADIR%%/themes/classic/step_btn_duplicate.png
2656
%%DATADIR%%/themes/classic/step_btn_off.png
2657
%%DATADIR%%/themes/classic/step_btn_off_light.png
2658
%%DATADIR%%/themes/classic/step_btn_on_0.png
2659
%%DATADIR%%/themes/classic/step_btn_on_200.png
2660
%%DATADIR%%/themes/classic/step_btn_remove.png
2661
%%DATADIR%%/themes/classic/stepper-down-press.png
2662
%%DATADIR%%/themes/classic/stepper-down.png
2663
%%DATADIR%%/themes/classic/stepper-left-press.png
2664
%%DATADIR%%/themes/classic/stepper-left.png
2665
%%DATADIR%%/themes/classic/stepper-right-press.png
2666
%%DATADIR%%/themes/classic/stepper-right.png
2667
%%DATADIR%%/themes/classic/stepper-up-press.png
2668
%%DATADIR%%/themes/classic/stepper-up.png
2669
%%DATADIR%%/themes/classic/stop.png
2670
%%DATADIR%%/themes/classic/style.css
2671
%%DATADIR%%/themes/classic/tempo_sync.png
2672
%%DATADIR%%/themes/classic/text_block.png
2673
%%DATADIR%%/themes/classic/text_bold.png
2674
%%DATADIR%%/themes/classic/text_center.png
2675
%%DATADIR%%/themes/classic/text_italic.png
2676
%%DATADIR%%/themes/classic/text_left.png
2677
%%DATADIR%%/themes/classic/text_right.png
2678
%%DATADIR%%/themes/classic/text_under.png
2679
%%DATADIR%%/themes/classic/track_op_grip.png
2680
%%DATADIR%%/themes/classic/trackop.png
2681
%%DATADIR%%/themes/classic/trackop_c.png
2682
%%DATADIR%%/themes/classic/trackop_h.png
2683
%%DATADIR%%/themes/classic/triangle_wave_active.png
2684
%%DATADIR%%/themes/classic/triangle_wave_inactive.png
2685
%%DATADIR%%/themes/classic/uhoh.png
2686
%%DATADIR%%/themes/classic/unavailable_sound.png
2687
%%DATADIR%%/themes/classic/unfreeze.png
2688
%%DATADIR%%/themes/classic/unknown_file.png
2689
%%DATADIR%%/themes/classic/usr_wave_active.png
2690
%%DATADIR%%/themes/classic/usr_wave_inactive.png
2691
%%DATADIR%%/themes/classic/vst_plugin_file.png
2692
%%DATADIR%%/themes/classic/whatsthis.png
2693
%%DATADIR%%/themes/classic/white_key.png
2694
%%DATADIR%%/themes/classic/white_key_pressed.png
2695
%%DATADIR%%/themes/classic/white_noise_wave_active.png
2696
%%DATADIR%%/themes/classic/white_noise_wave_inactive.png
2697
%%DATADIR%%/themes/classic/zoom.png
2698
%%DATADIR%%/themes/classic/zoom_x.png
2699
%%DATADIR%%/themes/classic/zoom_y.png
2417
%%DATADIR%%/themes/default/add.png
2700
%%DATADIR%%/themes/default/add.png
2418
%%DATADIR%%/themes/default/add_automation.png
2701
%%DATADIR%%/themes/default/add_automation.png
2419
%%DATADIR%%/themes/default/add_bb_track.png
2702
%%DATADIR%%/themes/default/add_bb_track.png
2703
%%DATADIR%%/themes/default/add_folder.png
2420
%%DATADIR%%/themes/default/add_sample_track.png
2704
%%DATADIR%%/themes/default/add_sample_track.png
2421
%%DATADIR%%/themes/default/analysis.png
2705
%%DATADIR%%/themes/default/analysis.png
2422
%%DATADIR%%/themes/default/apply-selected.png
2706
%%DATADIR%%/themes/default/apply-selected.png
Lines 2434-2440 Link Here
2434
%%DATADIR%%/themes/default/autoscroll_on.png
2718
%%DATADIR%%/themes/default/autoscroll_on.png
2435
%%DATADIR%%/themes/default/back_to_start.png
2719
%%DATADIR%%/themes/default/back_to_start.png
2436
%%DATADIR%%/themes/default/back_to_zero.png
2720
%%DATADIR%%/themes/default/back_to_zero.png
2437
%%DATADIR%%/themes/default/background_artwork.png
2438
%%DATADIR%%/themes/default/bb_track.png
2721
%%DATADIR%%/themes/default/bb_track.png
2439
%%DATADIR%%/themes/default/bb_track_btn.png
2722
%%DATADIR%%/themes/default/bb_track_btn.png
2440
%%DATADIR%%/themes/default/black_key.png
2723
%%DATADIR%%/themes/default/black_key.png
Lines 2442-2447 Link Here
2442
%%DATADIR%%/themes/default/cancel.png
2725
%%DATADIR%%/themes/default/cancel.png
2443
%%DATADIR%%/themes/default/chord.png
2726
%%DATADIR%%/themes/default/chord.png
2444
%%DATADIR%%/themes/default/clock.png
2727
%%DATADIR%%/themes/default/clock.png
2728
%%DATADIR%%/themes/default/close.png
2729
%%DATADIR%%/themes/default/closed_branch.png
2445
%%DATADIR%%/themes/default/colorize.png
2730
%%DATADIR%%/themes/default/colorize.png
2446
%%DATADIR%%/themes/default/combobox_arrow.png
2731
%%DATADIR%%/themes/default/combobox_arrow.png
2447
%%DATADIR%%/themes/default/combobox_arrow_selected.png
2732
%%DATADIR%%/themes/default/combobox_arrow_selected.png
Lines 2448-2458 Link Here
2448
%%DATADIR%%/themes/default/combobox_bg.png
2733
%%DATADIR%%/themes/default/combobox_bg.png
2449
%%DATADIR%%/themes/default/computer.png
2734
%%DATADIR%%/themes/default/computer.png
2450
%%DATADIR%%/themes/default/controller.png
2735
%%DATADIR%%/themes/default/controller.png
2451
%%DATADIR%%/themes/default/controller_bg.png
2452
%%DATADIR%%/themes/default/cpuload_bg.png
2736
%%DATADIR%%/themes/default/cpuload_bg.png
2453
%%DATADIR%%/themes/default/cpuload_leds.png
2737
%%DATADIR%%/themes/default/cpuload_leds.png
2738
%%DATADIR%%/themes/default/discard.png
2454
%%DATADIR%%/themes/default/dont_know.png
2739
%%DATADIR%%/themes/default/dont_know.png
2455
%%DATADIR%%/themes/default/drum.png
2456
%%DATADIR%%/themes/default/edit_copy.png
2740
%%DATADIR%%/themes/default/edit_copy.png
2457
%%DATADIR%%/themes/default/edit_cut.png
2741
%%DATADIR%%/themes/default/edit_cut.png
2458
%%DATADIR%%/themes/default/edit_draw.png
2742
%%DATADIR%%/themes/default/edit_draw.png
Lines 2464-2469 Link Here
2464
%%DATADIR%%/themes/default/edit_select.png
2748
%%DATADIR%%/themes/default/edit_select.png
2465
%%DATADIR%%/themes/default/edit_undo.png
2749
%%DATADIR%%/themes/default/edit_undo.png
2466
%%DATADIR%%/themes/default/effect_plugin.png
2750
%%DATADIR%%/themes/default/effect_plugin.png
2751
%%DATADIR%%/themes/default/env_lfo_tab.png
2467
%%DATADIR%%/themes/default/envelope_graph.png
2752
%%DATADIR%%/themes/default/envelope_graph.png
2468
%%DATADIR%%/themes/default/error.png
2753
%%DATADIR%%/themes/default/error.png
2469
%%DATADIR%%/themes/default/exit.png
2754
%%DATADIR%%/themes/default/exit.png
Lines 2473-2478 Link Here
2473
%%DATADIR%%/themes/default/fader_background.png
2758
%%DATADIR%%/themes/default/fader_background.png
2474
%%DATADIR%%/themes/default/fader_knob.png
2759
%%DATADIR%%/themes/default/fader_knob.png
2475
%%DATADIR%%/themes/default/fader_leds.png
2760
%%DATADIR%%/themes/default/fader_leds.png
2761
%%DATADIR%%/themes/default/file.png
2476
%%DATADIR%%/themes/default/filter_2lp.png
2762
%%DATADIR%%/themes/default/filter_2lp.png
2477
%%DATADIR%%/themes/default/filter_ap.png
2763
%%DATADIR%%/themes/default/filter_ap.png
2478
%%DATADIR%%/themes/default/filter_bp.png
2764
%%DATADIR%%/themes/default/filter_bp.png
Lines 2479-2490 Link Here
2479
%%DATADIR%%/themes/default/filter_hp.png
2765
%%DATADIR%%/themes/default/filter_hp.png
2480
%%DATADIR%%/themes/default/filter_lp.png
2766
%%DATADIR%%/themes/default/filter_lp.png
2481
%%DATADIR%%/themes/default/filter_notch.png
2767
%%DATADIR%%/themes/default/filter_notch.png
2768
%%DATADIR%%/themes/default/flip_x.png
2769
%%DATADIR%%/themes/default/flip_y.png
2482
%%DATADIR%%/themes/default/folder.png
2770
%%DATADIR%%/themes/default/folder.png
2483
%%DATADIR%%/themes/default/folder_locked.png
2771
%%DATADIR%%/themes/default/folder_locked.png
2484
%%DATADIR%%/themes/default/folder_opened.png
2772
%%DATADIR%%/themes/default/folder_opened.png
2485
%%DATADIR%%/themes/default/freeze.png
2773
%%DATADIR%%/themes/default/func_tab.png
2486
%%DATADIR%%/themes/default/frozen.png
2487
%%DATADIR%%/themes/default/fx_mixer.png
2774
%%DATADIR%%/themes/default/fx_mixer.png
2775
%%DATADIR%%/themes/default/fx_tab.png
2488
%%DATADIR%%/themes/default/hand.png
2776
%%DATADIR%%/themes/default/hand.png
2489
%%DATADIR%%/themes/default/help.png
2777
%%DATADIR%%/themes/default/help.png
2490
%%DATADIR%%/themes/default/hint.png
2778
%%DATADIR%%/themes/default/hint.png
Lines 2491-2506 Link Here
2491
%%DATADIR%%/themes/default/home.png
2779
%%DATADIR%%/themes/default/home.png
2492
%%DATADIR%%/themes/default/hq_mode.png
2780
%%DATADIR%%/themes/default/hq_mode.png
2493
%%DATADIR%%/themes/default/icon.png
2781
%%DATADIR%%/themes/default/icon.png
2782
%%DATADIR%%/themes/default/ignore.png
2494
%%DATADIR%%/themes/default/instrument_track.png
2783
%%DATADIR%%/themes/default/instrument_track.png
2495
%%DATADIR%%/themes/default/keep_stop_position.png
2784
%%DATADIR%%/themes/default/keep_stop_position.png
2496
%%DATADIR%%/themes/default/knob01.png
2785
%%DATADIR%%/themes/default/knob01.png
2497
%%DATADIR%%/themes/default/knob02.png
2786
%%DATADIR%%/themes/default/knob02.png
2498
%%DATADIR%%/themes/default/knob03.png
2787
%%DATADIR%%/themes/default/knob03.png
2499
%%DATADIR%%/themes/default/knob04.png
2500
%%DATADIR%%/themes/default/knob05.png
2788
%%DATADIR%%/themes/default/knob05.png
2501
%%DATADIR%%/themes/default/lcd_19green.png
2789
%%DATADIR%%/themes/default/lcd_19green.png
2502
%%DATADIR%%/themes/default/lcd_19red.png
2790
%%DATADIR%%/themes/default/lcd_19red.png
2503
%%DATADIR%%/themes/default/lcd_21pink.png
2791
%%DATADIR%%/themes/default/lcd_21pink.png
2792
%%DATADIR%%/themes/default/led_blue.png
2504
%%DATADIR%%/themes/default/led_green.png
2793
%%DATADIR%%/themes/default/led_green.png
2505
%%DATADIR%%/themes/default/led_off.png
2794
%%DATADIR%%/themes/default/led_off.png
2506
%%DATADIR%%/themes/default/led_red.png
2795
%%DATADIR%%/themes/default/led_red.png
Lines 2513-2527 Link Here
2513
%%DATADIR%%/themes/default/lfo_x100_inactive.png
2802
%%DATADIR%%/themes/default/lfo_x100_inactive.png
2514
%%DATADIR%%/themes/default/lfo_x1_active.png
2803
%%DATADIR%%/themes/default/lfo_x1_active.png
2515
%%DATADIR%%/themes/default/lfo_x1_inactive.png
2804
%%DATADIR%%/themes/default/lfo_x1_inactive.png
2516
%%DATADIR%%/themes/default/loop_point_b.png
2805
%%DATADIR%%/themes/default/loop_point.png
2517
%%DATADIR%%/themes/default/loop_point_e.png
2518
%%DATADIR%%/themes/default/loop_points_off.png
2806
%%DATADIR%%/themes/default/loop_points_off.png
2519
%%DATADIR%%/themes/default/loop_points_on.png
2807
%%DATADIR%%/themes/default/loop_points_on.png
2520
%%DATADIR%%/themes/default/main_slider.png
2808
%%DATADIR%%/themes/default/main_slider.png
2521
%%DATADIR%%/themes/default/main_toolbar_bg.png
2522
%%DATADIR%%/themes/default/master_pitch.png
2809
%%DATADIR%%/themes/default/master_pitch.png
2523
%%DATADIR%%/themes/default/master_volume.png
2810
%%DATADIR%%/themes/default/master_volume.png
2811
%%DATADIR%%/themes/default/maximize.png
2812
%%DATADIR%%/themes/default/metronome.png
2524
%%DATADIR%%/themes/default/midi_file.png
2813
%%DATADIR%%/themes/default/midi_file.png
2814
%%DATADIR%%/themes/default/midi_tab.png
2815
%%DATADIR%%/themes/default/misc_tab.png
2525
%%DATADIR%%/themes/default/mixer_send_off.png
2816
%%DATADIR%%/themes/default/mixer_send_off.png
2526
%%DATADIR%%/themes/default/mixer_send_on.png
2817
%%DATADIR%%/themes/default/mixer_send_on.png
2527
%%DATADIR%%/themes/default/moog_saw_wave_active.png
2818
%%DATADIR%%/themes/default/moog_saw_wave_active.png
Lines 2530-2535 Link Here
2530
%%DATADIR%%/themes/default/new_channel.png
2821
%%DATADIR%%/themes/default/new_channel.png
2531
%%DATADIR%%/themes/default/note.png
2822
%%DATADIR%%/themes/default/note.png
2532
%%DATADIR%%/themes/default/note_double_whole.png
2823
%%DATADIR%%/themes/default/note_double_whole.png
2824
%%DATADIR%%/themes/default/note_eight.png
2533
%%DATADIR%%/themes/default/note_eighth.png
2825
%%DATADIR%%/themes/default/note_eighth.png
2534
%%DATADIR%%/themes/default/note_half.png
2826
%%DATADIR%%/themes/default/note_half.png
2535
%%DATADIR%%/themes/default/note_none.png
2827
%%DATADIR%%/themes/default/note_none.png
Lines 2542-2547 Link Here
2542
%%DATADIR%%/themes/default/note_tripletsixteenth.png
2834
%%DATADIR%%/themes/default/note_tripletsixteenth.png
2543
%%DATADIR%%/themes/default/note_tripletthirtysecond.png
2835
%%DATADIR%%/themes/default/note_tripletthirtysecond.png
2544
%%DATADIR%%/themes/default/note_whole.png
2836
%%DATADIR%%/themes/default/note_whole.png
2837
%%DATADIR%%/themes/default/open_branch.png
2545
%%DATADIR%%/themes/default/output_graph.png
2838
%%DATADIR%%/themes/default/output_graph.png
2546
%%DATADIR%%/themes/default/pat_rec.png
2839
%%DATADIR%%/themes/default/pat_rec.png
2547
%%DATADIR%%/themes/default/pause.png
2840
%%DATADIR%%/themes/default/pause.png
Lines 2548-2553 Link Here
2548
%%DATADIR%%/themes/default/piano.png
2841
%%DATADIR%%/themes/default/piano.png
2549
%%DATADIR%%/themes/default/play.png
2842
%%DATADIR%%/themes/default/play.png
2550
%%DATADIR%%/themes/default/playpos_marker.png
2843
%%DATADIR%%/themes/default/playpos_marker.png
2844
%%DATADIR%%/themes/default/plugin_tab.png
2551
%%DATADIR%%/themes/default/plugins.png
2845
%%DATADIR%%/themes/default/plugins.png
2552
%%DATADIR%%/themes/default/ports.png
2846
%%DATADIR%%/themes/default/ports.png
2553
%%DATADIR%%/themes/default/pr_black_key.png
2847
%%DATADIR%%/themes/default/pr_black_key.png
Lines 2567-2573 Link Here
2567
%%DATADIR%%/themes/default/project_new_from_template.png
2861
%%DATADIR%%/themes/default/project_new_from_template.png
2568
%%DATADIR%%/themes/default/project_notes.png
2862
%%DATADIR%%/themes/default/project_notes.png
2569
%%DATADIR%%/themes/default/project_open.png
2863
%%DATADIR%%/themes/default/project_open.png
2570
%%DATADIR%%/themes/default/project_open_down.png
2571
%%DATADIR%%/themes/default/project_open_recent.png
2864
%%DATADIR%%/themes/default/project_open_recent.png
2572
%%DATADIR%%/themes/default/project_save.png
2865
%%DATADIR%%/themes/default/project_save.png
2573
%%DATADIR%%/themes/default/project_saveas.png
2866
%%DATADIR%%/themes/default/project_saveas.png
Lines 2577-2583 Link Here
2577
%%DATADIR%%/themes/default/receive_bg_arrow.png
2870
%%DATADIR%%/themes/default/receive_bg_arrow.png
2578
%%DATADIR%%/themes/default/record.png
2871
%%DATADIR%%/themes/default/record.png
2579
%%DATADIR%%/themes/default/record_accompany.png
2872
%%DATADIR%%/themes/default/record_accompany.png
2873
%%DATADIR%%/themes/default/recover.png
2580
%%DATADIR%%/themes/default/reload.png
2874
%%DATADIR%%/themes/default/reload.png
2875
%%DATADIR%%/themes/default/restore.png
2581
%%DATADIR%%/themes/default/round_square_wave_active.png
2876
%%DATADIR%%/themes/default/round_square_wave_active.png
2582
%%DATADIR%%/themes/default/round_square_wave_inactive.png
2877
%%DATADIR%%/themes/default/round_square_wave_inactive.png
2583
%%DATADIR%%/themes/default/sample_file.png
2878
%%DATADIR%%/themes/default/sample_file.png
Lines 2599-2604 Link Here
2599
%%DATADIR%%/themes/default/setup_general.png
2894
%%DATADIR%%/themes/default/setup_general.png
2600
%%DATADIR%%/themes/default/setup_midi.png
2895
%%DATADIR%%/themes/default/setup_midi.png
2601
%%DATADIR%%/themes/default/setup_performance.png
2896
%%DATADIR%%/themes/default/setup_performance.png
2897
%%DATADIR%%/themes/default/shadow_c.png
2898
%%DATADIR%%/themes/default/shadow_p.png
2602
%%DATADIR%%/themes/default/sin_wave_active.png
2899
%%DATADIR%%/themes/default/sin_wave_active.png
2603
%%DATADIR%%/themes/default/sin_wave_inactive.png
2900
%%DATADIR%%/themes/default/sin_wave_inactive.png
2604
%%DATADIR%%/themes/default/songeditor.png
2901
%%DATADIR%%/themes/default/songeditor.png
Lines 2607-2617 Link Here
2607
%%DATADIR%%/themes/default/square_wave_active.png
2904
%%DATADIR%%/themes/default/square_wave_active.png
2608
%%DATADIR%%/themes/default/square_wave_inactive.png
2905
%%DATADIR%%/themes/default/square_wave_inactive.png
2609
%%DATADIR%%/themes/default/step_btn_add.png
2906
%%DATADIR%%/themes/default/step_btn_add.png
2907
%%DATADIR%%/themes/default/step_btn_duplicate.png
2610
%%DATADIR%%/themes/default/step_btn_off.png
2908
%%DATADIR%%/themes/default/step_btn_off.png
2611
%%DATADIR%%/themes/default/step_btn_off_light.png
2909
%%DATADIR%%/themes/default/step_btn_off_light.png
2612
%%DATADIR%%/themes/default/step_btn_on.png
2910
%%DATADIR%%/themes/default/step_btn_on_0.png
2613
%%DATADIR%%/themes/default/step_btn_on_100.png
2911
%%DATADIR%%/themes/default/step_btn_on_200.png
2614
%%DATADIR%%/themes/default/step_btn_on_yellow.png
2615
%%DATADIR%%/themes/default/step_btn_remove.png
2912
%%DATADIR%%/themes/default/step_btn_remove.png
2616
%%DATADIR%%/themes/default/stepper-down-press.png
2913
%%DATADIR%%/themes/default/stepper-down-press.png
2617
%%DATADIR%%/themes/default/stepper-down.png
2914
%%DATADIR%%/themes/default/stepper-down.png
Lines 2631-2641 Link Here
2631
%%DATADIR%%/themes/default/text_left.png
2928
%%DATADIR%%/themes/default/text_left.png
2632
%%DATADIR%%/themes/default/text_right.png
2929
%%DATADIR%%/themes/default/text_right.png
2633
%%DATADIR%%/themes/default/text_under.png
2930
%%DATADIR%%/themes/default/text_under.png
2634
%%DATADIR%%/themes/default/timeline.png
2635
%%DATADIR%%/themes/default/toolbar_bg.png
2931
%%DATADIR%%/themes/default/toolbar_bg.png
2636
%%DATADIR%%/themes/default/track_op_grip.png
2932
%%DATADIR%%/themes/default/track_op_grip.png
2637
%%DATADIR%%/themes/default/track_op_menu.png
2933
%%DATADIR%%/themes/default/track_shadow_c.png
2638
%%DATADIR%%/themes/default/track_op_menu_active.png
2934
%%DATADIR%%/themes/default/track_shadow_p.png
2639
%%DATADIR%%/themes/default/trackop.png
2935
%%DATADIR%%/themes/default/trackop.png
2640
%%DATADIR%%/themes/default/trackop_c.png
2936
%%DATADIR%%/themes/default/trackop_c.png
2641
%%DATADIR%%/themes/default/trackop_h.png
2937
%%DATADIR%%/themes/default/trackop_h.png
Lines 2643-2649 Link Here
2643
%%DATADIR%%/themes/default/triangle_wave_inactive.png
2939
%%DATADIR%%/themes/default/triangle_wave_inactive.png
2644
%%DATADIR%%/themes/default/uhoh.png
2940
%%DATADIR%%/themes/default/uhoh.png
2645
%%DATADIR%%/themes/default/unavailable_sound.png
2941
%%DATADIR%%/themes/default/unavailable_sound.png
2646
%%DATADIR%%/themes/default/unfreeze.png
2647
%%DATADIR%%/themes/default/unknown_file.png
2942
%%DATADIR%%/themes/default/unknown_file.png
2648
%%DATADIR%%/themes/default/usr_wave_active.png
2943
%%DATADIR%%/themes/default/usr_wave_active.png
2649
%%DATADIR%%/themes/default/usr_wave_inactive.png
2944
%%DATADIR%%/themes/default/usr_wave_inactive.png
Lines 2660-2666 Link Here
2660
%%DATADIR%%/wavetables/saw.bin
2955
%%DATADIR%%/wavetables/saw.bin
2661
%%DATADIR%%/wavetables/sqr.bin
2956
%%DATADIR%%/wavetables/sqr.bin
2662
%%DATADIR%%/wavetables/tri.bin
2957
%%DATADIR%%/wavetables/tri.bin
2663
share/man/man1/lmms.1.gz
2664
share/menu/lmms
2665
share/mime/packages/lmms.xml
2958
share/mime/packages/lmms.xml
2666
share/pixmaps/lmms.png
2959
share/pixmaps/lmms.png

Return to bug 229867