From owner-svn-ports-head@freebsd.org Sat Aug 29 22:24:09 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D9483BFA9E; Sat, 29 Aug 2020 22:24:09 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bf9x46gbHz4BLj; Sat, 29 Aug 2020 22:24:08 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7A7ACCF0; Sat, 29 Aug 2020 22:24:08 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07TMO8pk077858; Sat, 29 Aug 2020 22:24:08 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07TMO8hM077855; Sat, 29 Aug 2020 22:24:08 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202008292224.07TMO8hM077855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sat, 29 Aug 2020 22:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546953 - in head/audio: . ardour6 ardour6/files X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head/audio: . ardour6 ardour6/files X-SVN-Commit-Revision: 546953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2020 22:24:09 -0000 Author: cmt Date: Sat Aug 29 22:24:07 2020 New Revision: 546953 URL: https://svnweb.freebsd.org/changeset/ports/546953 Log: new port: audio/ardour6 this is a direct descendant of audio/ardour5, so repocopy that. PR: 246915 Submitted by: Michael Beer Added: head/audio/ardour6/ - copied from r546945, head/audio/ardour5/ Deleted: head/audio/ardour6/files/ Modified: head/audio/Makefile head/audio/ardour6/Makefile head/audio/ardour6/distinfo head/audio/ardour6/pkg-plist Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Aug 29 21:13:16 2020 (r546952) +++ head/audio/Makefile Sat Aug 29 22:24:07 2020 (r546953) @@ -29,6 +29,7 @@ SUBDIR += aqualung SUBDIR += ardour SUBDIR += ardour5 + SUBDIR += ardour6 SUBDIR += ario SUBDIR += arss SUBDIR += artyfx-lv2 Modified: head/audio/ardour6/Makefile ============================================================================== --- head/audio/ardour5/Makefile Sat Aug 29 19:59:41 2020 (r546945) +++ head/audio/ardour6/Makefile Sat Aug 29 22:24:07 2020 (r546953) @@ -1,9 +1,8 @@ # Created by: Michael Beer # $FreeBSD$ -PORTNAME= ardour5 -PORTVERSION= 5.12.0 -PORTREVISION= 13 +PORTNAME= ardour6 +PORTVERSION= 6.2.0 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: @@ -13,14 +12,11 @@ DISTNAME= Ardour-${PORTVERSION} MAINTAINER= beerml@sigma6audio.de COMMENT= Multichannel digital audio workstation -LICENSE= GPLv2+ +LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - -BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 itstool>2.0.0:textproc/itstool \ - as:devel/binutils +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 \ @@ -41,16 +37,18 @@ LIB_DEPENDS= libserd-0.so:devel/serd \ libfftw3f.so:math/fftw3-float \ libcurl.so:ftp/curl \ libogg.so:audio/libogg \ - libFLAC.so:audio/flac + libFLAC.so:audio/flac \ + libwebsockets.so:net/libwebsockets USES= compiler:c++11-lang desktop-file-utils gettext gnome \ - libarchive pkgconfig python:2.7,build readline:port tar:bzip2 \ + 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 +BINARY_ALIAS+= gas=${CC} BROKEN_aarch64= fails to configure: Could not find the program gas,as,gcc @@ -73,33 +71,35 @@ post-install: @${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/ardour5.appdata.xml \ - ${STAGEDIR}${PREFIX}/share/appdata/ardour5.appdata.xml - @${CP} ${WRKSRC}/build/gtk2_ardour/ardour5.desktop \ - ${STAGEDIR}${PREFIX}/share/applications/ardour5.desktop - @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_16px.png \ - ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ardour5.png - @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_22px.png \ - ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps/ardour5.png - @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_32px.png \ - ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ardour5.png - @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_48px.png \ - ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/ardour5.png - @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_256px.png \ - ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ardour5.png - @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_512px.png \ - ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps/ardour5.png + @${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/ardour5/sanityCheck - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/utils/ardour5-copy-mixer - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/utils/ardour5-export - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/ardour-exec-wrapper - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/ardour-vst-scanner - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/luasession - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/ardour-${PORTVERSION} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/utils/ardour5-fix_bbtppq - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/hardour-${PORTVERSION} + @${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 Modified: head/audio/ardour6/distinfo ============================================================================== --- head/audio/ardour5/distinfo Sat Aug 29 19:59:41 2020 (r546945) +++ head/audio/ardour6/distinfo Sat Aug 29 22:24:07 2020 (r546953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505676399 -SHA256 (Ardour-5.12.0.tar.bz2) = 7e2a679b9a7eca7c72ec2fb9839b3e7d9e0049d83a8f9a1682788b5206fbd526 -SIZE (Ardour-5.12.0.tar.bz2) = 8852834 +TIMESTAMP = 1598733020 +SHA256 (Ardour-6.2.0.tar.bz2) = 97c1868e62a2f991cf8ad02aa8d226826a8014fb18151d094398bc7200350b23 +SIZE (Ardour-6.2.0.tar.bz2) = 11042230 Modified: head/audio/ardour6/pkg-plist ============================================================================== --- head/audio/ardour5/pkg-plist Sat Aug 29 19:59:41 2020 (r546945) +++ head/audio/ardour6/pkg-plist Sat Aug 29 22:24:07 2020 (r546953) @@ -1,98 +1,118 @@ -bin/ardour5 -bin/ardour5-copy-mixer -bin/ardour5-export -bin/ardour5-fix_bbtppq -bin/ardour5-lua +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/ardour5/LV2/a-comp.lv2/a-comp#stereo.ttl -lib/ardour5/LV2/a-comp.lv2/a-comp.so -lib/ardour5/LV2/a-comp.lv2/a-comp.ttl -lib/ardour5/LV2/a-comp.lv2/manifest.ttl -lib/ardour5/LV2/a-comp.lv2/presets.ttl -lib/ardour5/LV2/a-delay.lv2/a-delay.so -lib/ardour5/LV2/a-delay.lv2/a-delay.ttl -lib/ardour5/LV2/a-delay.lv2/manifest.ttl -lib/ardour5/LV2/a-delay.lv2/presets.ttl -lib/ardour5/LV2/a-eq.lv2/a-eq.so -lib/ardour5/LV2/a-eq.lv2/a-eq.ttl -lib/ardour5/LV2/a-eq.lv2/manifest.ttl -lib/ardour5/LV2/a-fluidsynth.lv2/a-fluidsynth.so -lib/ardour5/LV2/a-fluidsynth.lv2/a-fluidsynth.ttl -lib/ardour5/LV2/a-fluidsynth.lv2/manifest.ttl -lib/ardour5/LV2/a-reverb.lv2/a-reverb.so -lib/ardour5/LV2/a-reverb.lv2/a-reverb.ttl -lib/ardour5/LV2/a-reverb.lv2/manifest.ttl -lib/ardour5/LV2/reasonablesynth.lv2/manifest.ttl -lib/ardour5/LV2/reasonablesynth.lv2/reasonablesynth.so -lib/ardour5/LV2/reasonablesynth.lv2/reasonablesynth.ttl -lib/ardour5/ardour-%%ARDOURVERSION%% -lib/ardour5/ardour-exec-wrapper -lib/ardour5/ardour-vst-scanner -lib/ardour5/backends/libdummy_audiobackend.so -lib/ardour5/backends/libjack_audiobackend.so -lib/ardour5/engines/libclearlooks.so -lib/ardour5/hardour-%%ARDOURVERSION%% -lib/ardour5/libardour.so -lib/ardour5/libardour.so.3 -lib/ardour5/libardour.so.3.0.0 -lib/ardour5/libardourcp.so -lib/ardour5/libaudiographer.so -lib/ardour5/libaudiographer.so.0 -lib/ardour5/libaudiographer.so.0.0.0 -lib/ardour5/libcanvas.so -lib/ardour5/libcanvas.so.0 -lib/ardour5/libcanvas.so.0.0.0 -lib/ardour5/libevoral.so -lib/ardour5/libevoral.so.0 -lib/ardour5/libevoral.so.0.0.0 -lib/ardour5/libgtkmm2ext.so -lib/ardour5/libgtkmm2ext.so.0 -lib/ardour5/libgtkmm2ext.so.0.8.3 -lib/ardour5/libmidipp.so -lib/ardour5/libmidipp.so.4 -lib/ardour5/libmidipp.so.4.1.0 -lib/ardour5/libpbd.so -lib/ardour5/libpbd.so.4 -lib/ardour5/libpbd.so.4.1.0 -lib/ardour5/libptformat.so -lib/ardour5/libptformat.so.0 -lib/ardour5/libptformat.so.0.0.0 -lib/ardour5/libqm-dsp.a -lib/ardour5/libtimecode.so -lib/ardour5/libwaveview.so -lib/ardour5/libwaveview.so.0 -lib/ardour5/libwaveview.so.0.0.0 -lib/ardour5/libwidgets.so -lib/ardour5/libwidgets.so.0 -lib/ardour5/libwidgets.so.0.0.0 -lib/ardour5/luasession -lib/ardour5/panners/libpan1in2out.so -lib/ardour5/panners/libpan2in2out.so -lib/ardour5/panners/libpanbalance.so -lib/ardour5/panners/libpanvbap.so -lib/ardour5/sanityCheck -lib/ardour5/surfaces/libardour_cc121.so -lib/ardour5/surfaces/libardour_faderport.so -lib/ardour5/surfaces/libardour_faderport8.so -lib/ardour5/surfaces/libardour_generic_midi.so -lib/ardour5/surfaces/libardour_mcp.so -lib/ardour5/surfaces/libardour_osc.so -lib/ardour5/surfaces/libardour_push2.so -lib/ardour5/utils/ardour-util.sh -lib/ardour5/utils/ardour5-copy-mixer -lib/ardour5/utils/ardour5-export -lib/ardour5/utils/ardour5-fix_bbtppq -lib/ardour5/vamp/libardourvampplugins.so -lib/ardour5/vamp/libardourvampplugins.so.0 -lib/ardour5/vamp/libardourvampplugins.so.0.0.0 -share/appdata/ardour5.appdata.xml -share/applications/ardour5.desktop +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 @@ -109,6 +129,9 @@ share/applications/ardour5.desktop %%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 @@ -147,6 +170,8 @@ share/applications/ardour5.desktop %%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 @@ -157,6 +182,7 @@ share/applications/ardour5.desktop %%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 @@ -238,10 +264,16 @@ share/applications/ardour5.desktop %%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 @@ -261,13 +293,16 @@ share/applications/ardour5.desktop %%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/Nektar_Panorama.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 @@ -276,99 +311,463 @@ share/applications/ardour5.desktop %%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_oxygen25_3rdGen.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/Casio_CZ-1.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/Dynacord_DRP-20X.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_XL-1.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/Korg_ER-1.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/Kurzweil_Mark-12-152.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_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_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/Peavey_DPM-V3.midnam -%%DATADIR%%/patchfiles/Roland_Fantom-Xa.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_GR-1.midnam -%%DATADIR%%/patchfiles/Roland_GR-33.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_Juno-106.midnam -%%DATADIR%%/patchfiles/Roland_M-BD1.midnam -%%DATADIR%%/patchfiles/Roland_RD-250s.midnam -%%DATADIR%%/patchfiles/Roland_RD-600.midnam -%%DATADIR%%/patchfiles/Roland_RD-700sx.midnam -%%DATADIR%%/patchfiles/Roland_RS-9.midnam -%%DATADIR%%/patchfiles/Roland_SC-88_Pro.midnam -%%DATADIR%%/patchfiles/Roland_SH-32.midnam -%%DATADIR%%/patchfiles/Roland_V-Synth-GT.midnam -%%DATADIR%%/patchfiles/Roland_XV-2020.midnam -%%DATADIR%%/patchfiles/Roland_XV-3080.midnam -%%DATADIR%%/patchfiles/Roland_XV-5080.midnam -%%DATADIR%%/patchfiles/Roland_XV-88.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/Yamaha_DX-7.midnam -%%DATADIR%%/patchfiles/Yamaha_EX-5.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-RACK_ES.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_PSR-275.midnam -%%DATADIR%%/patchfiles/Yamaha_PSR-S900.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%%/resources/Ardour-icon_16px.png %%DATADIR%%/resources/Ardour-icon_22px.png %%DATADIR%%/resources/Ardour-icon_256px.png @@ -378,21 +777,39 @@ share/applications/ardour5.desktop %%DATADIR%%/resources/Ardour-small-splash.png %%DATADIR%%/resources/Ardour-splash.png %%DATADIR%%/scripts/HiAndLowPass.lua -%%DATADIR%%/scripts/add_filters.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/amp4.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 @@ -406,21 +823,29 @@ share/applications/ardour5.desktop %%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/scl_to_mts.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/template_band.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 @@ -430,9 +855,42 @@ share/applications/ardour5.desktop %%DATADIR%%/themes/cubasish-ardour.colors %%DATADIR%%/themes/dark-ardour.colors %%DATADIR%%/themes/unastudia-ardour.colors -share/icons/hicolor/16x16/apps/ardour5.png -share/icons/hicolor/22x22/apps/ardour5.png -share/icons/hicolor/256x256/apps/ardour5.png -share/icons/hicolor/32x32/apps/ardour5.png -share/icons/hicolor/48x48/apps/ardour5.png -share/icons/hicolor/512x512/apps/ardour5.png +%%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 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***