View | Details | Raw Unified | Return to bug 246915
Collapse All | Expand All

(-)audio/ardour6/Makefile (+116 lines)
Line 0 Link Here
1
# Created by: Michael Beer <beerml@sigma6audio.de>
2
# $FreeBSD$
3
4
PORTNAME=	ardour6
5
PORTVERSION=	6.0.0
6
CATEGORIES=	audio
7
MASTER_SITES=	https://github.com/beerml/ardour_releases/raw/master/
8
# The original master side points to the latest release only:
9
# MASTER_SITES=	https://community.ardour.org/srctar/
10
DISTNAME=	Ardour-${PORTVERSION}
11
12
MAINTAINER=	beerml@sigma6audio.de
13
COMMENT=	Multichannel digital audio workstation
14
15
LICENSE=	GPLv2+
16
LICENSE_FILE=	${WRKSRC}/COPYING
17
18
BUILD_DEPENDS=	lv2>=1.18.0:audio/lv2 itstool>2.0.0:textproc/itstool
19
LIB_DEPENDS=	libserd-0.so:devel/serd \
20
		libsord-0.so:devel/sord \
21
		libsratom-0.so:audio/sratom \
22
		liblilv-0.so:audio/lilv \
23
		libsuil-0.so:audio/suil \
24
		libaubio.so:audio/aubio \
25
		librubberband.so:audio/rubberband \
26
		liblo.so:audio/liblo \
27
		liblrdf.so:textproc/liblrdf \
28
		libjack.so:audio/jack \
29
		libfontconfig.so:x11-fonts/fontconfig \
30
		libfreetype.so:print/freetype2 \
31
		libboost_date_time.so:devel/boost-libs \
32
		libvamp-hostsdk.so:audio/vamp-plugin-sdk \
33
		libsamplerate.so:audio/libsamplerate \
34
		libsndfile.so:audio/libsndfile \
35
		libtag.so:audio/taglib \
36
		libfftw3f.so:math/fftw3-float \
37
		libcurl.so:ftp/curl \
38
		libogg.so:audio/libogg \
39
		libFLAC.so:audio/flac \
40
		libwebsockets.so:net/libwebsockets
41
42
USES=		compiler:c++11-lang desktop-file-utils gettext gnome \
43
		libarchive pkgconfig python:3.7,build readline:port tar:bzip2 \
44
		waf xorg
45
USE_CXXSTD=	c++11
46
USE_XORG=	x11
47
USE_GNOME=	atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango
48
USE_LDCONFIG=	yes
49
INSTALLS_ICONS=	yes
50
51
BROKEN_aarch64=		fails to configure: Could not find the program gas,as,gcc
52
53
PLIST_SUB=	ARDOURVERSION=${PORTVERSION}
54
55
CONFIGURE_ARGS=	--optimize --ptformat --freedesktop --no-phone-home \
56
		--with-backends=jack,dummy --internal-shared-libs
57
58
post-patch:
59
	@${REINPLACE_CMD} -e 's/obj\.use            = '\''libsmf libpbd'\''/obj\.use            = '\''libsmf_internal libpbd'\''/g' ${WRKSRC}/libs/evoral/wscript
60
	@${REINPLACE_CMD} -e 's/libsmf\.name         = '\''libsmf'\''/libsmf\.name         = '\''libsmf_internal'\''/g' ${WRKSRC}/libs/evoral/wscript
61
	@${REINPLACE_CMD} -e 's/libsmf\.target       = '\''smf'\''/libsmf\.target       = '\''smf_internal'\''/g' ${WRKSRC}/libs/evoral/wscript
62
63
post-install:
64
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata
65
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/applications
66
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps
67
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps
68
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps
69
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps
70
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps
71
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps
72
	@${CP} ${WRKSRC}/build/gtk2_ardour/${PORTNAME}.appdata.xml \
73
		${STAGEDIR}${PREFIX}/share/appdata/${PORTNAME}.appdata.xml
74
	@${CP} ${WRKSRC}/build/gtk2_ardour/${PORTNAME}.desktop \
