FreeBSD Bugzilla – Attachment 215139 Details for
Bug 246915
[NEW PORT] audio/ardour6: Multichannel digital audio workstation (6.x)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff of port files
ardour6.diff (text/plain), 48.99 KB, created by
Michael Beer
on 2020-06-01 18:34:09 UTC
(
hide
)
Description:
svn diff of port files
Filename:
MIME Type:
Creator:
Michael Beer
Created:
2020-06-01 18:34:09 UTC
Size:
48.99 KB
patch
obsolete
>Index: audio/ardour6/Makefile >=================================================================== >--- audio/ardour6/Makefile (nonexistent) >+++ audio/ardour6/Makefile (working copy) >@@ -0,0 +1,116 @@ >+# Created by: Michael Beer <beerml@sigma6audio.de> >+# $FreeBSD$ >+ >+PORTNAME= ardour6 >+PORTVERSION= 6.0.0 >+CATEGORIES= audio >+MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ >+# The original master side points to the latest release only: >+# MASTER_SITES= https://community.ardour.org/srctar/ >+DISTNAME= Ardour-${PORTVERSION} >+ >+MAINTAINER= beerml@sigma6audio.de >+COMMENT= Multichannel digital audio workstation >+ >+LICENSE= GPLv2+ >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+BUILD_DEPENDS= lv2>=1.18.0:audio/lv2 itstool>2.0.0:textproc/itstool >+LIB_DEPENDS= libserd-0.so:devel/serd \ >+ libsord-0.so:devel/sord \ >+ libsratom-0.so:audio/sratom \ >+ liblilv-0.so:audio/lilv \ >+ libsuil-0.so:audio/suil \ >+ libaubio.so:audio/aubio \ >+ librubberband.so:audio/rubberband \ >+ liblo.so:audio/liblo \ >+ liblrdf.so:textproc/liblrdf \ >+ libjack.so:audio/jack \ >+ libfontconfig.so:x11-fonts/fontconfig \ >+ libfreetype.so:print/freetype2 \ >+ libboost_date_time.so:devel/boost-libs \ >+ libvamp-hostsdk.so:audio/vamp-plugin-sdk \ >+ libsamplerate.so:audio/libsamplerate \ >+ libsndfile.so:audio/libsndfile \ >+ libtag.so:audio/taglib \ >+ libfftw3f.so:math/fftw3-float \ >+ libcurl.so:ftp/curl \ >+ libogg.so:audio/libogg \ >+ libFLAC.so:audio/flac \ >+ libwebsockets.so:net/libwebsockets >+ >+USES= compiler:c++11-lang desktop-file-utils gettext gnome \ >+ libarchive pkgconfig python:3.7,build readline:port tar:bzip2 \ >+ waf xorg >+USE_CXXSTD= c++11 >+USE_XORG= x11 >+USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango >+USE_LDCONFIG= yes >+INSTALLS_ICONS= yes >+ >+BROKEN_aarch64= fails to configure: Could not find the program gas,as,gcc >+ >+PLIST_SUB= ARDOURVERSION=${PORTVERSION} >+ >+CONFIGURE_ARGS= --optimize --ptformat --freedesktop --no-phone-home \ >+ --with-backends=jack,dummy --internal-shared-libs >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's/obj\.use = '\''libsmf libpbd'\''/obj\.use = '\''libsmf_internal libpbd'\''/g' ${WRKSRC}/libs/evoral/wscript >+ @${REINPLACE_CMD} -e 's/libsmf\.name = '\''libsmf'\''/libsmf\.name = '\''libsmf_internal'\''/g' ${WRKSRC}/libs/evoral/wscript >+ @${REINPLACE_CMD} -e 's/libsmf\.target = '\''smf'\''/libsmf\.target = '\''smf_internal'\''/g' ${WRKSRC}/libs/evoral/wscript >+ >+post-install: >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps >+ @${CP} ${WRKSRC}/build/gtk2_ardour/${PORTNAME}.appdata.xml \ >+ ${STAGEDIR}${PREFIX}/share/appdata/${PORTNAME}.appdata.xml >+ @${CP} ${WRKSRC}/build/gtk2_ardour/${PORTNAME}.desktop \ >+ ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop >+ @${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_16px.png \ >+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/${PORTNAME}.png >+ @${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_22px.png \ >+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps/${PORTNAME}.png >+ @${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_32px.png \ >+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png >+ @${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_48px.png \ >+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png >+ @${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_256px.png \ >+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/${PORTNAME}.png >+ @${CP} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/resources/Ardour-icon_512px.png \ >+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps/${PORTNAME}.png >+ @${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} \ >+ -name '*.so*' -exec ${STRIP_CMD} {} + >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/sanityCheck >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-copy-mixer >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-export >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-fix_bbtppq >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-new_empty_session >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/utils/${PORTNAME}-new_session >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ardour-exec-wrapper >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ardour-vst-scanner >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ardour-${PORTVERSION} >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/hardour-${PORTVERSION} >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/luasession >+ >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH} == "i386" >+WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=i386 >+.elif ${ARCH} == "amd64" >+WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=x86_64 >+.elif ${ARCH} == "powerpc64" >+LLD_UNSAFE= yes >+.endif >+ >+.if defined(WITH_ARCH_FLAGS) >+CONFIGURE_ARGS+= ${WITH_ARCH_FLAGS} >+.endif >+ >+.include <bsd.port.post.mk> > >Property changes on: audio/ardour6/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: audio/ardour6/distinfo >=================================================================== >--- audio/ardour6/distinfo (nonexistent) >+++ audio/ardour6/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1590612474 >+SHA256 (Ardour-6.0.0.tar.bz2) = 3cd79b006d7563b7ed7ba4c73a842edf3a967aca72325735e956fa1fa632f896 >+SIZE (Ardour-6.0.0.tar.bz2) = 10999598 > >Property changes on: audio/ardour6/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: audio/ardour6/pkg-descr >=================================================================== >--- audio/ardour6/pkg-descr (nonexistent) >+++ audio/ardour6/pkg-descr (working copy) >@@ -0,0 +1,14 @@ >+Ardour is a digital audio workstation. You can use it to record, edit, and >+mix multi-track audio. Produce your own CD's. Mix video soundtracks. >+Experiment with new ideas about music and sound. Generate sound >+installations for 12 speaker gallery shows. >+ >+Ardour capabilities include: multichannel recording, non-linear, non- >+destructive region based editing with unlimited undo/redo, full automation >+support, a mixer whose capabilities rival high end hardware consoles, lots >+of plugins to warp, shift, and shape your music, and controllable from >+hardware control surfaces at the same time as it syncs to timecode. If you >+have been looking for a tool similar to ProTools, Nuendo, Cubase SX, Digital >+Performer, Samplitude, or Sequoia, you might have found it. >+ >+WWW: https://ardour.org/ > >Property changes on: audio/ardour6/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: audio/ardour6/pkg-plist >=================================================================== >--- audio/ardour6/pkg-plist (nonexistent) >+++ audio/ardour6/pkg-plist (working copy) >@@ -0,0 +1,890 @@ >+bin/ardour6 >+bin/ardour6-copy-mixer >+bin/ardour6-export >+bin/ardour6-fix_bbtppq >+bin/ardour6-lua >+bin/ardour6-new_empty_session >+bin/ardour6-new_session >+%%ETCDIR%%/ardour.keys >+%%ETCDIR%%/ardour.menus >+%%ETCDIR%%/clearlooks.ardoursans.rc >+%%ETCDIR%%/clearlooks.rc >+%%ETCDIR%%/default_ui_config >+%%ETCDIR%%/system_config >+%%ETCDIR%%/trx.menus >+lib/ardour6/LV2/a-comp.lv2/a-comp#stereo.ttl >+lib/ardour6/LV2/a-comp.lv2/a-comp.so >+lib/ardour6/LV2/a-comp.lv2/a-comp.ttl >+lib/ardour6/LV2/a-comp.lv2/manifest.ttl >+lib/ardour6/LV2/a-comp.lv2/presets.ttl >+lib/ardour6/LV2/a-delay.lv2/a-delay.so >+lib/ardour6/LV2/a-delay.lv2/a-delay.ttl >+lib/ardour6/LV2/a-delay.lv2/manifest.ttl >+lib/ardour6/LV2/a-delay.lv2/presets.ttl >+lib/ardour6/LV2/a-eq.lv2/a-eq.so >+lib/ardour6/LV2/a-eq.lv2/a-eq.ttl >+lib/ardour6/LV2/a-eq.lv2/manifest.ttl >+lib/ardour6/LV2/a-exp.lv2/a-exp#stereo.ttl >+lib/ardour6/LV2/a-exp.lv2/a-exp.so >+lib/ardour6/LV2/a-exp.lv2/a-exp.ttl >+lib/ardour6/LV2/a-exp.lv2/manifest.ttl >+lib/ardour6/LV2/a-fluidsynth.lv2/a-fluidsynth.so >+lib/ardour6/LV2/a-fluidsynth.lv2/a-fluidsynth.ttl >+lib/ardour6/LV2/a-fluidsynth.lv2/manifest.ttl >+lib/ardour6/LV2/a-reverb.lv2/a-reverb.so >+lib/ardour6/LV2/a-reverb.lv2/a-reverb.ttl >+lib/ardour6/LV2/a-reverb.lv2/manifest.ttl >+lib/ardour6/LV2/reasonablesynth.lv2/manifest.ttl >+lib/ardour6/LV2/reasonablesynth.lv2/reasonablesynth.so >+lib/ardour6/LV2/reasonablesynth.lv2/reasonablesynth.ttl >+lib/ardour6/ardour-%%ARDOURVERSION%% >+lib/ardour6/ardour-exec-wrapper >+lib/ardour6/ardour-vst-scanner >+lib/ardour6/backends/libdummy_audiobackend.so >+lib/ardour6/backends/libjack_audiobackend.so >+lib/ardour6/engines/libclearlooks.so >+lib/ardour6/hardour-%%ARDOURVERSION%% >+lib/ardour6/libardour.so >+lib/ardour6/libardour.so.3 >+lib/ardour6/libardour.so.3.0.0 >+lib/ardour6/libardourcp.so >+lib/ardour6/libaudiographer.so >+lib/ardour6/libaudiographer.so.0 >+lib/ardour6/libaudiographer.so.0.0.0 >+lib/ardour6/libcanvas.so >+lib/ardour6/libcanvas.so.0 >+lib/ardour6/libcanvas.so.0.0.0 >+lib/ardour6/libevoral.so >+lib/ardour6/libevoral.so.0 >+lib/ardour6/libevoral.so.0.0.0 >+lib/ardour6/libgtkmm2ext.so >+lib/ardour6/libgtkmm2ext.so.0 >+lib/ardour6/libgtkmm2ext.so.0.8.3 >+lib/ardour6/libmidipp.so >+lib/ardour6/libmidipp.so.4 >+lib/ardour6/libmidipp.so.4.1.0 >+lib/ardour6/libpbd.so >+lib/ardour6/libpbd.so.4 >+lib/ardour6/libpbd.so.4.1.0 >+lib/ardour6/libptformat.so >+lib/ardour6/libptformat.so.0 >+lib/ardour6/libptformat.so.0.0.0 >+lib/ardour6/libtemporal.so >+lib/ardour6/libtemporal.so.0 >+lib/ardour6/libtemporal.so.0.0.0 >+lib/ardour6/libwaveview.so >+lib/ardour6/libwaveview.so.0 >+lib/ardour6/libwaveview.so.0.0.0 >+lib/ardour6/libwidgets.so >+lib/ardour6/libwidgets.so.0 >+lib/ardour6/libwidgets.so.0.0.0 >+lib/ardour6/luasession >+lib/ardour6/panners/libpan1in2out.so >+lib/ardour6/panners/libpan2in2out.so >+lib/ardour6/panners/libpanbalance.so >+lib/ardour6/panners/libpanvbap.so >+lib/ardour6/sanityCheck >+lib/ardour6/surfaces/libardour_cc121.so >+lib/ardour6/surfaces/libardour_contourdesign.so >+lib/ardour6/surfaces/libardour_faderport.so >+lib/ardour6/surfaces/libardour_faderport16.so >+lib/ardour6/surfaces/libardour_faderport2.so >+lib/ardour6/surfaces/libardour_faderport8.so >+lib/ardour6/surfaces/libardour_generic_midi.so >+lib/ardour6/surfaces/libardour_launch_control_xl.so >+lib/ardour6/surfaces/libardour_mcp.so >+lib/ardour6/surfaces/libardour_osc.so >+lib/ardour6/surfaces/libardour_push2.so >+lib/ardour6/surfaces/libardour_us2400.so >+lib/ardour6/surfaces/libardour_websockets.so >+lib/ardour6/utils/ardour-util.sh >+lib/ardour6/utils/ardour6-copy-mixer >+lib/ardour6/utils/ardour6-export >+lib/ardour6/utils/ardour6-fix_bbtppq >+lib/ardour6/utils/ardour6-new_empty_session >+lib/ardour6/utils/ardour6-new_session >+lib/ardour6/vamp/libardourvampplugins.so >+lib/ardour6/vamp/libardourvampplugins.so.0 >+lib/ardour6/vamp/libardourvampplugins.so.0.0.0 >+lib/ardour6/vamp/libardourvamppyin.so >+lib/ardour6/vamp/libardourvamppyin.so.0 >+lib/ardour6/vamp/libardourvamppyin.so.0.0.0 >+share/appdata/ardour6.appdata.xml >+share/applications/ardour6.desktop >+%%DATADIR%%/ArdourMono.ttf >+%%DATADIR%%/ArdourSans.ttf >+%%DATADIR%%/export/BWAV 24bit Export.format >+%%DATADIR%%/export/BWAV 32float Export.format >+%%DATADIR%%/export/CD (Red Book).format >+%%DATADIR%%/export/CD + DVD-A.preset >+%%DATADIR%%/export/CD + FLAC (tagged).preset >+%%DATADIR%%/export/CD + FLAC.preset >+%%DATADIR%%/export/CD + Ogg_Vorbis (tagged).preset >+%%DATADIR%%/export/CD + Ogg_Vorbis + FLAC (tagged).preset >+%%DATADIR%%/export/CD + Ogg_Vorbis.preset >+%%DATADIR%%/export/CD only.preset >+%%DATADIR%%/export/DVD-A only.preset >+%%DATADIR%%/export/DVD-A.format >+%%DATADIR%%/export/FLAC (tagged).preset >+%%DATADIR%%/export/FLAC 24 bit (tagged).format >+%%DATADIR%%/export/FLAC 24 bit .format >+%%DATADIR%%/export/FLAC.preset >+%%DATADIR%%/export/MP3 (extreme).format >+%%DATADIR%%/export/MP3 (medium).format >+%%DATADIR%%/export/MP3 (standard).format >+%%DATADIR%%/export/Ogg_Vorbis (tagged).format >+%%DATADIR%%/export/Ogg_Vorbis (tagged).preset >+%%DATADIR%%/export/Ogg_Vorbis + FLAC (tagged).preset >+%%DATADIR%%/export/Ogg_Vorbis + FLAC.preset >+%%DATADIR%%/export/Ogg_Vorbis .preset >+%%DATADIR%%/export/Ogg_Vorbis.format >+%%DATADIR%%/export/Ring Tone.format >+%%DATADIR%%/icons/act-disabled.png >+%%DATADIR%%/icons/add.png >+%%DATADIR%%/icons/anchored_trim_left_cursor.png >+%%DATADIR%%/icons/anchored_trim_right_cursor.png >+%%DATADIR%%/icons/application-x-ardour_16px.png >+%%DATADIR%%/icons/application-x-ardour_22px.png >+%%DATADIR%%/icons/application-x-ardour_32px.png >+%%DATADIR%%/icons/application-x-ardour_48px.png >+%%DATADIR%%/icons/ardour-app-icon_osx.png >+%%DATADIR%%/icons/ardour-app-icon_osx_mask.png >+%%DATADIR%%/icons/cc121.png >+%%DATADIR%%/icons/chord.png >+%%DATADIR%%/icons/close.png >+%%DATADIR%%/icons/computer_keyboard.png >+%%DATADIR%%/icons/computer_keyboard_active.png >+%%DATADIR%%/icons/eighthnote.png >+%%DATADIR%%/icons/expand_left_right_cursor.png >+%%DATADIR%%/icons/expand_up_down_cursor.png >+%%DATADIR%%/icons/fade_in_cursor.png >+%%DATADIR%%/icons/fade_out_cursor.png >+%%DATADIR%%/icons/fadein-constant-power.png >+%%DATADIR%%/icons/fadein-fast-cut.png >+%%DATADIR%%/icons/fadein-linear.png >+%%DATADIR%%/icons/fadein-slow-cut.png >+%%DATADIR%%/icons/fadein-symmetric.png >+%%DATADIR%%/icons/fadeout-constant-power.png >+%%DATADIR%%/icons/fadeout-fast-cut.png >+%%DATADIR%%/icons/fadeout-linear.png >+%%DATADIR%%/icons/fadeout-slow-cut.png >+%%DATADIR%%/icons/fadeout-symmetric.png >+%%DATADIR%%/icons/faderport-small.png >+%%DATADIR%%/icons/faderport16-small.png >+%%DATADIR%%/icons/faderport2018-small.png >+%%DATADIR%%/icons/faderport8-small.png >+%%DATADIR%%/icons/ferret_02.png >+%%DATADIR%%/icons/forte.png >+%%DATADIR%%/icons/fortissimo.png >+%%DATADIR%%/icons/fortississimo.png >+%%DATADIR%%/icons/grabber.png >+%%DATADIR%%/icons/grabber_edit_point.png >+%%DATADIR%%/icons/grabber_note.png >+%%DATADIR%%/icons/halfnote.png >+%%DATADIR%%/icons/i_beam_cursor.png >+%%DATADIR%%/icons/launch_control_xl.png >+%%DATADIR%%/icons/mezzforte.png >+%%DATADIR%%/icons/mezzoforte.png >+%%DATADIR%%/icons/mezzopiano.png >+%%DATADIR%%/icons/midi-input-active.png >+%%DATADIR%%/icons/midi-input-inactive.png >+%%DATADIR%%/icons/midi_socket_small.png >+%%DATADIR%%/icons/midi_sound_notes.png >+%%DATADIR%%/icons/midi_tool_erase.png >+%%DATADIR%%/icons/midi_tool_pencil.png >+%%DATADIR%%/icons/midi_tool_select.png >+%%DATADIR%%/icons/move_cursor.png >+%%DATADIR%%/icons/mute-disabled.png >+%%DATADIR%%/icons/mute-enabled.png >+%%DATADIR%%/icons/muted-by-others.png >+%%DATADIR%%/icons/padlock_closed.png >+%%DATADIR%%/icons/padlock_open.png >+%%DATADIR%%/icons/pianissimo.png >+%%DATADIR%%/icons/pianississimo.png >+%%DATADIR%%/icons/piano.png >+%%DATADIR%%/icons/push2-small.png >+%%DATADIR%%/icons/quarternote.png >+%%DATADIR%%/icons/rec-enabled.png >+%%DATADIR%%/icons/rec-in-progress.png >+%%DATADIR%%/icons/rec-safe-disabled.png >+%%DATADIR%%/icons/rec-safe-enabled.png >+%%DATADIR%%/icons/record-normal-disabled.png >+%%DATADIR%%/icons/record-normal-enabled.png >+%%DATADIR%%/icons/record-normal-in-progress.png >+%%DATADIR%%/icons/record-step.png >+%%DATADIR%%/icons/record_disabled_grey.png >+%%DATADIR%%/icons/record_normal_red.png >+%%DATADIR%%/icons/record_tape_red.png >+%%DATADIR%%/icons/resize_bottom_cursor.png >+%%DATADIR%%/icons/resize_bottom_left_cursor.png >+%%DATADIR%%/icons/resize_bottom_right_cursor.png >+%%DATADIR%%/icons/resize_left_cursor.png >+%%DATADIR%%/icons/resize_right_cursor.png >+%%DATADIR%%/icons/resize_top_cursor.png >+%%DATADIR%%/icons/resize_top_left_cursor.png >+%%DATADIR%%/icons/resize_top_right_cursor.png >+%%DATADIR%%/icons/sae.png >+%%DATADIR%%/icons/scissors.png >+%%DATADIR%%/icons/search.png >+%%DATADIR%%/icons/sixteenthnote.png >+%%DATADIR%%/icons/sixtyfourthnote.png >+%%DATADIR%%/icons/solo-disabled.png >+%%DATADIR%%/icons/solo-enabled.png >+%%DATADIR%%/icons/solo-isolate-disabled.png >+%%DATADIR%%/icons/solo-isolate-enabled.png >+%%DATADIR%%/icons/solo-isolated.png >+%%DATADIR%%/icons/solo-safe-disabled.png >+%%DATADIR%%/icons/solo-safe-enabled.png >+%%DATADIR%%/icons/solo-safe-icon.png >+%%DATADIR%%/icons/soloed-by-others.png >+%%DATADIR%%/icons/soundcloud.png >+%%DATADIR%%/icons/thirtysecondnote.png >+%%DATADIR%%/icons/time_exp.png >+%%DATADIR%%/icons/trim_bottom_cursor.png >+%%DATADIR%%/icons/trim_left_cursor.png >+%%DATADIR%%/icons/trim_left_cursor_5.png >+%%DATADIR%%/icons/trim_left_cursor_right_only.png >+%%DATADIR%%/icons/trim_right_cursor.png >+%%DATADIR%%/icons/trim_right_cursor_5.png >+%%DATADIR%%/icons/trim_right_cursor_left_only.png >+%%DATADIR%%/icons/trim_top_cursor.png >+%%DATADIR%%/icons/wholenote.png >+%%DATADIR%%/icons/zoom_in_cursor.png >+%%DATADIR%%/icons/zoom_out_cursor.png >+%%DATADIR%%/mcp/SSL Nucleus Ardour.profile >+%%DATADIR%%/mcp/artist_control.device >+%%DATADIR%%/mcp/artist_mix.device >+%%DATADIR%%/mcp/bcf2000.device >+%%DATADIR%%/mcp/cmc.device >+%%DATADIR%%/mcp/mc+xt+xt.device >+%%DATADIR%%/mcp/mc+xt.device >+%%DATADIR%%/mcp/mc.device >+%%DATADIR%%/mcp/mcpro.device >+%%DATADIR%%/mcp/mcproxt.device >+%%DATADIR%%/mcp/midikbd.device >+%%DATADIR%%/mcp/nucleus-platform-midi.device >+%%DATADIR%%/mcp/nucleus.device >+%%DATADIR%%/mcp/qcon+qex.device >+%%DATADIR%%/mcp/qcon.device >+%%DATADIR%%/mcp/qex+qcon.device >+%%DATADIR%%/mcp/ruco.device >+%%DATADIR%%/mcp/user.profile >+%%DATADIR%%/mcp/x-touch+2x-touch-compact.device >+%%DATADIR%%/mcp/x-touch+x-touch-compact.device >+%%DATADIR%%/mcp/x-touch-compact.device >+%%DATADIR%%/mcp/x-touch-mini.device >+%%DATADIR%%/mcp/x-touch-one.device >+%%DATADIR%%/mcp/x-touch.device >+%%DATADIR%%/mcp/xt+mc+xt.device >+%%DATADIR%%/mcp/xt+mc.device >+%%DATADIR%%/mcp/xt+xt+mc.device >+%%DATADIR%%/midi_maps/AKAI_MIDIMix_EQ_Mode.map >+%%DATADIR%%/midi_maps/AKAI_MIDIMix_Normal_Mode.map >+%%DATADIR%%/midi_maps/AKAI_MPK61.map >+%%DATADIR%%/midi_maps/AKAI_MPKmini.map >+%%DATADIR%%/midi_maps/Alesis_QX25.map >+%%DATADIR%%/midi_maps/Arturia_KeyLab49.map >+%%DATADIR%%/midi_maps/DDX3216.map >+%%DATADIR%%/midi_maps/Korg_nanoKONTROL.map >+%%DATADIR%%/midi_maps/Korg_nanoKONTROL2.map >+%%DATADIR%%/midi_maps/Korg_nanoKONTROL2_With_Master.map >+%%DATADIR%%/midi_maps/Korg_nanoKONTROL_Master.map >+%%DATADIR%%/midi_maps/Korg_nanoKONTROL_Studio.map >+%%DATADIR%%/midi_maps/Korg_taktile.map >+%%DATADIR%%/midi_maps/M-Audio_Axiom25.map >+%%DATADIR%%/midi_maps/M-Audio_Axiom61.map >+%%DATADIR%%/midi_maps/M-Audio_Axiom_AIR_Mini_32.map >+%%DATADIR%%/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map >+%%DATADIR%%/midi_maps/M-Audio_Oxygen49.map >+%%DATADIR%%/midi_maps/M-Audio_Oxygen61v3.map >+%%DATADIR%%/midi_maps/Novation Impulse 49.map >+%%DATADIR%%/midi_maps/Novation_Impulse61.map >+%%DATADIR%%/midi_maps/Novation_LaunchControl_XL.map >+%%DATADIR%%/midi_maps/Novation_LaunchKey25.map >+%%DATADIR%%/midi_maps/Novation_LaunchKey49.map >+%%DATADIR%%/midi_maps/Roland_SI-24.map >+%%DATADIR%%/midi_maps/Roland_V_Studio_20.map >+%%DATADIR%%/midi_maps/Yamaha_KX25.map >+%%DATADIR%%/midi_maps/akai-mpd-32.map >+%%DATADIR%%/midi_maps/bcf2000.map >+%%DATADIR%%/midi_maps/bcf2000_mackie.map >+%%DATADIR%%/midi_maps/m-audio-oxygen61v3.map >+%%DATADIR%%/midi_maps/m-audio_oxygen25.map >+%%DATADIR%%/midi_maps/m-audio_oxygen8v2.map >+%%DATADIR%%/midi_maps/midikb_wiimote.map >+%%DATADIR%%/midi_maps/xboard-61.map >+%%DATADIR%%/osc/TTC2.preset >+%%DATADIR%%/osc/basic-touchosc.preset >+%%DATADIR%%/patchfiles/ART_Multiverb_Alpha_2_0.midnam >+%%DATADIR%%/patchfiles/Access_Virus_A.midnam >+%%DATADIR%%/patchfiles/Access_Virus_B_KB_Indigo.midnam >+%%DATADIR%%/patchfiles/Access_Virus_Rack.midnam >+%%DATADIR%%/patchfiles/Alesis_DM5.midnam >+%%DATADIR%%/patchfiles/Alesis_MIDIVerb_4.midnam >+%%DATADIR%%/patchfiles/Alesis_MIDIVerb_II.midnam >+%%DATADIR%%/patchfiles/Alesis_MIDIVerb_III.midnam >+%%DATADIR%%/patchfiles/Alesis_MicroVerb4.midnam >+%%DATADIR%%/patchfiles/Alesis_NanoBass.midnam >+%%DATADIR%%/patchfiles/Alesis_NanoPiano.midnam >+%%DATADIR%%/patchfiles/Alesis_NanoSynth.midnam >+%%DATADIR%%/patchfiles/Alesis_Q20.midnam >+%%DATADIR%%/patchfiles/Alesis_QS6.midnam >+%%DATADIR%%/patchfiles/Alesis_QS6_1.midnam >+%%DATADIR%%/patchfiles/Alesis_QS78.midnam >+%%DATADIR%%/patchfiles/Alesis_QS7_1_8_1.midnam >+%%DATADIR%%/patchfiles/Alesis_Q_Cards.midnam >+%%DATADIR%%/patchfiles/Alesis_QuadraSynth.midnam >+%%DATADIR%%/patchfiles/Alesis_QuadraSynth_Plus.midnam >+%%DATADIR%%/patchfiles/Alesis_Quadraverb_2.midnam >+%%DATADIR%%/patchfiles/Alesis_Quadraverb_Plus.midnam >+%%DATADIR%%/patchfiles/Alesis_S4.midnam >+%%DATADIR%%/patchfiles/Alesis_S4_Plus.midnam >+%%DATADIR%%/patchfiles/Alesis_SR_16.midnam >+%%DATADIR%%/patchfiles/Bitheadz_Retro_AS_1.midnam >+%%DATADIR%%/patchfiles/Casio_CZ_1.midnam >+%%DATADIR%%/patchfiles/Clavia_Nord.midnam >+%%DATADIR%%/patchfiles/Clavia_Nord_Lead_II.midnam >+%%DATADIR%%/patchfiles/Clavia_Nord_Rack_3.midnam >+%%DATADIR%%/patchfiles/DSI_Evolver.midnam >+%%DATADIR%%/patchfiles/DSI_Mopho.midnam >+%%DATADIR%%/patchfiles/DSI_Tetra.midnam >+%%DATADIR%%/patchfiles/Digidesign_MP1.midnam >+%%DATADIR%%/patchfiles/Digitech_DSP128plus.midnam >+%%DATADIR%%/patchfiles/Digitech_DSP_128.midnam >+%%DATADIR%%/patchfiles/Digitech_Quad_4.midnam >+%%DATADIR%%/patchfiles/Digitech_S100.midnam >+%%DATADIR%%/patchfiles/Dynacord_DRP_20X.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_01_Generic_Brass.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_02_1FH_KS_Sus_Short_C0_A#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_03_1FH_KS_Effects_C0_A0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_04_2FH_KS_Sus_Short_C0_G0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_05_2FH_KS_Effects_C0_F#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_06_6FH_KS_Sus_Short_C0_G#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_07_6FH_KS_Effects_C0_A0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_08_1TP_KS_Sus_Short_C0_A0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_09_1TP_KS_Effects_C0_E0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_10_2TP_KS_Sus_Short_C0_G#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_11_2TP_KS_Effects_C0_A0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_12_3TP_KS_Sus_Short_C0_A#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_13_3TP_KS_Effects_C0_A0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_14_1TB_KS_Sus_Short_C0_G#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_15_1TB_KS_Effects_C0_E0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_16_3TB_KS_Sus_Short_C#4_G#4.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_17_3TB_KS_Effects_C#4_F4.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_18_1CM_KS_Sus_Short_C#3_G3.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_19_1TU_KS_Sus_Short_C3_G#3.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_20_1TU_KS_Effects_C3_E3.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_21_LB_KS_Sus_Short_C0_D0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Brass_22_LB_KS_Effects_C3_B3.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Harp_01_Generic_Harp.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Harp_02_Harp_KS_Master_C0_G#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Percussion_01_Generic_Percussion.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Percussion_02_Timpani_Flt_KS.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Percussion_03_Timpani_Hrd_KS.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_01_Generic_Woodwinds.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_02_PF_KS_Sus_Short_C0_C1.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_03_PF_KS_Runs_FX_C0_G0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_04_FL_KS_Sus_Short_C0_C#1.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_05_FL_KS_Runs_FX_C0_G0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_06_FL2_KS_Sus_Short_C0_C#1.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_07_FL2_KS_Runs_FX_C0_G0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_08_AF_KS_Sus_Short_C0_F#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_09_BF_KS_Sus_Short_C0_E0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_10_OB_KS_Sus_Short_C0_A#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_11_OB_KS_Runs_FX_C0_G0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_12_EH_KS_Sus_Short_C0_A#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_13_CL_KS_Sus_Short_C0_A#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_14_CL_KS_Runs_FX_C0_G0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_15_BC_KS_Sus_Short_C0_A0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_16_BS_KS_Sus_Short_C0_G#0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_17_BS_KS_Runs_FX_C0_G0.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Orchestral_Woodwinds_18_CB_KS_Sus_Short_C3_G#3.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_01_Generic_Strings.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_02_1st_Violins_Sus_KS_C0_F#0_Ni.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_03_1st_Violins_Sus_KS_C0_F#0_Ni_DIV_A.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_04_1st_Violins_Sus_KS_C0_F#0_Ni_DIV_B.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_05_2nd_Violins_Sus_KS_C0_G#0_Ni.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_06_2nd_Violins_Sus_KS_C0_G#0_Ni_DIV_A.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_07_2nd_Violins_Sus_KS_C0_G#0_Ni_DIV_B.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_08_Violas_Sus_KS_C0_G0_Ni.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_09_Violas_Sus_KS_C0_G0_Ni_DIV_A.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_10_Violas_Sus_KS_C0_G0_Ni_DIV_B.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_11_Celli_Sus_KS_C0_F#0_Ni.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_12_Celli_Sus_KS_C0_F#0_Ni_DIV_A.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_13_Celli_Sus_KS_C0_F#0_Ni_DIV_B.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_14_Basses_Sus_KS_C4_F4_Ni.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_15_Basses_Sus_KS_C4_F4_Ni_DIV_A.midnam >+%%DATADIR%%/patchfiles/EW_Hollywood_Strings_16_Basses_Sus_KS_C4_F4_Ni_DIV_B.midnam >+%%DATADIR%%/patchfiles/EW_Pianos_01_Bechstein_280_copy.midnam >+%%DATADIR%%/patchfiles/EW_Pianos_02_Bosendorfer_290.midnam >+%%DATADIR%%/patchfiles/EW_Pianos_03_Steinway_D.midnam >+%%DATADIR%%/patchfiles/EW_Pianos_04_Yamaha_C7.midnam >+%%DATADIR%%/patchfiles/E_mu_Mo_Phatt.midnam >+%%DATADIR%%/patchfiles/E_mu_Orbit_3.midnam >+%%DATADIR%%/patchfiles/E_mu_Proteus_2000.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_HALO.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_MK_6.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_MPS.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_MPS_Orch.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_MP_7.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Mo_Phatt.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Morpheus.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Orbit.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Orbit_V2.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Audity.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Beat_Garden.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Composer.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Definitive_B3.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Holy_Grail.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_MP_7_MROM1.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Mo_Phatt.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Orchestral1.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Orchestral2.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_PS_Orchestra.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Planet_Earth.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Protean_Drums.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Proteus_Pop.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Protozoa.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Pure_Phat.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Sound_of_the_ZR.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Techno_Synth.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_Vintage_Collection.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_World_Expedition.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_XL_7_ROM.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_XTREM.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_P2000_X_Lead.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_PK_6.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Planet_Earth.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Planet_Phatt.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Procussion.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_ProteusFX.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_1.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_1_XR.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_1_XR_Orch.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_1_w_Protologic.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_2.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_2500.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_2_XR.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_3.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_3_XR.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Proteus_Custom.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_SoundEngine.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_UltraProteus.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Vintage_Keys.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Vintage_Pro.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_Virtuoso_2000.midnam >+%%DATADIR%%/patchfiles/E_mu_Systems_XK_6.midnam >+%%DATADIR%%/patchfiles/E_mu_XL_1.midnam >+%%DATADIR%%/patchfiles/Ensoniq_ESQ.midnam >+%%DATADIR%%/patchfiles/Ensoniq_KS_32.midnam >+%%DATADIR%%/patchfiles/Ensoniq_MR_Rack_61_76.midnam >+%%DATADIR%%/patchfiles/Ensoniq_SD_1.midnam >+%%DATADIR%%/patchfiles/Ensoniq_SQ_1.midnam >+%%DATADIR%%/patchfiles/Ensoniq_SQ_1_2_R_.midnam >+%%DATADIR%%/patchfiles/Ensoniq_SQ_1_2_R_32.midnam >+%%DATADIR%%/patchfiles/Ensoniq_SQ_R.midnam >+%%DATADIR%%/patchfiles/Ensoniq_TS_10_12.midnam >+%%DATADIR%%/patchfiles/Ensoniq_VFX_SD.midnam >+%%DATADIR%%/patchfiles/Ensoniq_ZR.midnam >+%%DATADIR%%/patchfiles/Eventide_Eclipse.midnam >+%%DATADIR%%/patchfiles/Gotharmoon_deMoon.midnam >+%%DATADIR%%/patchfiles/Johnson_J_Station.midnam >+%%DATADIR%%/patchfiles/Jomox_MBase_11.midnam >+%%DATADIR%%/patchfiles/Kawai_GMega.midnam >+%%DATADIR%%/patchfiles/Kawai_K1.midnam >+%%DATADIR%%/patchfiles/Kawai_K11.midnam >+%%DATADIR%%/patchfiles/Korg_01R_W.midnam >+%%DATADIR%%/patchfiles/Korg_01_W(fd).midnam >+%%DATADIR%%/patchfiles/Korg_01_W_Pro(X).midnam >+%%DATADIR%%/patchfiles/Korg_03R_W.midnam >+%%DATADIR%%/patchfiles/Korg_05R_W.midnam >+%%DATADIR%%/patchfiles/Korg_AG_10.midnam >+%%DATADIR%%/patchfiles/Korg_AG_3.midnam >+%%DATADIR%%/patchfiles/Korg_CX3.midnam >+%%DATADIR%%/patchfiles/Korg_C_15_25.midnam >+%%DATADIR%%/patchfiles/Korg_C_303_505.midnam >+%%DATADIR%%/patchfiles/Korg_DW_8000.midnam >+%%DATADIR%%/patchfiles/Korg_ER_1.midnam >+%%DATADIR%%/patchfiles/Korg_EX_8000.midnam >+%%DATADIR%%/patchfiles/Korg_Karma.midnam >+%%DATADIR%%/patchfiles/Korg_M1(R).midnam >+%%DATADIR%%/patchfiles/Korg_M3R.midnam >+%%DATADIR%%/patchfiles/Korg_MS2000R.midnam >+%%DATADIR%%/patchfiles/Korg_MicroKORG.midnam >+%%DATADIR%%/patchfiles/Korg_N1_N5.midnam >+%%DATADIR%%/patchfiles/Korg_N264.midnam >+%%DATADIR%%/patchfiles/Korg_N364.midnam >+%%DATADIR%%/patchfiles/Korg_NS5R.midnam >+%%DATADIR%%/patchfiles/Korg_NX5R.midnam >+%%DATADIR%%/patchfiles/Korg_Prophecy.midnam >+%%DATADIR%%/patchfiles/Korg_Radias.midnam >+%%DATADIR%%/patchfiles/Korg_T1.midnam >+%%DATADIR%%/patchfiles/Korg_TR_Rack.midnam >+%%DATADIR%%/patchfiles/Korg_TR_Workstation.midnam >+%%DATADIR%%/patchfiles/Korg_Trinity.midnam >+%%DATADIR%%/patchfiles/Korg_Trinity_Plus.midnam >+%%DATADIR%%/patchfiles/Korg_Trinity_Pro(X).midnam >+%%DATADIR%%/patchfiles/Korg_Trinity_Track.midnam >+%%DATADIR%%/patchfiles/Korg_Triton.midnam >+%%DATADIR%%/patchfiles/Korg_Triton_Expansion.midnam >+%%DATADIR%%/patchfiles/Korg_Triton_Le.midnam >+%%DATADIR%%/patchfiles/Korg_Triton_Rack.midnam >+%%DATADIR%%/patchfiles/Korg_Triton_Studio.midnam >+%%DATADIR%%/patchfiles/Korg_Volca_Bass.midnam >+%%DATADIR%%/patchfiles/Korg_Volca_Beats.midnam >+%%DATADIR%%/patchfiles/Korg_Volca_Keys.midnam >+%%DATADIR%%/patchfiles/Korg_Wavestation_A_D.midnam >+%%DATADIR%%/patchfiles/Korg_Wavestation_EX.midnam >+%%DATADIR%%/patchfiles/Korg_Wavestation_SR.midnam >+%%DATADIR%%/patchfiles/Korg_X2_3_3R.midnam >+%%DATADIR%%/patchfiles/Korg_X5(D).midnam >+%%DATADIR%%/patchfiles/Korg_X5DR.midnam >+%%DATADIR%%/patchfiles/Korg_Z1.midnam >+%%DATADIR%%/patchfiles/Korg_iSeries.midnam >+%%DATADIR%%/patchfiles/Kurzweil_1200_Pro_I.midnam >+%%DATADIR%%/patchfiles/Kurzweil_1200_Pro_II.midnam >+%%DATADIR%%/patchfiles/Kurzweil_K1200.midnam >+%%DATADIR%%/patchfiles/Kurzweil_K2000.midnam >+%%DATADIR%%/patchfiles/Kurzweil_K2000R.midnam >+%%DATADIR%%/patchfiles/Kurzweil_K2000_Expansion.midnam >+%%DATADIR%%/patchfiles/Kurzweil_K2500X.midnam >+%%DATADIR%%/patchfiles/Kurzweil_K2500_2600_Expansion.midnam >+%%DATADIR%%/patchfiles/Kurzweil_K2600.midnam >+%%DATADIR%%/patchfiles/Kurzweil_K2661.midnam >+%%DATADIR%%/patchfiles/Kurzweil_Mark_12_152.midnam >+%%DATADIR%%/patchfiles/Kurzweil_Micro_Piano.midnam >+%%DATADIR%%/patchfiles/Kurzweil_PC2_PC2r_w_Orch.midnam >+%%DATADIR%%/patchfiles/Kurzweil_PC88.midnam >+%%DATADIR%%/patchfiles/Kurzweil_PC88_MX.midnam >+%%DATADIR%%/patchfiles/Kurzweil_PC88_VGM.midnam >+%%DATADIR%%/patchfiles/Kurzweil_PX_Plus.midnam >+%%DATADIR%%/patchfiles/Kurzweil_SP88x.midnam >+%%DATADIR%%/patchfiles/Lexicon_DR_Music_FX_Expansion.midnam >+%%DATADIR%%/patchfiles/Lexicon_Dual_FX_Expansion.midnam >+%%DATADIR%%/patchfiles/Lexicon_Dual_Vrb_Expansion.midnam >+%%DATADIR%%/patchfiles/Lexicon_MPX500.midnam >+%%DATADIR%%/patchfiles/Lexicon_MPX_1.midnam >+%%DATADIR%%/patchfiles/Lexicon_MPX_500.midnam >+%%DATADIR%%/patchfiles/Lexicon_MX200.midnam >+%%DATADIR%%/patchfiles/Lexicon_MX300.midnam >+%%DATADIR%%/patchfiles/Lexicon_PCM_80.midnam >+%%DATADIR%%/patchfiles/Lexicon_PCM_81.midnam >+%%DATADIR%%/patchfiles/Lexicon_PCM_90.midnam >+%%DATADIR%%/patchfiles/Lexicon_PCM_91.midnam >+%%DATADIR%%/patchfiles/Lexicon_Pitch_FX_Expansion.midnam >+%%DATADIR%%/patchfiles/Lexicon_SMG_Post_FX_Expansion.midnam >+%%DATADIR%%/patchfiles/Line_6_Bass_POD.midnam >+%%DATADIR%%/patchfiles/Line_6_Bass_PODxt.midnam >+%%DATADIR%%/patchfiles/Line_6_EchoPro.midnam >+%%DATADIR%%/patchfiles/Line_6_FilterPro.midnam >+%%DATADIR%%/patchfiles/Line_6_ModPro.midnam >+%%DATADIR%%/patchfiles/Line_6_POD.midnam >+%%DATADIR%%/patchfiles/Line_6_POD_2_Pro.midnam >+%%DATADIR%%/patchfiles/Line_6_PODxt.midnam >+%%DATADIR%%/patchfiles/Linn_AdrenaLinn_II.midnam >+%%DATADIR%%/patchfiles/MFB_503.midnam >+%%DATADIR%%/patchfiles/MFB_Tanzbar.midnam >+%%DATADIR%%/patchfiles/MIDI.midnam >+%%DATADIR%%/patchfiles/Moog_MF_104M_Analog_Delay.midnam >+%%DATADIR%%/patchfiles/Moog_MF_108M_Cluster_Flux.midnam >+%%DATADIR%%/patchfiles/Moog_Minitaur.midnam >+%%DATADIR%%/patchfiles/Moog_Slim_Phatty.midnam >+%%DATADIR%%/patchfiles/Morning_Star_MacWaveMaker.midnam >+%%DATADIR%%/patchfiles/Nord_Modular.midnam >+%%DATADIR%%/patchfiles/Novation_A_Station.midnam >+%%DATADIR%%/patchfiles/Novation_BassStationII.midnam >+%%DATADIR%%/patchfiles/Novation_Bass_Station_Rack.midnam >+%%DATADIR%%/patchfiles/Novation_DrumStation.midnam >+%%DATADIR%%/patchfiles/Novation_Drum_Station_Rack.midnam >+%%DATADIR%%/patchfiles/Novation_Nova.midnam >+%%DATADIR%%/patchfiles/Novation_Super_BassStation.midnam >+%%DATADIR%%/patchfiles/Novation_Supernova_II.midnam >+%%DATADIR%%/patchfiles/Oberheim_Matrix_1000.midnam >+%%DATADIR%%/patchfiles/Peavey_DPM_V3.midnam >+%%DATADIR%%/patchfiles/Rocktron_Replifex.midnam >+%%DATADIR%%/patchfiles/Roland_60s_70s_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Asia_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Bass&Drums_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Big_Brass_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Boss_DS_330.midnam >+%%DATADIR%%/patchfiles/Roland_Boss_GT_3.midnam >+%%DATADIR%%/patchfiles/Roland_Boss_SE_50.midnam >+%%DATADIR%%/patchfiles/Roland_Complete_Orchestra_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_Concert_Piano_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_Concert_Piano_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Country_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_D_10.midnam >+%%DATADIR%%/patchfiles/Roland_D_110.midnam >+%%DATADIR%%/patchfiles/Roland_D_5.midnam >+%%DATADIR%%/patchfiles/Roland_D_50.midnam >+%%DATADIR%%/patchfiles/Roland_D_550.midnam >+%%DATADIR%%/patchfiles/Roland_D_70.midnam >+%%DATADIR%%/patchfiles/Roland_Dance_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Dynamic_Drums_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_Dynamic_Drums_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Experience_2_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Experience_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Fantom.midnam >+%%DATADIR%%/patchfiles/Roland_FantomX8.midnam >+%%DATADIR%%/patchfiles/Roland_FantomXR.midnam >+%%DATADIR%%/patchfiles/Roland_Fantom_Xa.midnam >+%%DATADIR%%/patchfiles/Roland_GR_1.midnam >+%%DATADIR%%/patchfiles/Roland_GR_1_w_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_GR_30.midnam >+%%DATADIR%%/patchfiles/Roland_GR_33.midnam >+%%DATADIR%%/patchfiles/Roland_Handsonic.midnam >+%%DATADIR%%/patchfiles/Roland_Hip_Hop_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_House_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_JD_990.midnam >+%%DATADIR%%/patchfiles/Roland_JP_8000.midnam >+%%DATADIR%%/patchfiles/Roland_JP_8080.midnam >+%%DATADIR%%/patchfiles/Roland_JV_1010.midnam >+%%DATADIR%%/patchfiles/Roland_JV_1080.midnam >+%%DATADIR%%/patchfiles/Roland_JV_2080.midnam >+%%DATADIR%%/patchfiles/Roland_JV_30.midnam >+%%DATADIR%%/patchfiles/Roland_JV_35_50.midnam >+%%DATADIR%%/patchfiles/Roland_JV_80_880.midnam >+%%DATADIR%%/patchfiles/Roland_JV_90.midnam >+%%DATADIR%%/patchfiles/Roland_JX_305.midnam >+%%DATADIR%%/patchfiles/Roland_JX_8P.midnam >+%%DATADIR%%/patchfiles/Roland_Juno_106.midnam >+%%DATADIR%%/patchfiles/Roland_Latin_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_MC_303.midnam >+%%DATADIR%%/patchfiles/Roland_MC_307.midnam >+%%DATADIR%%/patchfiles/Roland_MC_505.midnam >+%%DATADIR%%/patchfiles/Roland_MT_32.midnam >+%%DATADIR%%/patchfiles/Roland_M_BD1.midnam >+%%DATADIR%%/patchfiles/Roland_M_DC1.midnam >+%%DATADIR%%/patchfiles/Roland_M_GS64.midnam >+%%DATADIR%%/patchfiles/Roland_M_OC1.midnam >+%%DATADIR%%/patchfiles/Roland_M_SE1.midnam >+%%DATADIR%%/patchfiles/Roland_M_VS1.midnam >+%%DATADIR%%/patchfiles/Roland_Orchestral_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Orchestral_II_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_PMA_5.midnam >+%%DATADIR%%/patchfiles/Roland_Piano_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Platinum_Trax_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_Platinum_Trax_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Pop_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_RD_250s.midnam >+%%DATADIR%%/patchfiles/Roland_RD_600.midnam >+%%DATADIR%%/patchfiles/Roland_RD_700.midnam >+%%DATADIR%%/patchfiles/Roland_RD_700sx.midnam >+%%DATADIR%%/patchfiles/Roland_RS_5_9.midnam >+%%DATADIR%%/patchfiles/Roland_RS_9.midnam >+%%DATADIR%%/patchfiles/Roland_R_8M.midnam >+%%DATADIR%%/patchfiles/Roland_SC_50.midnam >+%%DATADIR%%/patchfiles/Roland_SC_55.midnam >+%%DATADIR%%/patchfiles/Roland_SC_55mkII.midnam >+%%DATADIR%%/patchfiles/Roland_SC_7.midnam >+%%DATADIR%%/patchfiles/Roland_SC_88.midnam >+%%DATADIR%%/patchfiles/Roland_SC_88_Pro.midnam >+%%DATADIR%%/patchfiles/Roland_SH_32.midnam >+%%DATADIR%%/patchfiles/Roland_Session_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Sirius.midnam >+%%DATADIR%%/patchfiles/Roland_Special_FX_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Studio_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_Studio_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Super_Sound_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Supreme_Dance_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_Supreme_Dance_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Symphonic_Strings_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_TB_03.midnam >+%%DATADIR%%/patchfiles/Roland_Techno_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_U_220.midnam >+%%DATADIR%%/patchfiles/Roland_Ultimate_Keys_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_Ultimate_Keys_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_V_Synth_GT.midnam >+%%DATADIR%%/patchfiles/Roland_Vintage_Synth_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_Vocal_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_World_Collection_Exp.midnam >+%%DATADIR%%/patchfiles/Roland_World_Expansion.midnam >+%%DATADIR%%/patchfiles/Roland_XP_10.midnam >+%%DATADIR%%/patchfiles/Roland_XP_80.midnam >+%%DATADIR%%/patchfiles/Roland_XV_2020.midnam >+%%DATADIR%%/patchfiles/Roland_XV_3080.midnam >+%%DATADIR%%/patchfiles/Roland_XV_5050.midnam >+%%DATADIR%%/patchfiles/Roland_XV_5080.midnam >+%%DATADIR%%/patchfiles/Roland_XV_88.midnam >+%%DATADIR%%/patchfiles/Sequential_Circuits_Prophet_600.midnam >+%%DATADIR%%/patchfiles/TC_Electronic_M3000.midnam >+%%DATADIR%%/patchfiles/Tascam_TM_D1000.midnam >+%%DATADIR%%/patchfiles/Waldorf_Blofeld.midnam >+%%DATADIR%%/patchfiles/Waldorf_Micro_Q.midnam >+%%DATADIR%%/patchfiles/Waldorf_Pulse.midnam >+%%DATADIR%%/patchfiles/Yamaha_AN1X.midnam >+%%DATADIR%%/patchfiles/Yamaha_CS1X.midnam >+%%DATADIR%%/patchfiles/Yamaha_CS2X.midnam >+%%DATADIR%%/patchfiles/Yamaha_CS6R_x.midnam >+%%DATADIR%%/patchfiles/Yamaha_CVP_103_105.midnam >+%%DATADIR%%/patchfiles/Yamaha_CVP_107_109_700.midnam >+%%DATADIR%%/patchfiles/Yamaha_DX_7.midnam >+%%DATADIR%%/patchfiles/Yamaha_EX_5.midnam >+%%DATADIR%%/patchfiles/Yamaha_EX_5_7.midnam >+%%DATADIR%%/patchfiles/Yamaha_FS1R.midnam >+%%DATADIR%%/patchfiles/Yamaha_MM6.midnam >+%%DATADIR%%/patchfiles/Yamaha_MOTIF_6_7_8.midnam >+%%DATADIR%%/patchfiles/Yamaha_MOTIF_ES_6_7_8.midnam >+%%DATADIR%%/patchfiles/Yamaha_MOTIF_RACK_ES.midnam >+%%DATADIR%%/patchfiles/Yamaha_MOTIF_Rack.midnam >+%%DATADIR%%/patchfiles/Yamaha_MOTIF_XS.midnam >+%%DATADIR%%/patchfiles/Yamaha_MU100R.midnam >+%%DATADIR%%/patchfiles/Yamaha_MU10XG.midnam >+%%DATADIR%%/patchfiles/Yamaha_MU50.midnam >+%%DATADIR%%/patchfiles/Yamaha_MU80.midnam >+%%DATADIR%%/patchfiles/Yamaha_MU90R.midnam >+%%DATADIR%%/patchfiles/Yamaha_MX-49-61-88.midnam >+%%DATADIR%%/patchfiles/Yamaha_NP-V80.midnam >+%%DATADIR%%/patchfiles/Yamaha_PLG100_XG_Expansion.midnam >+%%DATADIR%%/patchfiles/Yamaha_PLG150DX_Expansion.midnam >+%%DATADIR%%/patchfiles/Yamaha_PLG150PF_Expansion.midnam >+%%DATADIR%%/patchfiles/Yamaha_PLG150VL_Expansion.midnam >+%%DATADIR%%/patchfiles/Yamaha_PLG150_AN_Expansion.midnam >+%%DATADIR%%/patchfiles/Yamaha_PLG150_DR_PC_Expansion.midnam >+%%DATADIR%%/patchfiles/Yamaha_PSR540.midnam >+%%DATADIR%%/patchfiles/Yamaha_PSR_275.midnam >+%%DATADIR%%/patchfiles/Yamaha_PSR_530_630_730.midnam >+%%DATADIR%%/patchfiles/Yamaha_PSR_8000.midnam >+%%DATADIR%%/patchfiles/Yamaha_PSR_9000.midnam >+%%DATADIR%%/patchfiles/Yamaha_PSR_DJX.midnam >+%%DATADIR%%/patchfiles/Yamaha_PSR_DJX_II.midnam >+%%DATADIR%%/patchfiles/Yamaha_PSR_S900.midnam >+%%DATADIR%%/patchfiles/Yamaha_QS300.midnam >+%%DATADIR%%/patchfiles/Yamaha_QY70.midnam >+%%DATADIR%%/patchfiles/Yamaha_RM50.midnam >+%%DATADIR%%/patchfiles/Yamaha_S30_80.midnam >+%%DATADIR%%/patchfiles/Yamaha_S90.midnam >+%%DATADIR%%/patchfiles/Yamaha_SY77.midnam >+%%DATADIR%%/patchfiles/Yamaha_SY99.midnam >+%%DATADIR%%/patchfiles/Yamaha_So3.midnam >+%%DATADIR%%/patchfiles/Yamaha_So8.midnam >+%%DATADIR%%/patchfiles/Yamaha_TG100.midnam >+%%DATADIR%%/patchfiles/Yamaha_TG500.midnam >+%%DATADIR%%/patchfiles/Yamaha_TG77.midnam >+%%DATADIR%%/patchfiles/Yamaha_TX81Z.midnam >+%%DATADIR%%/patchfiles/Yamaha_Tyros.midnam >+%%DATADIR%%/patchfiles/Yamaha_Tyros2.midnam >+%%DATADIR%%/plugin_metadata/plugin_statuses >+%%DATADIR%%/plugin_metadata/plugin_tags >+%%DATADIR%%/plugin_metadata/wscript >+%%DATADIR%%/resources/Ardour-icon_16px.png >+%%DATADIR%%/resources/Ardour-icon_22px.png >+%%DATADIR%%/resources/Ardour-icon_256px.png >+%%DATADIR%%/resources/Ardour-icon_32px.png >+%%DATADIR%%/resources/Ardour-icon_48px.png >+%%DATADIR%%/resources/Ardour-icon_512px.png >+%%DATADIR%%/resources/Ardour-small-splash.png >+%%DATADIR%%/resources/Ardour-splash.png >+%%DATADIR%%/scripts/HiAndLowPass.lua >+%%DATADIR%%/scripts/a-noise.lua >+%%DATADIR%%/scripts/a_mute.lua >+%%DATADIR%%/scripts/a_slow_mute.lua >+%%DATADIR%%/scripts/access_action.lua >+%%DATADIR%%/scripts/addscopes.lua >+%%DATADIR%%/scripts/amp5.lua >+%%DATADIR%%/scripts/avldrums_midimap.lua >+%%DATADIR%%/scripts/bounce_replace.lua >+%%DATADIR%%/scripts/bypass_all_plugins.lua >+%%DATADIR%%/scripts/create_drum_tracks.lua >+%%DATADIR%%/scripts/delete_xrun_markers.lua >+%%DATADIR%%/scripts/export_mp4chaps.lua >+%%DATADIR%%/scripts/faders_to_trims.lua >+%%DATADIR%%/scripts/jump_to_marker.lua >+%%DATADIR%%/scripts/lfo_automation.lua >+%%DATADIR%%/scripts/list_plugins.lua >+%%DATADIR%%/scripts/ltc_reader.lua >+%%DATADIR%%/scripts/metering_point.lua >+%%DATADIR%%/scripts/midi_cc_to_automation.lua >+%%DATADIR%%/scripts/midi_remap.lua >+%%DATADIR%%/scripts/midimon.lua >+%%DATADIR%%/scripts/mixer_screenshot.lua >+%%DATADIR%%/scripts/mixer_settings_recall.lua >+%%DATADIR%%/scripts/mixer_settings_store.lua >+%%DATADIR%%/scripts/mute_all_tracks.lua >+%%DATADIR%%/scripts/normalize_all_tracks.lua >+%%DATADIR%%/scripts/notch_bank.lua >+%%DATADIR%%/scripts/periodic_backup.lua >+%%DATADIR%%/scripts/post_export_save_hook.lua >+%%DATADIR%%/scripts/preare_record_example.lua >+%%DATADIR%%/scripts/remove_unknown_procs.lua >+%%DATADIR%%/scripts/reset_mixer.lua >+%%DATADIR%%/scripts/rubberband_swing.lua >+%%DATADIR%%/scripts/s_chanmap.lua >+%%DATADIR%%/scripts/s_fader_automation.lua >+%%DATADIR%%/scripts/s_foreach_track.lua >+%%DATADIR%%/scripts/s_group_color.lua >+%%DATADIR%%/scripts/s_import_files.lua >+%%DATADIR%%/scripts/s_plugin_automation.lua >+%%DATADIR%%/scripts/s_plugin_reorder.lua >+%%DATADIR%%/scripts/s_pluginutils.lua >+%%DATADIR%%/scripts/s_portengine.lua >+%%DATADIR%%/scripts/s_region_gain.lua >+%%DATADIR%%/scripts/s_region_gain2.lua >+%%DATADIR%%/scripts/s_replaceplugin.lua >+%%DATADIR%%/scripts/s_selection.lua >+%%DATADIR%%/scripts/s_set_region_fades.lua >+%%DATADIR%%/scripts/s_showhide_track.lua >+%%DATADIR%%/scripts/s_thin_automation.lua >+%%DATADIR%%/scripts/s_timecode.lua >+%%DATADIR%%/scripts/s_track_props.lua >+%%DATADIR%%/scripts/s_vamp_plugin_index.lua >+%%DATADIR%%/scripts/s_whoami.lua >+%%DATADIR%%/scripts/scope.lua >+%%DATADIR%%/scripts/select_every_2nd_region.lua >+%%DATADIR%%/scripts/send_to_bus.lua >+%%DATADIR%%/scripts/session_template_advanced.lua >+%%DATADIR%%/scripts/session_template_record.lua >+%%DATADIR%%/scripts/set_automation_mode.lua >+%%DATADIR%%/scripts/singen.lua >+%%DATADIR%%/scripts/spectrogram.lua >+%%DATADIR%%/scripts/split_all_markers.lua >+%%DATADIR%%/scripts/stop_at_marker.lua >+%%DATADIR%%/scripts/store_recall_mixer.lua >+%%DATADIR%%/scripts/synth1.lua >+%%DATADIR%%/scripts/tomsloop.lua >+%%DATADIR%%/scripts/track_organizer.lua >+%%DATADIR%%/scripts/tx_raw_midi_from_file.lua >+%%DATADIR%%/scripts/vamp_audio_to_midi.lua >+%%DATADIR%%/scripts/voice_activate.lua >+%%DATADIR%%/templates/.stub >+%%DATADIR%%/themes/blueberry_milk-ardour.colors >+%%DATADIR%%/themes/caineville-ardour.colors >+%%DATADIR%%/themes/clear_gray-ardour.colors >+%%DATADIR%%/themes/cubasish-ardour.colors >+%%DATADIR%%/themes/dark-ardour.colors >+%%DATADIR%%/themes/unastudia-ardour.colors >+%%DATADIR%%/web_surfaces/builtin/mixer-demo/css/main.css >+%%DATADIR%%/web_surfaces/builtin/mixer-demo/css/widget.css >+%%DATADIR%%/web_surfaces/builtin/mixer-demo/img/ardour-icon.svg >+%%DATADIR%%/web_surfaces/builtin/mixer-demo/index.html >+%%DATADIR%%/web_surfaces/builtin/mixer-demo/js/main.js >+%%DATADIR%%/web_surfaces/builtin/mixer-demo/js/widget.js >+%%DATADIR%%/web_surfaces/builtin/mixer-demo/manifest.xml >+%%DATADIR%%/web_surfaces/builtin/transport/img/expand.svg >+%%DATADIR%%/web_surfaces/builtin/transport/img/pause.svg >+%%DATADIR%%/web_surfaces/builtin/transport/img/play.svg >+%%DATADIR%%/web_surfaces/builtin/transport/img/record-off.svg >+%%DATADIR%%/web_surfaces/builtin/transport/img/record-on.svg >+%%DATADIR%%/web_surfaces/builtin/transport/index.html >+%%DATADIR%%/web_surfaces/builtin/transport/main.css >+%%DATADIR%%/web_surfaces/builtin/transport/main.js >+%%DATADIR%%/web_surfaces/builtin/transport/manifest.xml >+%%DATADIR%%/web_surfaces/builtin/transport/square.ttf >+%%DATADIR%%/web_surfaces/index.html >+%%DATADIR%%/web_surfaces/index/junge-regular-webfont.ttf >+%%DATADIR%%/web_surfaces/index/junge-regular-webfont.woff >+%%DATADIR%%/web_surfaces/index/logo.png >+%%DATADIR%%/web_surfaces/index/main.css >+%%DATADIR%%/web_surfaces/index/main.js >+%%DATADIR%%/web_surfaces/shared/ardour.js >+%%DATADIR%%/web_surfaces/shared/callback.js >+%%DATADIR%%/web_surfaces/shared/channel.js >+%%DATADIR%%/web_surfaces/shared/control.js >+%%DATADIR%%/web_surfaces/shared/message.js >+%%DATADIR%%/web_surfaces/shared/metadata.js >+share/icons/hicolor/16x16/apps/ardour6.png >+share/icons/hicolor/22x22/apps/ardour6.png >+share/icons/hicolor/256x256/apps/ardour6.png >+share/icons/hicolor/32x32/apps/ardour6.png >+share/icons/hicolor/48x48/apps/ardour6.png >+share/icons/hicolor/512x512/apps/ardour6.png > >Property changes on: audio/ardour6/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246915
: 215139