75
		${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop
76
	@${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_16px.png \
77
		${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/${PORTNAME}.png
78
	@${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_22px.png \
79
		${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps/${PORTNAME}.png
80
	@${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_32px.png \
81
		${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png
82
	@${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_48px.png \
83
		${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png
84
	@${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_256px.png \
85
		${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/${PORTNAME}.png
86
	@${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_512px.png \
87
		${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps/${PORTNAME}.png
88
	@${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} \
89
		-name '*.so*' -exec ${STRIP_CMD} {} +
90
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/sanityCheck
91
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-copy-mixer
92
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-export
93
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-fix_bbtppq
94
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-new_empty_session
95
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-new_session
96
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ardour-exec-wrapper
97
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ardour-vst-scanner
98
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ardour-${PORTVERSION}
99
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/hardour-${PORTVERSION}
100
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/luasession
101
102
.include <bsd.port.pre.mk>
103
104
.if ${ARCH} == "i386"
105
WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse' --dist-target=i386
106
.elif ${ARCH} == "amd64"
107
WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse' --dist-target=x86_64
108
.elif ${ARCH} == "powerpc64"
109
LLD_UNSAFE=	yes
110
.endif
111
112
.if defined(WITH_ARCH_FLAGS)
113
CONFIGURE_ARGS+=	${WITH_ARCH_FLAGS}
114
.endif
115
116
.include <bsd.port.post.mk>
(-)audio/ardour6/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1590612474
2
SHA256 (Ardour-6.0.0.tar.bz2) = 3cd79b006d7563b7ed7ba4c73a842edf3a967aca72325735e956fa1fa632f896
3
SIZE (Ardour-6.0.0.tar.bz2) = 10999598
(-)audio/ardour6/pkg-descr (+14 lines)
Line 0 Link Here
1
Ardour is a digital audio workstation. You can use it to record, edit, and
2
mix multi-track audio. Produce your own CD's. Mix video soundtracks.
3
Experiment with new ideas about music and sound. Generate sound
4
installations for 12 speaker gallery shows.
5
6
Ardour capabilities include: multichannel recording, non-linear, non-
7
destructive region based editing with unlimited undo/redo, full automation
8
support, a mixer whose capabilities rival high end hardware consoles, lots
9
of plugins to warp, shift, and shape your music, and controllable from
10
hardware control surfaces at the same time as it syncs to timecode. If you
11
have been looking for a tool similar to ProTools, Nuendo, Cubase SX, Digital
12
Performer, Samplitude, or Sequoia, you might have found it.
13
14
WWW: https://ardour.org/
(-)audio/ardour6/pkg-plist (+890 lines)
Line 0 Link Here
1
bin/ardour6
2
bin/ardour6-copy-mixer
3
bin/ardour6-export
4
bin/ardour6-fix_bbtppq
5
bin/ardour6-lua
6
bin/ardour6-new_empty_session
7
bin/ardour6-new_session
8
%%ETCDIR%%/ardour.keys
9
%%ETCDIR%%/ardour.menus
10
%%ETCDIR%%/clearlooks.ardoursans.rc
11
%%ETCDIR%%/clearlooks.rc
12
%%ETCDIR%%/default_ui_config
13
%%ETCDIR%%/system_config
14
%%ETCDIR%%/trx.menus
15
lib/ardour6/LV2/a-comp.lv2/a-comp#stereo.ttl
16
lib/ardour6/LV2/a-comp.lv2/a-comp.so
17
lib/ardour6/LV2/a-comp.lv2/a-comp.ttl
18
lib/ardour6/LV2/a-comp.lv2/manifest.ttl
19
lib/ardour6/LV2/a-comp.lv2/presets.ttl
20
lib/ardour6/LV2/a-delay.lv2/a-delay.so
21
lib/ardour6/LV2/a-delay.lv2/a-delay.ttl
22
lib/ardour6/LV2/a-delay.lv2/manifest.ttl
23
lib/ardour6/LV2/a-delay.lv2/presets.ttl
24
lib/ardour6/LV2/a-eq.lv2/a-eq.so
25
lib/ardour6/LV2/a-eq.lv2/a-eq.ttl
26
lib/ardour6/LV2/a-eq.lv2/manifest.ttl
27
lib/ardour6/LV2/a-exp.lv2/a-exp#stereo.ttl
28
lib/ardour6/LV2/a-exp.lv2/a-exp.so
29
lib/ardour6/LV2/a-exp.lv2/a-exp.ttl
30
lib/ardour6/LV2/a-exp.lv2/manifest.ttl
31
lib/ardour6/LV2/a-fluidsynth.lv2/a-fluidsynth.so
32
lib/ardour6/LV2/a-fluidsynth.lv2/a-fluidsynth.ttl
33
lib/ardour6/LV2/a-fluidsynth.lv2/manifest.ttl
34
lib/ardour6/LV2/a-reverb.lv2/a-reverb.so
35
lib/ardour6/LV2/a-reverb.lv2/a-reverb.ttl
36
lib/ardour6/LV2/a-reverb.lv2/manifest.ttl
37
lib/ardour6/LV2/reasonablesynth.lv2/manifest.ttl
38
lib/ardour6/LV2/reasonablesynth.lv2/reasonablesynth.so
39
lib/ardour6/LV2/reasonablesynth.lv2/reasonablesynth.ttl
40
lib/ardour6/ardour-%%ARDOURVERSION%%
41
lib/ardour6/ardour-exec-wrapper
42
lib/ardour6/ardour-vst-scanner
43
lib/ardour6/backends/libdummy_audiobackend.so
44
lib/ardour6/backends/libjack_audiobackend.so
45
lib/ardour6/engines/libclearlooks.so
46
lib/ardour6/hardour-%%ARDOURVERSION%%
47
lib/ardour6/libardour.so
48
lib/ardour6/libardour.so.3
49
lib/ardour6/libardour.so.3.0.0
50
lib/ardour6/libardourcp.so
51
lib/ardour6/libaudiographer.so
52
lib/ardour6/libaudiographer.so.0
53
lib/ardour6/libaudiographer.so.0.0.0
54
lib/ardour6/libcanvas.so
55
lib/ardour6/libcanvas.so.0
56
lib/ardour6/libcanvas.so.0.0.0
57
lib/ardour6/libevoral.so
58
lib/ardour6/libevoral.so.0
59
lib/ardour6/libevoral.so.0.0.0
60
lib/ardour6/libgtkmm2ext.so
61
lib/ardour6/libgtkmm2ext.so.0
62
lib/ardour6/libgtkmm2ext.so.0.8.3
63
lib/ardour6/libmidipp.so
64
lib/ardour6/libmidipp.so.4
65
lib/ardour6/libmidipp.so.4.1.0
66
lib/ardour6/libpbd.so
67
lib/ardour6/libpbd.so.4
68
lib/ardour6/libpbd.so.4.1.0
69
lib/ardour6/libptformat.so
70
lib/ardour6/libptformat.so.0
71
lib/ardour6/libptformat.so.0.0.0
72
lib/ardour6/libtemporal.so
73
lib/ardour6/libtemporal.so.0
74
lib/ardour6/libtemporal.so.0.0.0
75
lib/ardour6/libwaveview.so
76
lib/ardour6/libwaveview.so.0
77
lib/ardour6/libwaveview.so.0.0.0
78
lib/ardour6/libwidgets.so
79
lib/ardour6/libwidgets.so.0
80
lib/ardour6/libwidgets.so.0.0.0
81
lib/ardour6/luasession
82
lib/ardour6/panners/libpan1in2out.so
83
lib/ardour6/panners/libpan2in2out.so
84
lib/ardour6/panners/libpanbalance.so
85
lib/ardour6/panners/libpanvbap.so
86
lib/ardour6/sanityCheck
87
lib/ardour6/surfaces/libardour_cc121.so
88
lib/ardour6/surfaces/libardour_contourdesign.so
89
lib/ardour6/surfaces/libardour_faderport.so
90
lib/ardour6/surfaces/libardour_faderport16.so
91
lib/ardour6/surfaces/libardour_faderport2.so
92
lib/ardour6/surfaces/libardour_faderport8.so
93
lib/ardour6/surfaces/libardour_generic_midi.so
94
lib/ardour6/surfaces/libardour_launch_control_xl.so
95
lib/ardour6/surfaces/libardour_mcp.so
96
lib/ardour6/surfaces/libardour_osc.so
97
lib/ardour6/surfaces/libardour_push2.so
98
lib/ardour6/surfaces/libardour_us2400.so
99
lib/ardour6/surfaces/libardour_websockets.so
100
lib/ardour6/utils/ardour-util.sh
101
lib/ardour6/utils/ardour6-copy-mixer
102
lib/ardour6/utils/ardour6-export
103
lib/ardour6/utils/ardour6-fix_bbtppq
104
lib/ardour6/utils/ardour6-new_empty_session
105
lib/ardour6/utils/ardour6-new_session
106
lib/ardour6/vamp/libardourvampplugins.so
107
lib/ardour6/vamp/libardourvampplugins.so.0
108
lib/ardour6/vamp/libardourvampplugins.so.0.0.0
109
lib/ardour6/vamp/libardourvamppyin.so
110
lib/ardour6/vamp/libardourvamppyin.so.0
111
lib/ardour6/vamp/libardourvamppyin.so.0.0.0
112
share/appdata/ardour6.appdata.xml
113
share/applications/ardour6.desktop
114
%%DATADIR%%/ArdourMono.ttf
115
%%DATADIR%%/ArdourSans.ttf
116
%%DATADIR%%/export/BWAV 24bit Export.format
117
%%DATADIR%%/export/BWAV 32float Export.format
118
%%DATADIR%%/export/CD (Red Book).format
119
%%DATADIR%%/export/CD + DVD-A.preset
120
%%DATADIR%%/export/CD + FLAC (tagged).preset
121
%%DATADIR%%/export/CD + FLAC.preset
122
%%DATADIR%%/export/CD + Ogg_Vorbis (tagged).preset
123
%%DATADIR%%/export/CD + Ogg_Vorbis + FLAC (tagged).preset
124
%%DATADIR%%/export/CD + Ogg_Vorbis.preset
125
%%DATADIR%%/export/CD only.preset
126
%%DATADIR%%/export/DVD-A only.preset
127
%%DATADIR%%/export/DVD-A.format
128
%%DATADIR%%/export/FLAC (tagged).preset
129
%%DATADIR%%/export/FLAC 24 bit (tagged).format
130
%%DATADIR%%/export/FLAC 24 bit .format
131
%%DATADIR%%/export/FLAC.preset
132
%%DATADIR%%/export/MP3 (extreme).format
133
%%DATADIR%%/export/MP3 (medium).format
134
%%DATADIR%%/export/MP3 (standard).format
135
%%DATADIR%%/export/Ogg_Vorbis (tagged).format
136
%%DATADIR%%/export/Ogg_Vorbis (tagged).preset
137
%%DATADIR%%/export/Ogg_Vorbis + FLAC (tagged).preset
138
%%DATADIR%%/export/Ogg_Vorbis + FLAC.preset
139
%%DATADIR%%/export/Ogg_Vorbis .preset
140
%%DATADIR%%/export/Ogg_Vorbis.format
141
%%DATADIR%%/export/Ring Tone.format
142
%%DATADIR%%/icons/act-disabled.png
143
%%DATADIR%%/icons/add.png
144
%%DATADIR%%/icons/anchored_trim_left_cursor.png
145
%%DATADIR%%/icons/anchored_trim_right_cursor.png
146
%%DATADIR%%/icons/application-x-ardour_16px.png
147
%%DATADIR%%/icons/application-x-ardour_22px.png
148
%%DATADIR%%/icons/application-x-ardour_32px.png
149
%%DATADIR%%/icons/application-x-ardour_48px.png
150
%%DATADIR%%/icons/ardour-app-icon_osx.png
151
%%DATADIR%%/icons/ardour-app-icon_osx_mask.png
152
%%DATADIR%%/icons/cc121.png
153
%%DATADIR%%/icons/chord.png
154
%%DATADIR%%/icons/close.png
155
%%DATADIR%%/icons/computer_keyboard.png
156
%%DATADIR%%/icons/computer_keyboard_active.png
157
%%DATADIR%%/icons/eighthnote.png
158
%%DATADIR%%/icons/expand_left_right_cursor.png
159
%%DATADIR%%/icons/expand_up_down_cursor.png
160
%%DATADIR%%/icons/fade_in_cursor.png
161
%%DATADIR%%/icons/fade_out_cursor.png
162
%%DATADIR%%/icons/fadein-constant-power.png
163
%%DATADIR%%/icons/fadein-fast-cut.png
164
%%DATADIR%%/icons/fadein-linear.png
165
%%DATADIR%%/icons/fadein-slow-cut.png
166
%%DATADIR%%/icons/fadein-symmetric.png
167
%%DATADIR%%/icons/fadeout-constant-power.png
168
%%DATADIR%%/icons/fadeout-fast-cut.png
169
%%DATADIR%%/icons/fadeout-linear.png
170
%%DATADIR%%/icons/fadeout-slow-cut.png
171
%%DATADIR%%/icons/fadeout-symmetric.png
172
%%DATADIR%%/icons/faderport-small.png
173
%%DATADIR%%/icons/faderport16-small.png
174
%%DATADIR%%/icons/faderport2018-small.png
175
%%DATADIR%%/icons/faderport8-small.png
176
%%DATADIR%%/icons/ferret_02.png
177
%%DATADIR%%/icons/forte.png
178
%%DATADIR%%/icons/fortissimo.png
179
%%DATADIR%%/icons/fortississimo.png
180
%%DATADIR%%/icons/grabber.png
181
%%DATADIR%%/icons/grabber_edit_point.png
182
%%DATADIR%%/icons/grabber_note.png
183
%%DATADIR%%/icons/halfnote.png
184
%%DATADIR%%/icons/i_beam_cursor.png
185
%%DATADIR%%/icons/launch_control_xl.png
186
%%DATADIR%%/icons/mezzforte.png
187
%%DATADIR%%/icons/mezzoforte.png
188
%%DATADIR%%/icons/mezzopiano.png
189
%%DATADIR%%/icons/midi-input-active.png
190
%%DATADIR%%/icons/midi-input-inactive.png
191
%%DATADIR%%/icons/midi_socket_small.png
192
%%DATADIR%%/icons/midi_sound_notes.png
193
%%DATADIR%%/icons/midi_tool_erase.png
194
%%DATADIR%%/icons/midi_tool_pencil.png
195
%%DATADIR%%/icons/midi_tool_select.png
196
%%DATADIR%%/icons/move_cursor.png
197
%%DATADIR%%/icons/mute-disabled.png
198
%%DATADIR%%/icons/mute-enabled.png
199
%%DATADIR%%/icons/muted-by-others.png
200
%%DATADIR%%/icons/padlock_closed.png
201
%%DATADIR%%/icons/padlock_open.png
202
%%DATADIR%%/icons/pianissimo.png
203
%%DATADIR%%/icons/pianississimo.png
204
%%DATADIR%%/icons/piano.png
205
%%DATADIR%%/icons/push2-small.png
206
%%DATADIR%%/icons/quarternote.png
207
%%DATADIR%%/icons/rec-enabled.png
208
%%DATADIR%%/icons/rec-in-progress.png
209
%%DATADIR%%/icons/rec-safe-disabled.png
210
%%DATADIR%%/icons/rec-safe-enabled.png
211
%%DATADIR%%/icons/record-normal-disabled.png
212
%%DATADIR%%/icons/record-normal-enabled.png
213
%%DATADIR%%/icons/record-normal-in-progress.png
214
%%DATADIR%%/icons/record-step.png
215
%%DATADIR%%/icons/record_disabled_grey.png
216
%%DATADIR%%/icons/record_normal_red.png
217
%%DATADIR%%/icons/record_tape_red.png
218
%%DATADIR%%/icons/resize_bottom_cursor.png
219
%%DATADIR%%/icons/resize_bottom_left_cursor.png
220
%%DATADIR%%/icons/resize_bottom_right_cursor.png
221
%%DATADIR%%/icons/resize_left_cursor.png
222
%%DATADIR%%/icons/resize_right_cursor.png
223
%%DATADIR%%/icons/resize_top_cursor.png
224
%%DATADIR%%/icons/resize_top_left_cursor.png
225
%%DATADIR%%/icons/resize_top_right_cursor.png
226
%%DATADIR%%/icons/sae.png
227
%%DATADIR%%/icons/scissors.png
228
%%DATADIR%%/icons/search.png
229
%%DATADIR%%/icons/sixteenthnote.png
230
%%DATADIR%%/icons/sixtyfourthnote.png
231
%%DATADIR%%/icons/solo-disabled.png
232
%%DATADIR%%/icons/solo-enabled.png
233
%%DATADIR%%/icons/solo-isolate-disabled.png
234
%%DATADIR%%/icons/solo-isolate-enabled.png
235
%%DATADIR%%/icons/solo-isolated.png
236
%%DATADIR%%/icons/solo-safe-disabled.png
237
%%DATADIR%%/icons/solo-safe-enabled.png
238
%%DATADIR%%/icons/solo-safe-icon.png
239
%%DATADIR%%/icons/soloed-by-others.png
240
%%DATADIR%%/icons/soundcloud.png
241
%%DATADIR%%/icons/thirtysecondnote.png
242
%%DATADIR%%/icons/time_exp.png
243
%%DATADIR%%/icons/trim_bottom_cursor.png
244
%%DATADIR%%/icons/trim_left_cursor.png
245
%%DATADIR%%/icons/trim_left_cursor_5.png
246
%%DATADIR%%/icons/trim_left_cursor_right_only.png
247
%%DATADIR%%/icons/trim_right_cursor.png
248
%%DATADIR%%/icons/trim_right_cursor_5.png
249
%%DATADIR%%/icons/trim_right_cursor_left_only.png
250
%%DATADIR%%/icons/trim_top_cursor.png
251
%%DATADIR%%/icons/wholenote.png
252
%%DATADIR%%/icons/zoom_in_cursor.png
253
%%DATADIR%%/icons/zoom_out_cursor.png
254
%%DATADIR%%/mcp/SSL Nucleus Ardour.profile
255
%%DATADIR%%/mcp/artist_control.device
256
%%DATADIR%%/mcp/artist_mix.device
257
%%DATADIR%%/mcp/bcf2000.device
258
%%DATADIR%%/mcp/cmc.device
259
%%DATADIR%%/mcp/mc+xt+xt.device
260
%%DATADIR%%/mcp/mc+xt.device
261
%%DATADIR%%/mcp/mc.device
262
%%DATADIR%%/mcp/mcpro.device
263
%%DATADIR%%/mcp/mcproxt.device
264
%%DATADIR%%/mcp/midikbd.device
265
%%DATADIR%%/mcp/nucleus-platform-midi.device
266
%%DATADIR%%/mcp/nucleus.device
267
%%DATADIR%%/mcp/qcon+qex.device
268
%%DATADIR%%/mcp/qcon.device
269
%%DATADIR%%/mcp/qex+qcon.device
270
%%DATADIR%%/mcp/ruco.device
271
%%DATADIR%%/mcp/user.profile
272
%%DATADIR%%/mcp/x-touch+2x-touch-compact.device
273
%%DATADIR%%/mcp/x-touch+x-touch-compact.device
274
%%DATADIR%%/mcp/x-touch-compact.device
275
%%DATADIR%%/mcp/x-touch-mini.device
276
%%DATADIR%%/mcp/x-touch-one.device
277
%%DATADIR%%/mcp/x-touch.device
278
%%DATADIR%%/mcp/xt+mc+xt.device
279
%%DATADIR%%/mcp/xt+mc.device
280
%%DATADIR%%/mcp/xt+xt+mc.device
281
%%DATADIR%%/midi_maps/AKAI_MIDIMix_EQ_Mode.map
282
%%DATADIR%%/midi_maps/AKAI_MIDIMix_Normal_Mode.map
283
%%DATADIR%%/midi_maps/AKAI_MPK61.map
284
%%DATADIR%%/midi_maps/AKAI_MPKmini.map
285
%%DATADIR%%/midi_maps/Alesis_QX25.map
286
%%DATADIR%%/midi_maps/Arturia_KeyLab49.map
287
%%DATADIR%%/midi_maps/DDX3216.map
288
%%DATADIR%%/midi_maps/Korg_nanoKONTROL.map
289
%%DATADIR%%/midi_maps/Korg_nanoKONTROL2.map
290
%%DATADIR%%/midi_maps/Korg_nanoKONTROL2_With_Master.map
291
%%DATADIR%%/midi_maps/Korg_nanoKONTROL_Master.map
292
%%DATADIR%%/midi_maps/Korg_nanoKONTROL_Studio.map
293
%%DATADIR%%/midi_maps/Korg_taktile.map
294
%%DATADIR%%/midi_maps/M-Audio_Axiom25.map
295
%%DATADIR%%/midi_maps/M-Audio_Axiom61.map
296
%%DATADIR%%/midi_maps/M-Audio_Axiom_AIR_Mini_32.map
297
%%DATADIR%%/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map
298
%%DATADIR%%/midi_maps/M-Audio_Oxygen49.map
299
%%DATADIR%%/midi_maps/M-Audio_Oxygen61v3.map
300
%%DATADIR%%/midi_maps/Novation Impulse 49.map
301
%%DATADIR%%/midi_maps/Novation_Impulse61.map
302
%%DATADIR%%/midi_maps/Novation_LaunchControl_XL.map
303
%%DATADIR%%/midi_maps/Novation_LaunchKey25.map
304
%%DATADIR%%/midi_maps/Novation_LaunchKey49.map
305
%%DATADIR%%/midi_maps/Roland_SI-24.map
306
%%DATADIR%%/midi_maps/Roland_V_Studio_20.map
307
%%DATADIR%%/midi_maps/Yamaha_KX25.map
308
%%DATADIR%%/midi_maps/akai-mpd-32.map
309
%%DATADIR%%/midi_maps/bcf2000.map
310
%%DATADIR%%/midi_maps/bcf2000_mackie.map
311
%%DATADIR%%/midi_maps/m-audio-oxygen61v3.map
312
%%DATADIR%%/midi_maps/m-audio_oxygen25.map
313
%%DATADIR%%/midi_maps/m-audio_oxygen8v2.map
314
%%DATADIR%%/midi_maps/midikb_wiimote.map
315
%%DATADIR%%/midi_maps/xboard-61.map
316
%%DATADIR%%/osc/TTC2.preset
317
%%DATADIR%%/osc/basic-touchosc.preset
318
%%DATADIR%%/patchfiles/ART_Multiverb_Alpha_2_0.midnam
319
%%DATADIR%%/patchfiles/Access_Virus_A.midnam
320
%%DATADIR%%/patchfiles/Access_Virus_B_KB_Indigo.midnam
321
%%DATADIR%%/patchfiles/Access_Virus_Rack.midnam
322
%%DATADIR%%/patchfiles/Alesis_DM5.midnam
323
%%DATADIR%%/patchfiles/Alesis_MIDIVerb_4.midnam
324
%%DATADIR%%/patchfiles/Alesis_MIDIVerb_II.midnam
325
%%DATADIR%%/patchfiles/Alesis_MIDIVerb_III.midnam
326
%%DATADIR%%/patchfiles/Alesis_MicroVerb4.midnam
327
%%DATADIR%%/patchfiles/Alesis_NanoBass.midnam
328
%%DATADIR%%/patchfiles/Alesis_NanoPiano.midnam
329
%%DATADIR%%/patchfiles/Alesis_NanoSynth.midnam
330
%%DATADIR%%/patchfiles/Alesis_Q20.midnam
331
%%DATADIR%%/patchfiles/Alesis_QS6.midnam
332
%%DATADIR%%/patchfiles/Alesis_QS6_1.midnam
333
%%DATADIR%%/patchfiles/Alesis_QS78.midnam
334
%%DATADIR%%/patchfiles/Alesis_QS7_1_8_1.midnam
335
%%DATADIR%%/patchfiles/Alesis_Q_Cards.midnam
336
%%DATADIR%%/patchfiles/Alesis_QuadraSynth.midnam
337
%%DATADIR%%/patchfiles/Alesis_QuadraSynth_Plus.midnam
338
%%DATADIR%%/patchfiles/Alesis_Quadraverb_2.midnam
339
%%DATADIR%%/patchfiles/Alesis_Quadraverb_Plus.midnam
340
%%DATADIR%%/patchfiles/Alesis_S4.midnam
341
%%DATADIR%%/patchfiles/Alesis_S4_Plus.midnam
342
%%DATADIR%%/patchfiles/Alesis_SR_16.midnam
343
%%DATADIR%%/patchfiles/Bitheadz_Retro_AS_1.midnam
344
%%DATADIR%%/patchfiles/Casio_CZ_1.midnam
345
%%DATADIR%%/patchfiles/Clavia_Nord.midnam
346
%%DATADIR%%/patchfiles/Clavia_Nord_Lead_II.midnam
347
%%DATADIR%%/patchfiles/Clavia_Nord_Rack_3.midnam
348
%%DATADIR%%/patchfiles/DSI_Evolver.midnam
349
%%DATADIR%%/patchfiles/DSI_Mopho.midnam
350
%%DATADIR%%/patchfiles/DSI_Tetra.midnam
351
%%DATADIR%%/patchfiles/Digidesign_MP1.midnam
352
%%DATADIR%%/patchfiles/Digitech_DSP128plus.midnam
353
%%DATADIR%%/patchfiles/Digitech_DSP_128.midnam
354
%%DATADIR%%/patchfiles/Digitech_Quad_4.midnam
355
%%DATADIR%%/patchfiles/Digitech_S100.midnam
356
%%DATADIR%%/patchfiles/Dynacord_DRP_20X.midnam
357
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_01_Generic_Brass.midnam
358
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_02_1FH_KS_Sus_Short_C0_A#0.midnam
359
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_03_1FH_KS_Effects_C0_A0.midnam
360
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_04_2FH_KS_Sus_Short_C0_G0.midnam
361
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_05_2FH_KS_Effects_C0_F#0.midnam
362
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_06_6FH_KS_Sus_Short_C0_G#0.midnam
363
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_07_6FH_KS_Effects_C0_A0.midnam
364
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_08_1TP_KS_Sus_Short_C0_A0.midnam
365
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_09_1TP_KS_Effects_C0_E0.midnam
366
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_10_2TP_KS_Sus_Short_C0_G#0.midnam
367
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_11_2TP_KS_Effects_C0_A0.midnam
368
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_12_3TP_KS_Sus_Short_C0_A#0.midnam
369
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_13_3TP_KS_Effects_C0_A0.midnam
370
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_14_1TB_KS_Sus_Short_C0_G#0.midnam
371
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_15_1TB_KS_Effects_C0_E0.midnam
372
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_16_3TB_KS_Sus_Short_C#4_G#4.midnam
373
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_17_3TB_KS_Effects_C#4_F4.midnam
374
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_18_1CM_KS_Sus_Short_C#3_G3.midnam
375
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_19_1TU_KS_Sus_Short_C3_G#3.midnam
376
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_20_1TU_KS_Effects_C3_E3.midnam
377
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_21_LB_KS_Sus_Short_C0_D0.midnam
378
%%DATADIR%%/patchfiles/EW_Hollywood_Brass_22_LB_KS_Effects_C3_B3.midnam
379
%%DATADIR%%/patchfiles/EW_Hollywood_Harp_01_Generic_Harp.midnam
380
%%DATADIR%%/patchfiles/EW_Hollywood_Harp_02_Harp_KS_Master_C0_G#0.midnam
381
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Percussion_01_Generic_Percussion.midnam
382
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Percussion_02_Timpani_Flt_KS.midnam
383
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Percussion_03_Timpani_Hrd_KS.midnam
384
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_01_Generic_Woodwinds.midnam
385
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_02_PF_KS_Sus_Short_C0_C1.midnam
386
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_03_PF_KS_Runs_FX_C0_G0.midnam
387
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_04_FL_KS_Sus_Short_C0_C#1.midnam
388
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_05_FL_KS_Runs_FX_C0_G0.midnam
389
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_06_FL2_KS_Sus_Short_C0_C#1.midnam
390
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_07_FL2_KS_Runs_FX_C0_G0.midnam
391
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_08_AF_KS_Sus_Short_C0_F#0.midnam
392
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_09_BF_KS_Sus_Short_C0_E0.midnam
393
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_10_OB_KS_Sus_Short_C0_A#0.midnam
394
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_11_OB_KS_Runs_FX_C0_G0.midnam
395
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_12_EH_KS_Sus_Short_C0_A#0.midnam
396
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_13_CL_KS_Sus_Short_C0_A#0.midnam
397
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_14_CL_KS_Runs_FX_C0_G0.midnam
398
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_15_BC_KS_Sus_Short_C0_A0.midnam
399
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_16_BS_KS_Sus_Short_C0_G#0.midnam
400
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_17_BS_KS_Runs_FX_C0_G0.midnam
401
%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_18_CB_KS_Sus_Short_C3_G#3.midnam
402
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_01_Generic_Strings.midnam
403
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_02_1st_Violins_Sus_KS_C0_F#0_Ni.midnam
404
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_03_1st_Violins_Sus_KS_C0_F#0_Ni_DIV_A.midnam
405
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_04_1st_Violins_Sus_KS_C0_F#0_Ni_DIV_B.midnam
406
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_05_2nd_Violins_Sus_KS_C0_G#0_Ni.midnam
407
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_06_2nd_Violins_Sus_KS_C0_G#0_Ni_DIV_A.midnam
408
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_07_2nd_Violins_Sus_KS_C0_G#0_Ni_DIV_B.midnam
409
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_08_Violas_Sus_KS_C0_G0_Ni.midnam
410
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_09_Violas_Sus_KS_C0_G0_Ni_DIV_A.midnam
411
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_10_Violas_Sus_KS_C0_G0_Ni_DIV_B.midnam
412
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_11_Celli_Sus_KS_C0_F#0_Ni.midnam
413
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_12_Celli_Sus_KS_C0_F#0_Ni_DIV_A.midnam
414
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_13_Celli_Sus_KS_C0_F#0_Ni_DIV_B.midnam
415
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_14_Basses_Sus_KS_C4_F4_Ni.midnam
416
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_15_Basses_Sus_KS_C4_F4_Ni_DIV_A.midnam
417
%%DATADIR%%/patchfiles/EW_Hollywood_Strings_16_Basses_Sus_KS_C4_F4_Ni_DIV_B.midnam
418
%%DATADIR%%/patchfiles/EW_Pianos_01_Bechstein_280_copy.midnam
419
%%DATADIR%%/patchfiles/EW_Pianos_02_Bosendorfer_290.midnam
420
%%DATADIR%%/patchfiles/EW_Pianos_03_Steinway_D.midnam
421
%%DATADIR%%/patchfiles/EW_Pianos_04_Yamaha_C7.midnam
422
%%DATADIR%%/patchfiles/E_mu_Mo_Phatt.midnam
423
%%DATADIR%%/patchfiles/E_mu_Orbit_3.midnam
424
%%DATADIR%%/patchfiles/E_mu_Proteus_2000.midnam
425
%%DATADIR%%/patchfiles/E_mu_Systems_HALO.midnam
426
%%DATADIR%%/patchfiles/E_mu_Systems_MK_6.midnam
427
%%DATADIR%%/patchfiles/E_mu_Systems_MPS.midnam
428
%%DATADIR%%/patchfiles/E_mu_Systems_MPS_Orch.midnam
429
%%DATADIR%%/patchfiles/E_mu_Systems_MP_7.midnam
430
%%DATADIR%%/patchfiles/E_mu_Systems_Mo_Phatt.midnam
431
%%DATADIR%%/patchfiles/E_mu_Systems_Morpheus.midnam
432
%%DATADIR%%/patchfiles/E_mu_Systems_Orbit.midnam
433
%%DATADIR%%/patchfiles/E_mu_Systems_Orbit_V2.midnam
434
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Audity.midnam
435
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Beat_Garden.midnam
436
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Composer.midnam
437
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Definitive_B3.midnam
438
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Holy_Grail.midnam
439
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_MP_7_MROM1.midnam
440
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Mo_Phatt.midnam
441
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Orchestral1.midnam
442
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Orchestral2.midnam
443
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_PS_Orchestra.midnam
444
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Planet_Earth.midnam
445
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Protean_Drums.midnam
446
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Proteus_Pop.midnam
447
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Protozoa.midnam
448
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Pure_Phat.midnam
449
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Sound_of_the_ZR.midnam
450
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Techno_Synth.midnam
451
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Vintage_Collection.midnam
452
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_World_Expedition.midnam
453
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_XL_7_ROM.midnam
454
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_XTREM.midnam
455
%%DATADIR%%/patchfiles/E_mu_Systems_P2000_X_Lead.midnam
456
%%DATADIR%%/patchfiles/E_mu_Systems_PK_6.midnam
457
%%DATADIR%%/patchfiles/E_mu_Systems_Planet_Earth.midnam
458
%%DATADIR%%/patchfiles/E_mu_Systems_Planet_Phatt.midnam
459
%%DATADIR%%/patchfiles/E_mu_Systems_Procussion.midnam
460
%%DATADIR%%/patchfiles/E_mu_Systems_ProteusFX.midnam
461
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_1.midnam
462
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_1_XR.midnam
463
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_1_XR_Orch.midnam
464
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_1_w_Protologic.midnam
465
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_2.midnam
466
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_2500.midnam
467
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_2_XR.midnam
468
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_3.midnam
469
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_3_XR.midnam
470
%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_Custom.midnam
471
%%DATADIR%%/patchfiles/E_mu_Systems_SoundEngine.midnam
472
%%DATADIR%%/patchfiles/E_mu_Systems_UltraProteus.midnam
473
%%DATADIR%%/patchfiles/E_mu_Systems_Vintage_Keys.midnam
474
%%DATADIR%%/patchfiles/E_mu_Systems_Vintage_Pro.midnam
475
%%DATADIR%%/patchfiles/E_mu_Systems_Virtuoso_2000.midnam
476
%%DATADIR%%/patchfiles/E_mu_Systems_XK_6.midnam
477
%%DATADIR%%/patchfiles/E_mu_XL_1.midnam
478
%%DATADIR%%/patchfiles/Ensoniq_ESQ.midnam
479
%%DATADIR%%/patchfiles/Ensoniq_KS_32.midnam
480
%%DATADIR%%/patchfiles/Ensoniq_MR_Rack_61_76.midnam
481
%%DATADIR%%/patchfiles/Ensoniq_SD_1.midnam
482
%%DATADIR%%/patchfiles/Ensoniq_SQ_1.midnam
483
%%DATADIR%%/patchfiles/Ensoniq_SQ_1_2_R_.midnam
484
%%DATADIR%%/patchfiles/Ensoniq_SQ_1_2_R_32.midnam
485
%%DATADIR%%/patchfiles/Ensoniq_SQ_R.midnam
486
%%DATADIR%%/patchfiles/Ensoniq_TS_10_12.midnam
487
%%DATADIR%%/patchfiles/Ensoniq_VFX_SD.midnam
488
%%DATADIR%%/patchfiles/Ensoniq_ZR.midnam
489
%%DATADIR%%/patchfiles/Eventide_Eclipse.midnam
490
%%DATADIR%%/patchfiles/Gotharmoon_deMoon.midnam
491
%%DATADIR%%/patchfiles/Johnson_J_Station.midnam
492
%%DATADIR%%/patchfiles/Jomox_MBase_11.midnam
493
%%DATADIR%%/patchfiles/Kawai_GMega.midnam
494
%%DATADIR%%/patchfiles/Kawai_K1.midnam
495
%%DATADIR%%/patchfiles/Kawai_K11.midnam
496
%%DATADIR%%/patchfiles/Korg_01R_W.midnam
497
%%DATADIR%%/patchfiles/Korg_01_W(fd).midnam
498
%%DATADIR%%/patchfiles/Korg_01_W_Pro(X).midnam
499
%%DATADIR%%/patchfiles/Korg_03R_W.midnam
500
%%DATADIR%%/patchfiles/Korg_05R_W.midnam
501
%%DATADIR%%/patchfiles/Korg_AG_10.midnam
502
%%DATADIR%%/patchfiles/Korg_AG_3.midnam
503
%%DATADIR%%/patchfiles/Korg_CX3.midnam
504
%%DATADIR%%/patchfiles/Korg_C_15_25.midnam
505
%%DATADIR%%/patchfiles/Korg_C_303_505.midnam
506
%%DATADIR%%/patchfiles/Korg_DW_8000.midnam
507
%%DATADIR%%/patchfiles/Korg_ER_1.midnam
508
%%DATADIR%%/patchfiles/Korg_EX_8000.midnam
509
%%DATADIR%%/patchfiles/Korg_Karma.midnam
510
%%DATADIR%%/patchfiles/Korg_M1(R).midnam
511
%%DATADIR%%/patchfiles/Korg_M3R.midnam
512
%%DATADIR%%/patchfiles/Korg_MS2000R.midnam
513
%%DATADIR%%/patchfiles/Korg_MicroKORG.midnam
514
%%DATADIR%%/patchfiles/Korg_N1_N5.midnam
515
%%DATADIR%%/patchfiles/Korg_N264.midnam
516
%%DATADIR%%/patchfiles/Korg_N364.midnam
517
%%DATADIR%%/patchfiles/Korg_NS5R.midnam
518
%%DATADIR%%/patchfiles/Korg_NX5R.midnam
519
%%DATADIR%%/patchfiles/Korg_Prophecy.midnam
520
%%DATADIR%%/patchfiles/Korg_Radias.midnam
521
%%DATADIR%%/patchfiles/Korg_T1.midnam
522
%%DATADIR%%/patchfiles/Korg_TR_Rack.midnam
523
%%DATADIR%%/patchfiles/Korg_TR_Workstation.midnam
524
%%DATADIR%%/patchfiles/Korg_Trinity.midnam
525
%%DATADIR%%/patchfiles/Korg_Trinity_Plus.midnam
526
%%DATADIR%%/patchfiles/Korg_Trinity_Pro(X).midnam
527
%%DATADIR%%/patchfiles/Korg_Trinity_Track.midnam
528
%%DATADIR%%/patchfiles/Korg_Triton.midnam
529
%%DATADIR%%/patchfiles/Korg_Triton_Expansion.midnam
530
%%DATADIR%%/patchfiles/Korg_Triton_Le.midnam
531
%%DATADIR%%/patchfiles/Korg_Triton_Rack.midnam
532
%%DATADIR%%/patchfiles/Korg_Triton_Studio.midnam
533
%%DATADIR%%/patchfiles/Korg_Volca_Bass.midnam
534
%%DATADIR%%/patchfiles/Korg_Volca_Beats.midnam
535
%%DATADIR%%/patchfiles/Korg_Volca_Keys.midnam
536
%%DATADIR%%/patchfiles/Korg_Wavestation_A_D.midnam
537
%%DATADIR%%/patchfiles/Korg_Wavestation_EX.midnam
538
%%DATADIR%%/patchfiles/Korg_Wavestation_SR.midnam
539
%%DATADIR%%/patchfiles/Korg_X2_3_3R.midnam
540
%%DATADIR%%/patchfiles/Korg_X5(D).midnam
541
%%DATADIR%%/patchfiles/Korg_X5DR.midnam
542
%%DATADIR%%/patchfiles/Korg_Z1.midnam
543
%%DATADIR%%/patchfiles/Korg_iSeries.midnam
544
%%DATADIR%%/patchfiles/Kurzweil_1200_Pro_I.midnam
545
%%DATADIR%%/patchfiles/Kurzweil_1200_Pro_II.midnam
546
%%DATADIR%%/patchfiles/Kurzweil_K1200.midnam
547
%%DATADIR%%/patchfiles/Kurzweil_K2000.midnam
548
%%DATADIR%%/patchfiles/Kurzweil_K2000R.midnam
549
%%DATADIR%%/patchfiles/Kurzweil_K2000_Expansion.midnam
550
%%DATADIR%%/patchfiles/Kurzweil_K2500X.midnam
551
%%DATADIR%%/patchfiles/Kurzweil_K2500_2600_Expansion.midnam
552
%%DATADIR%%/patchfiles/Kurzweil_K2600.midnam
553
%%DATADIR%%/patchfiles/Kurzweil_K2661.midnam
554
%%DATADIR%%/patchfiles/Kurzweil_Mark_12_152.midnam
555
%%DATADIR%%/patchfiles/Kurzweil_Micro_Piano.midnam
556
%%DATADIR%%/patchfiles/Kurzweil_PC2_PC2r_w_Orch.midnam
557
%%DATADIR%%/patchfiles/Kurzweil_PC88.midnam
558
%%DATADIR%%/patchfiles/Kurzweil_PC88_MX.midnam
559
%%DATADIR%%/patchfiles/Kurzweil_PC88_VGM.midnam
560
%%DATADIR%%/patchfiles/Kurzweil_PX_Plus.midnam
561
%%DATADIR%%/patchfiles/Kurzweil_SP88x.midnam
562
%%DATADIR%%/patchfiles/Lexicon_DR_Music_FX_Expansion.midnam
563
%%DATADIR%%/patchfiles/Lexicon_Dual_FX_Expansion.midnam
564
%%DATADIR%%/patchfiles/Lexicon_Dual_Vrb_Expansion.midnam
565
%%DATADIR%%/patchfiles/Lexicon_MPX500.midnam
566
%%DATADIR%%/patchfiles/Lexicon_MPX_1.midnam
567
%%DATADIR%%/patchfiles/Lexicon_MPX_500.midnam
568
%%DATADIR%%/patchfiles/Lexicon_MX200.midnam
569
%%DATADIR%%/patchfiles/Lexicon_MX300.midnam
570
%%DATADIR%%/patchfiles/Lexicon_PCM_80.midnam
571
%%DATADIR%%/patchfiles/Lexicon_PCM_81.midnam
572
%%DATADIR%%/patchfiles/Lexicon_PCM_90.midnam
573
%%DATADIR%%/patchfiles/Lexicon_PCM_91.midnam
574
%%DATADIR%%/patchfiles/Lexicon_Pitch_FX_Expansion.midnam
575
%%DATADIR%%/patchfiles/Lexicon_SMG_Post_FX_Expansion.midnam
576
%%DATADIR%%/patchfiles/Line_6_Bass_POD.midnam
577
%%DATADIR%%/patchfiles/Line_6_Bass_PODxt.midnam
578
%%DATADIR%%/patchfiles/Line_6_EchoPro.midnam
579
%%DATADIR%%/patchfiles/Line_6_FilterPro.midnam
580
%%DATADIR%%/patchfiles/Line_6_ModPro.midnam
581
%%DATADIR%%/patchfiles/Line_6_POD.midnam
582
%%DATADIR%%/patchfiles/Line_6_POD_2_Pro.midnam
583
%%DATADIR%%/patchfiles/Line_6_PODxt.midnam
584
%%DATADIR%%/patchfiles/Linn_AdrenaLinn_II.midnam
585
%%DATADIR%%/patchfiles/MFB_503.midnam
586
%%DATADIR%%/patchfiles/MFB_Tanzbar.midnam
587
%%DATADIR%%/patchfiles/MIDI.midnam
588
%%DATADIR%%/patchfiles/Moog_MF_104M_Analog_Delay.midnam
589
%%DATADIR%%/patchfiles/Moog_MF_108M_Cluster_Flux.midnam
590
%%DATADIR%%/patchfiles/Moog_Minitaur.midnam
591
%%DATADIR%%/patchfiles/Moog_Slim_Phatty.midnam
592
%%DATADIR%%/patchfiles/Morning_Star_MacWaveMaker.midnam
593
%%DATADIR%%/patchfiles/Nord_Modular.midnam
594
%%DATADIR%%/patchfiles/Novation_A_Station.midnam
595
%%DATADIR%%/patchfiles/Novation_BassStationII.midnam
596
%%DATADIR%%/patchfiles/Novation_Bass_Station_Rack.midnam
597
%%DATADIR%%/patchfiles/Novation_DrumStation.midnam
598
%%DATADIR%%/patchfiles/Novation_Drum_Station_Rack.midnam
599
%%DATADIR%%/patchfiles/Novation_Nova.midnam
600
%%DATADIR%%/patchfiles/Novation_Super_BassStation.midnam
601
%%DATADIR%%/patchfiles/Novation_Supernova_II.midnam
602
%%DATADIR%%/patchfiles/Oberheim_Matrix_1000.midnam
603
%%DATADIR%%/patchfiles/Peavey_DPM_V3.midnam
604
%%DATADIR%%/patchfiles/Rocktron_Replifex.midnam
605
%%DATADIR%%/patchfiles/Roland_60s_70s_Expansion.midnam
606
%%DATADIR%%/patchfiles/Roland_Asia_Expansion.midnam
607
%%DATADIR%%/patchfiles/Roland_Bass&Drums_Expansion.midnam
608
%%DATADIR%%/patchfiles/Roland_Big_Brass_Expansion.midnam
609
%%DATADIR%%/patchfiles/Roland_Boss_DS_330.midnam
610
%%DATADIR%%/patchfiles/Roland_Boss_GT_3.midnam
611
%%DATADIR%%/patchfiles/Roland_Boss_SE_50.midnam
612
%%DATADIR%%/patchfiles/Roland_Complete_Orchestra_Exp.midnam
613
%%DATADIR%%/patchfiles/Roland_Concert_Piano_Exp.midnam
614
%%DATADIR%%/patchfiles/Roland_Concert_Piano_Expansion.midnam
615
%%DATADIR%%/patchfiles/Roland_Country_Expansion.midnam
616
%%DATADIR%%/patchfiles/Roland_D_10.midnam
617
%%DATADIR%%/patchfiles/Roland_D_110.midnam
618
%%DATADIR%%/patchfiles/Roland_D_5.midnam
619
%%DATADIR%%/patchfiles/Roland_D_50.midnam
620
%%DATADIR%%/patchfiles/Roland_D_550.midnam
621
%%DATADIR%%/patchfiles/Roland_D_70.midnam
622
%%DATADIR%%/patchfiles/Roland_Dance_Expansion.midnam
623
%%DATADIR%%/patchfiles/Roland_Dynamic_Drums_Exp.midnam
624
%%DATADIR%%/patchfiles/Roland_Dynamic_Drums_Expansion.midnam
625
%%DATADIR%%/patchfiles/Roland_Experience_2_Expansion.midnam
626
%%DATADIR%%/patchfiles/Roland_Experience_Expansion.midnam
627
%%DATADIR%%/patchfiles/Roland_Fantom.midnam
628
%%DATADIR%%/patchfiles/Roland_FantomX8.midnam
629
%%DATADIR%%/patchfiles/Roland_FantomXR.midnam
630
%%DATADIR%%/patchfiles/Roland_Fantom_Xa.midnam
631
%%DATADIR%%/patchfiles/Roland_GR_1.midnam
632
%%DATADIR%%/patchfiles/Roland_GR_1_w_Exp.midnam
633
%%DATADIR%%/patchfiles/Roland_GR_30.midnam
634
%%DATADIR%%/patchfiles/Roland_GR_33.midnam
635
%%DATADIR%%/patchfiles/Roland_Handsonic.midnam
636
%%DATADIR%%/patchfiles/Roland_Hip_Hop_Expansion.midnam
637
%%DATADIR%%/patchfiles/Roland_House_Expansion.midnam
638
%%DATADIR%%/patchfiles/Roland_JD_990.midnam
639
%%DATADIR%%/patchfiles/Roland_JP_8000.midnam
640
%%DATADIR%%/patchfiles/Roland_JP_8080.midnam
641
%%DATADIR%%/patchfiles/Roland_JV_1010.midnam
642
%%DATADIR%%/patchfiles/Roland_JV_1080.midnam
643
%%DATADIR%%/patchfiles/Roland_JV_2080.midnam
644
%%DATADIR%%/patchfiles/Roland_JV_30.midnam
645
%%DATADIR%%/patchfiles/Roland_JV_35_50.midnam
646
%%DATADIR%%/patchfiles/Roland_JV_80_880.midnam
647
%%DATADIR%%/patchfiles/Roland_JV_90.midnam
648
%%DATADIR%%/patchfiles/Roland_JX_305.midnam
649
%%DATADIR%%/patchfiles/Roland_JX_8P.midnam
650
%%DATADIR%%/patchfiles/Roland_Juno_106.midnam
651
%%DATADIR%%/patchfiles/Roland_Latin_Expansion.midnam
652
%%DATADIR%%/patchfiles/Roland_MC_303.midnam
653
%%DATADIR%%/patchfiles/Roland_MC_307.midnam
654
%%DATADIR%%/patchfiles/Roland_MC_505.midnam
655
%%DATADIR%%/patchfiles/Roland_MT_32.midnam
656
%%DATADIR%%/patchfiles/Roland_M_BD1.midnam
657
%%DATADIR%%/patchfiles/Roland_M_DC1.midnam
658
%%DATADIR%%/patchfiles/Roland_M_GS64.midnam
659
%%DATADIR%%/patchfiles/Roland_M_OC1.midnam
660
%%DATADIR%%/patchfiles/Roland_M_SE1.midnam
661
%%DATADIR%%/patchfiles/Roland_M_VS1.midnam
662
%%DATADIR%%/patchfiles/Roland_Orchestral_Expansion.midnam
663
%%DATADIR%%/patchfiles/Roland_Orchestral_II_Expansion.midnam
664
%%DATADIR%%/patchfiles/Roland_PMA_5.midnam
665
%%DATADIR%%/patchfiles/Roland_Piano_Expansion.midnam
666
%%DATADIR%%/patchfiles/Roland_Platinum_Trax_Exp.midnam
667
%%DATADIR%%/patchfiles/Roland_Platinum_Trax_Expansion.midnam
668
%%DATADIR%%/patchfiles/Roland_Pop_Expansion.midnam
669
%%DATADIR%%/patchfiles/Roland_RD_250s.midnam
670
%%DATADIR%%/patchfiles/Roland_RD_600.midnam
671
%%DATADIR%%/patchfiles/Roland_RD_700.midnam
672
%%DATADIR%%/patchfiles/Roland_RD_700sx.midnam
673
%%DATADIR%%/patchfiles/Roland_RS_5_9.midnam
674
%%DATADIR%%/patchfiles/Roland_RS_9.midnam
675
%%DATADIR%%/patchfiles/Roland_R_8M.midnam
676
%%DATADIR%%/patchfiles/Roland_SC_50.midnam
677
%%DATADIR%%/patchfiles/Roland_SC_55.midnam
678
%%DATADIR%%/patchfiles/Roland_SC_55mkII.midnam
679
%%DATADIR%%/patchfiles/Roland_SC_7.midnam
680
%%DATADIR%%/patchfiles/Roland_SC_88.midnam
681
%%DATADIR%%/patchfiles/Roland_SC_88_Pro.midnam
682
%%DATADIR%%/patchfiles/Roland_SH_32.midnam
683
%%DATADIR%%/patchfiles/Roland_Session_Expansion.midnam
684
%%DATADIR%%/patchfiles/Roland_Sirius.midnam
685
%%DATADIR%%/patchfiles/Roland_Special_FX_Expansion.midnam
686
%%DATADIR%%/patchfiles/Roland_Studio_Exp.midnam
687
%%DATADIR%%/patchfiles/Roland_Studio_Expansion.midnam
688
%%DATADIR%%/patchfiles/Roland_Super_Sound_Expansion.midnam
689
%%DATADIR%%/patchfiles/Roland_Supreme_Dance_Exp.midnam
690
%%DATADIR%%/patchfiles/Roland_Supreme_Dance_Expansion.midnam
691
%%DATADIR%%/patchfiles/Roland_Symphonic_Strings_Exp.midnam
692
%%DATADIR%%/patchfiles/Roland_TB_03.midnam
693
%%DATADIR%%/patchfiles/Roland_Techno_Expansion.midnam
694
%%DATADIR%%/patchfiles/Roland_U_220.midnam
695
%%DATADIR%%/patchfiles/Roland_Ultimate_Keys_Exp.midnam
696
%%DATADIR%%/patchfiles/Roland_Ultimate_Keys_Expansion.midnam
697
%%DATADIR%%/patchfiles/Roland_V_Synth_GT.midnam
698
%%DATADIR%%/patchfiles/Roland_Vintage_Synth_Expansion.midnam
699
%%DATADIR%%/patchfiles/Roland_Vocal_Expansion.midnam
700
%%DATADIR%%/patchfiles/Roland_World_Collection_Exp.midnam
701
%%DATADIR%%/patchfiles/Roland_World_Expansion.midnam
702
%%DATADIR%%/patchfiles/Roland_XP_10.midnam
703
%%DATADIR%%/patchfiles/Roland_XP_80.midnam
704
%%DATADIR%%/patchfiles/Roland_XV_2020.midnam
705
%%DATADIR%%/patchfiles/Roland_XV_3080.midnam
706
%%DATADIR%%/patchfiles/Roland_XV_5050.midnam
707
%%DATADIR%%/patchfiles/Roland_XV_5080.midnam
708
%%DATADIR%%/patchfiles/Roland_XV_88.midnam
709
%%DATADIR%%/patchfiles/Sequential_Circuits_Prophet_600.midnam
710
%%DATADIR%%/patchfiles/TC_Electronic_M3000.midnam
711
%%DATADIR%%/patchfiles/Tascam_TM_D1000.midnam
712
%%DATADIR%%/patchfiles/Waldorf_Blofeld.midnam
713
%%DATADIR%%/patchfiles/Waldorf_Micro_Q.midnam
714
%%DATADIR%%/patchfiles/Waldorf_Pulse.midnam
715
%%DATADIR%%/patchfiles/Yamaha_AN1X.midnam
716
%%DATADIR%%/patchfiles/Yamaha_CS1X.midnam
717
%%DATADIR%%/patchfiles/Yamaha_CS2X.midnam
718
%%DATADIR%%/patchfiles/Yamaha_CS6R_x.midnam
719
%%DATADIR%%/patchfiles/Yamaha_CVP_103_105.midnam
720
%%DATADIR%%/patchfiles/Yamaha_CVP_107_109_700.midnam
721
%%DATADIR%%/patchfiles/Yamaha_DX_7.midnam
722
%%DATADIR%%/patchfiles/Yamaha_EX_5.midnam
723
%%DATADIR%%/patchfiles/Yamaha_EX_5_7.midnam
724
%%DATADIR%%/patchfiles/Yamaha_FS1R.midnam
725
%%DATADIR%%/patchfiles/Yamaha_MM6.midnam
726
%%DATADIR%%/patchfiles/Yamaha_MOTIF_6_7_8.midnam
727
%%DATADIR%%/patchfiles/Yamaha_MOTIF_ES_6_7_8.midnam
728
%%DATADIR%%/patchfiles/Yamaha_MOTIF_RACK_ES.midnam
729
%%DATADIR%%/patchfiles/Yamaha_MOTIF_Rack.midnam
730
%%DATADIR%%/patchfiles/Yamaha_MOTIF_XS.midnam
731
%%DATADIR%%/patchfiles/Yamaha_MU100R.midnam
732
%%DATADIR%%/patchfiles/Yamaha_MU10XG.midnam
733
%%DATADIR%%/patchfiles/Yamaha_MU50.midnam
734
%%DATADIR%%/patchfiles/Yamaha_MU80.midnam
735
%%DATADIR%%/patchfiles/Yamaha_MU90R.midnam
736
%%DATADIR%%/patchfiles/Yamaha_MX-49-61-88.midnam
737
%%DATADIR%%/patchfiles/Yamaha_NP-V80.midnam
738
%%DATADIR%%/patchfiles/Yamaha_PLG100_XG_Expansion.midnam
739
%%DATADIR%%/patchfiles/Yamaha_PLG150DX_Expansion.midnam
740
%%DATADIR%%/patchfiles/Yamaha_PLG150PF_Expansion.midnam
741
%%DATADIR%%/patchfiles/Yamaha_PLG150VL_Expansion.midnam
742
%%DATADIR%%/patchfiles/Yamaha_PLG150_AN_Expansion.midnam
743
%%DATADIR%%/patchfiles/Yamaha_PLG150_DR_PC_Expansion.midnam
744
%%DATADIR%%/patchfiles/Yamaha_PSR540.midnam
745
%%DATADIR%%/patchfiles/Yamaha_PSR_275.midnam
746
%%DATADIR%%/patchfiles/Yamaha_PSR_530_630_730.midnam
747
%%DATADIR%%/patchfiles/Yamaha_PSR_8000.midnam
748
%%DATADIR%%/patchfiles/Yamaha_PSR_9000.midnam
749
%%DATADIR%%/patchfiles/Yamaha_PSR_DJX.midnam
750
%%DATADIR%%/patchfiles/Yamaha_PSR_DJX_II.midnam
751
%%DATADIR%%/patchfiles/Yamaha_PSR_S900.midnam
752
%%DATADIR%%/patchfiles/Yamaha_QS300.midnam
753
%%DATADIR%%/patchfiles/Yamaha_QY70.midnam
754
%%DATADIR%%/patchfiles/Yamaha_RM50.midnam
755
%%DATADIR%%/patchfiles/Yamaha_S30_80.midnam
756
%%DATADIR%%/patchfiles/Yamaha_S90.midnam
757
%%DATADIR%%/patchfiles/Yamaha_SY77.midnam
758
%%DATADIR%%/patchfiles/Yamaha_SY99.midnam
759
%%DATADIR%%/patchfiles/Yamaha_So3.midnam
760
%%DATADIR%%/patchfiles/Yamaha_So8.midnam
761
%%DATADIR%%/patchfiles/Yamaha_TG100.midnam
762
%%DATADIR%%/patchfiles/Yamaha_TG500.midnam
763
%%DATADIR%%/patchfiles/Yamaha_TG77.midnam
764
%%DATADIR%%/patchfiles/Yamaha_TX81Z.midnam
765
%%DATADIR%%/patchfiles/Yamaha_Tyros.midnam
766
%%DATADIR%%/patchfiles/Yamaha_Tyros2.midnam
767
%%DATADIR%%/plugin_metadata/plugin_statuses
768
%%DATADIR%%/plugin_metadata/plugin_tags
769
%%DATADIR%%/plugin_metadata/wscript
770
%%DATADIR%%/resources/Ardour-icon_16px.png
771
%%DATADIR%%/resources/Ardour-icon_22px.png
772
%%DATADIR%%/resources/Ardour-icon_256px.png
773
%%DATADIR%%/resources/Ardour-icon_32px.png
774
%%DATADIR%%/resources/Ardour-icon_48px.png
775
%%DATADIR%%/resources/Ardour-icon_512px.png
776
%%DATADIR%%/resources/Ardour-small-splash.png
777
%%DATADIR%%/resources/Ardour-splash.png
778
%%DATADIR%%/scripts/HiAndLowPass.lua
779
%%DATADIR%%/scripts/a-noise.lua
780
%%DATADIR%%/scripts/a_mute.lua
781
%%DATADIR%%/scripts/a_slow_mute.lua
782
%%DATADIR%%/scripts/access_action.lua
783
%%DATADIR%%/scripts/addscopes.lua
784
%%DATADIR%%/scripts/amp5.lua
785
%%DATADIR%%/scripts/avldrums_midimap.lua
786
%%DATADIR%%/scripts/bounce_replace.lua
787
%%DATADIR%%/scripts/bypass_all_plugins.lua
788
%%DATADIR%%/scripts/create_drum_tracks.lua
789
%%DATADIR%%/scripts/delete_xrun_markers.lua
790
%%DATADIR%%/scripts/export_mp4chaps.lua
791
%%DATADIR%%/scripts/faders_to_trims.lua
792
%%DATADIR%%/scripts/jump_to_marker.lua
793
%%DATADIR%%/scripts/lfo_automation.lua
794
%%DATADIR%%/scripts/list_plugins.lua
795
%%DATADIR%%/scripts/ltc_reader.lua
796
%%DATADIR%%/scripts/metering_point.lua
797
%%DATADIR%%/scripts/midi_cc_to_automation.lua
798
%%DATADIR%%/scripts/midi_remap.lua
799
%%DATADIR%%/scripts/midimon.lua
800
%%DATADIR%%/scripts/mixer_screenshot.lua
801
%%DATADIR%%/scripts/mixer_settings_recall.lua
802
%%DATADIR%%/scripts/mixer_settings_store.lua
803
%%DATADIR%%/scripts/mute_all_tracks.lua
804
%%DATADIR%%/scripts/normalize_all_tracks.lua
805
%%DATADIR%%/scripts/notch_bank.lua
806
%%DATADIR%%/scripts/periodic_backup.lua
807
%%DATADIR%%/scripts/post_export_save_hook.lua
808
%%DATADIR%%/scripts/preare_record_example.lua
809
%%DATADIR%%/scripts/remove_unknown_procs.lua
810
%%DATADIR%%/scripts/reset_mixer.lua
811
%%DATADIR%%/scripts/rubberband_swing.lua
812
%%DATADIR%%/scripts/s_chanmap.lua
813
%%DATADIR%%/scripts/s_fader_automation.lua
814
%%DATADIR%%/scripts/s_foreach_track.lua
815
%%DATADIR%%/scripts/s_group_color.lua
816
%%DATADIR%%/scripts/s_import_files.lua
817
%%DATADIR%%/scripts/s_plugin_automation.lua
818
%%DATADIR%%/scripts/s_plugin_reorder.lua
819
%%DATADIR%%/scripts/s_pluginutils.lua
820
%%DATADIR%%/scripts/s_portengine.lua
821
%%DATADIR%%/scripts/s_region_gain.lua
822
%%DATADIR%%/scripts/s_region_gain2.lua
823
%%DATADIR%%/scripts/s_replaceplugin.lua
824
%%DATADIR%%/scripts/s_selection.lua
825
%%DATADIR%%/scripts/s_set_region_fades.lua
826
%%DATADIR%%/scripts/s_showhide_track.lua
827
%%DATADIR%%/scripts/s_thin_automation.lua
828
%%DATADIR%%/scripts/s_timecode.lua
829
%%DATADIR%%/scripts/s_track_props.lua
830
%%DATADIR%%/scripts/s_vamp_plugin_index.lua
831
%%DATADIR%%/scripts/s_whoami.lua
832
%%DATADIR%%/scripts/scope.lua
833
%%DATADIR%%/scripts/select_every_2nd_region.lua
834
%%DATADIR%%/scripts/send_to_bus.lua
835
%%DATADIR%%/scripts/session_template_advanced.lua
836
%%DATADIR%%/scripts/session_template_record.lua
837
%%DATADIR%%/scripts/set_automation_mode.lua
838
%%DATADIR%%/scripts/singen.lua
839
%%DATADIR%%/scripts/spectrogram.lua
840
%%DATADIR%%/scripts/split_all_markers.lua
841
%%DATADIR%%/scripts/stop_at_marker.lua
842
%%DATADIR%%/scripts/store_recall_mixer.lua
843
%%DATADIR%%/scripts/synth1.lua
844
%%DATADIR%%/scripts/tomsloop.lua
845
%%DATADIR%%/scripts/track_organizer.lua
846
%%DATADIR%%/scripts/tx_raw_midi_from_file.lua
847
%%DATADIR%%/scripts/vamp_audio_to_midi.lua
848
%%DATADIR%%/scripts/voice_activate.lua
849
%%DATADIR%%/templates/.stub
850
%%DATADIR%%/themes/blueberry_milk-ardour.colors
851
%%DATADIR%%/themes/caineville-ardour.colors
852
%%DATADIR%%/themes/clear_gray-ardour.colors
853
%%DATADIR%%/themes/cubasish-ardour.colors
854
%%DATADIR%%/themes/dark-ardour.colors
855
%%DATADIR%%/themes/unastudia-ardour.colors
856
%%DATADIR%%/web_surfaces/builtin/mixer-demo/css/main.css
857
%%DATADIR%%/web_surfaces/builtin/mixer-demo/css/widget.css
858
%%DATADIR%%/web_surfaces/builtin/mixer-demo/img/ardour-icon.svg
859
%%DATADIR%%/web_surfaces/builtin/mixer-demo/index.html
860
%%DATADIR%%/web_surfaces/builtin/mixer-demo/js/main.js
861
%%DATADIR%%/web_surfaces/builtin/mixer-demo/js/widget.js
862
%%DATADIR%%/web_surfaces/builtin/mixer-demo/manifest.xml
863
%%DATADIR%%/web_surfaces/builtin/transport/img/expand.svg
864
%%DATADIR%%/web_surfaces/builtin/transport/img/pause.svg
865
%%DATADIR%%/web_surfaces/builtin/transport/img/play.svg
866
%%DATADIR%%/web_surfaces/builtin/transport/img/record-off.svg
867
%%DATADIR%%/web_surfaces/builtin/transport/img/record-on.svg
868
%%DATADIR%%/web_surfaces/builtin/transport/index.html
869
%%DATADIR%%/web_surfaces/builtin/transport/main.css
870
%%DATADIR%%/web_surfaces/builtin/transport/main.js
871
%%DATADIR%%/web_surfaces/builtin/transport/manifest.xml
872
%%DATADIR%%/web_surfaces/builtin/transport/square.ttf
873
%%DATADIR%%/web_surfaces/index.html
874
%%DATADIR%%/web_surfaces/index/junge-regular-webfont.ttf
875
%%DATADIR%%/web_surfaces/index/junge-regular-webfont.woff
876
%%DATADIR%%/web_surfaces/index/logo.png
877
%%DATADIR%%/web_surfaces/index/main.css
878
%%DATADIR%%/web_surfaces/index/main.js
879
%%DATADIR%%/web_surfaces/shared/ardour.js
880
%%DATADIR%%/web_surfaces/shared/callback.js
881
%%DATADIR%%/web_surfaces/shared/channel.js
882
%%DATADIR%%/web_surfaces/shared/control.js
883
%%DATADIR%%/web_surfaces/shared/message.js
884
%%DATADIR%%/web_surfaces/shared/metadata.js
885
share/icons/hicolor/16x16/apps/ardour6.png
886
share/icons/hicolor/22x22/apps/ardour6.png
887
share/icons/hicolor/256x256/apps/ardour6.png
888
share/icons/hicolor/32x32/apps/ardour6.png
889
share/icons/hicolor/48x48/apps/ardour6.png
890
share/icons/hicolor/512x512/apps/ardour6.png

Return to bug 246915