Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2020 22:04:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543681 - in head/audio/surge-synthesizer-lv2: . files
Message-ID:  <202007292204.06TM4aul039067@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jul 29 22:04:35 2020
New Revision: 543681
URL: https://svnweb.freebsd.org/changeset/ports/543681

Log:
  audio/surge-synthesizer-lv2: Update 1.6.6-58 -> 1.7.0
  
  Reported by:	portscout

Added:
  head/audio/surge-synthesizer-lv2/files/patch-cmake_versiontools.cmake   (contents, props changed)
Deleted:
  head/audio/surge-synthesizer-lv2/files/patch-scripts_linux_package-vst3.sh
  head/audio/surge-synthesizer-lv2/files/patch-src_linux_UserInteractionsLinux.cpp
Modified:
  head/audio/surge-synthesizer-lv2/Makefile
  head/audio/surge-synthesizer-lv2/distinfo
  head/audio/surge-synthesizer-lv2/files/patch-CMakeLists.txt
  head/audio/surge-synthesizer-lv2/pkg-plist

Modified: head/audio/surge-synthesizer-lv2/Makefile
==============================================================================
--- head/audio/surge-synthesizer-lv2/Makefile	Wed Jul 29 21:55:26 2020	(r543680)
+++ head/audio/surge-synthesizer-lv2/Makefile	Wed Jul 29 22:04:35 2020	(r543681)
@@ -2,12 +2,15 @@
 
 PORTNAME=	surge-synthesizer
 DISTVERSIONPREFIX=	release_
-DISTVERSION=	1.6.6-58
-DISTVERSIONSUFFIX=	-g3dbd1be
-PORTREVISION=	1
+DISTVERSION=	1.7.0
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	c8271d11c25493c2addc82c963bd5e837d3b290c.patch:-p1 \
+		9b8b0663d1abf91e523744f5fa2e9528a950d0df.patch:-p1 \
+		b9525a7c62a57686ea592fa5f8038d460edb255e.patch:-p1
+
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Surge Synthesizer LV2 and VST plug-in
 
@@ -16,6 +19,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/nanosvg.h:graphics/nanosvg \
+		${LOCALBASE}/include/simde/simde-common.h:devel/simde \
 		xcb-util-keysyms>0:x11/xcb-util-keysyms
 LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon \
 		libxcb-cursor.so:x11/xcb-util-cursor \
@@ -27,15 +31,20 @@ USE_GNOME=	cairo
 USE_XORG=	xcb
 USE_GITHUB=	yes
 GH_PROJECT=	surge
+
 GH_TUPLE=	\
 		surge-synthesizer:vst3sdk:10287bc37bbb34324b8097369e2ec4eb73a51d65:surge_synthesizer_vst3sdk/vst3sdk \
-		surge-synthesizer:vstgui:313faee9db026b1d6254c91d8650e7da58e005a5:surge_synthesizer_vstgui/vstgui.surge \
+		surge-synthesizer:vstgui:980e24b24056d41b87458849828e8952bb39dec2:surge_synthesizer_vstgui/vstgui.surge \
 		craigsapp:midifile:41e450bcd5ba1c0419f69664944434b0abf9d7ba:craigsapp_midifile/libs/midifile \
+		surge-synthesizer:tuning-library:45be1b4da9a6c6d762a1e6ecc2d0ff548e0bd51c:surge_synthesizer_tuning_library/libs/tuning-library \
+		nemequ:munit:fbbdf1467eb0d04a6ee465def2e529e4c87f2118:nemequ_munit/libs/simde/test/munit \
 		steinbergmedia:vst3_base:37dbdb6ff7af29e518877f57f14050594164a0d6:steinbergmedia_vst3_base/vst3sdk/base \
 		steinbergmedia:vst3_cmake:f7ae22417019aa355de6f7ec46ecf890d3c2a76f:steinbergmedia_vst3_cmake/vst3sdk/cmake \
 		steinbergmedia:vst3_pluginterfaces:6c6bb30d18c3d5a553e55aa74afc5d146571be0a:steinbergmedia_vst3_pluginterfaces/vst3sdk/pluginterfaces \
-		steinbergmedia:vst3_public_sdk:ced72c00d5c1365a4cca16cdbfb871be2496848b:steinbergmedia_vst3_public_sdk/vst3sdk/public.sdk
+		steinbergmedia:vst3_public_sdk:ced72c00d5c1365a4cca16cdbfb871be2496848b:steinbergmedia_vst3_public_sdk/vst3sdk/public.sdk \
 
+LDFLAGS+=	-lexecinfo
+
 BINARY_ALIAS=	python=${PYTHON_CMD}
 
 PORTSCOUT=	limit:^\d+\. # prevent alpha-numeric strings
@@ -46,11 +55,11 @@ post-patch:
 do-install:
 	# LV2 plugin
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/lv2
-	cd ${WRKSRC}/products && ${COPYTREE_SHARE} Surge.lv2 ${STAGEDIR}${PREFIX}/lib/lv2
+	cd ${BUILD_WRKSRC}/surge_products && ${COPYTREE_SHARE} Surge.lv2 ${STAGEDIR}${PREFIX}/lib/lv2
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/Surge.lv2/Surge.so
 	# VST plugin
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/vst
-	${INSTALL_LIB} ${WRKSRC}/products/Surge.vst3/Contents/*/Surge.so ${STAGEDIR}${PREFIX}/lib/vst
+	${INSTALL_LIB} ${BUILD_WRKSRC}/surge_products/Surge.vst3/Contents/*/Surge.so ${STAGEDIR}${PREFIX}/lib/vst
 	# data
 	cd ${WRKSRC}/resources/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
 

Modified: head/audio/surge-synthesizer-lv2/distinfo
==============================================================================
--- head/audio/surge-synthesizer-lv2/distinfo	Wed Jul 29 21:55:26 2020	(r543680)
+++ head/audio/surge-synthesizer-lv2/distinfo	Wed Jul 29 22:04:35 2020	(r543681)
@@ -1,12 +1,16 @@
-TIMESTAMP = 1586972142
-SHA256 (surge-synthesizer-surge-release_1.6.6-58-g3dbd1be_GH0.tar.gz) = bcd54076adac3ae1d3d13e9b068b1cece0b262b0c45323fed52b69da2ee53cd9
-SIZE (surge-synthesizer-surge-release_1.6.6-58-g3dbd1be_GH0.tar.gz) = 79161919
+TIMESTAMP = 1596058225
+SHA256 (surge-synthesizer-surge-release_1.7.0_GH0.tar.gz) = c90dac0f7c8c0ac80dd5607f5df6dda4396dd9355aaea49f23c77d6c48e15f6b
+SIZE (surge-synthesizer-surge-release_1.7.0_GH0.tar.gz) = 82255913
 SHA256 (surge-synthesizer-vst3sdk-10287bc37bbb34324b8097369e2ec4eb73a51d65_GH0.tar.gz) = b1eb4d7a5fc714ebb058c77bf7250254ee310a6ffd2b77ef702a12ab4bf9ec10
 SIZE (surge-synthesizer-vst3sdk-10287bc37bbb34324b8097369e2ec4eb73a51d65_GH0.tar.gz) = 266390
-SHA256 (surge-synthesizer-vstgui-313faee9db026b1d6254c91d8650e7da58e005a5_GH0.tar.gz) = 797051fe2e28b096c9a890f10eca44440eae4da58b83227595db5bc871c1e57d
-SIZE (surge-synthesizer-vstgui-313faee9db026b1d6254c91d8650e7da58e005a5_GH0.tar.gz) = 1914445
+SHA256 (surge-synthesizer-vstgui-980e24b24056d41b87458849828e8952bb39dec2_GH0.tar.gz) = 06d184fb61594fee775720e4fb480ae30f40c5d77f228d9acb43715a5f877df0
+SIZE (surge-synthesizer-vstgui-980e24b24056d41b87458849828e8952bb39dec2_GH0.tar.gz) = 1915681
 SHA256 (craigsapp-midifile-41e450bcd5ba1c0419f69664944434b0abf9d7ba_GH0.tar.gz) = 6723c1be730dd73ba1c2903e59a044d26b702c07bec6f567d86f1ee77ab8607e
 SIZE (craigsapp-midifile-41e450bcd5ba1c0419f69664944434b0abf9d7ba_GH0.tar.gz) = 147607
+SHA256 (surge-synthesizer-tuning-library-45be1b4da9a6c6d762a1e6ecc2d0ff548e0bd51c_GH0.tar.gz) = aa82457abe042422c4db52b184d225705895d1cbda3853acdbf12af2feeaf81b
+SIZE (surge-synthesizer-tuning-library-45be1b4da9a6c6d762a1e6ecc2d0ff548e0bd51c_GH0.tar.gz) = 137595
+SHA256 (nemequ-munit-fbbdf1467eb0d04a6ee465def2e529e4c87f2118_GH0.tar.gz) = d0c8bf80b9804d4df5301bd428702352fe7e14f84f22027c3a2c084a0d9f69a7
+SIZE (nemequ-munit-fbbdf1467eb0d04a6ee465def2e529e4c87f2118_GH0.tar.gz) = 27724
 SHA256 (steinbergmedia-vst3_base-37dbdb6ff7af29e518877f57f14050594164a0d6_GH0.tar.gz) = 1826460d36c2c6a461d29b1b8db9a142c5a621038d15e24812c46343a26dee7a
 SIZE (steinbergmedia-vst3_base-37dbdb6ff7af29e518877f57f14050594164a0d6_GH0.tar.gz) = 61067
 SHA256 (steinbergmedia-vst3_cmake-f7ae22417019aa355de6f7ec46ecf890d3c2a76f_GH0.tar.gz) = bdfba137d724c69a4ee0852a82a94008feca0d4b1e157ce8559321cdebdb0e86
@@ -15,3 +19,9 @@ SHA256 (steinbergmedia-vst3_pluginterfaces-6c6bb30d18c
 SIZE (steinbergmedia-vst3_pluginterfaces-6c6bb30d18c3d5a553e55aa74afc5d146571be0a_GH0.tar.gz) = 84830
 SHA256 (steinbergmedia-vst3_public_sdk-ced72c00d5c1365a4cca16cdbfb871be2496848b_GH0.tar.gz) = 38f589ce1a430cc3d93671e28337968b6d8998eda83216943b5546136edd3e47
 SIZE (steinbergmedia-vst3_public_sdk-ced72c00d5c1365a4cca16cdbfb871be2496848b_GH0.tar.gz) = 5861222
+SHA256 (c8271d11c25493c2addc82c963bd5e837d3b290c.patch) = 3227c5f7ac5be2ad04b9475e5c80f242a7d32430fd47a8069a54e085d9016e0f
+SIZE (c8271d11c25493c2addc82c963bd5e837d3b290c.patch) = 1506
+SHA256 (9b8b0663d1abf91e523744f5fa2e9528a950d0df.patch) = 0c86e88250f42668429fba2d5dedf046298ed5fe25d9a9b1547998b38d26b8c9
+SIZE (9b8b0663d1abf91e523744f5fa2e9528a950d0df.patch) = 2856
+SHA256 (b9525a7c62a57686ea592fa5f8038d460edb255e.patch) = 950aca1941b2e214eb173d1787e9117706ed8613c6e3cb35873d4c808a032735
+SIZE (b9525a7c62a57686ea592fa5f8038d460edb255e.patch) = 13136

Modified: head/audio/surge-synthesizer-lv2/files/patch-CMakeLists.txt
==============================================================================
--- head/audio/surge-synthesizer-lv2/files/patch-CMakeLists.txt	Wed Jul 29 21:55:26 2020	(r543680)
+++ head/audio/surge-synthesizer-lv2/files/patch-CMakeLists.txt	Wed Jul 29 22:04:35 2020	(r543681)
@@ -1,24 +1,25 @@
---- CMakeLists.txt.orig	2020-04-15 15:01:57 UTC
+--- CMakeLists.txt.orig	2020-07-29 20:38:54 UTC
 +++ CMakeLists.txt
-@@ -334,7 +334,6 @@ elseif( UNIX AND NOT APPLE )
+@@ -83,7 +83,7 @@ if( CXX_STD_FS )
+ else()
+   if( UNIX AND NOT APPLE )
+     set (CMAKE_REQUIRED_FLAGS "-std=c++11")
+-    set (CMAKE_REQUIRED_LIBRARIES "stdc++fs")
++    #set (CMAKE_REQUIRED_LIBRARIES "stdc++fs")
+   endif()
+   CHECK_CXX_SYMBOL_EXISTS(std::experimental::filesystem::path::preferred_separator "experimental/filesystem" CXX_EXP_STD_FS)
+   if( UNIX AND NOT APPLE )
+@@ -461,7 +461,7 @@ elseif( UNIX AND NOT APPLE )
  
-   set(OS_LINK_LIBRARIES
-      pthread
--     stdc++fs
-      gcc_s
-      gcc
-      dl
-@@ -689,7 +688,7 @@ if( BUILD_LV2 )
-       WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
-       COMMAND echo "Packaging up LV2 component"
-       COMMAND mkdir -p products/Surge.lv2 
--      COMMAND cp build/libsurge-lv2.so products/Surge.lv2/Surge.so
-+      COMMAND cp ../.build/libsurge-lv2.so products/Surge.lv2/Surge.so
-       COMMAND python scripts/linux/generate-lv2-ttl.py products/Surge.lv2/Surge.so 
-       )
- 
-@@ -759,7 +758,6 @@ if( BUILD_HEADLESS )
-     target_sources( surge-headless PUBLIC src/linux/ConfigurationXml.S )
+   set(OS_LINK_LIBRARIES_NOGUI
+     pthread
+-    stdc++fs
++    #stdc++fs
+     gcc_s
+     gcc
+     dl
+@@ -936,7 +936,6 @@ if( BUILD_HEADLESS )
+     endif()
      target_link_libraries(surge-headless
        PRIVATE
 -      stdc++fs

Added: head/audio/surge-synthesizer-lv2/files/patch-cmake_versiontools.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/surge-synthesizer-lv2/files/patch-cmake_versiontools.cmake	Wed Jul 29 22:04:35 2020	(r543681)
@@ -0,0 +1,11 @@
+--- cmake/versiontools.cmake.orig	2020-07-29 15:54:49 UTC
++++ cmake/versiontools.cmake
+@@ -1,7 +1,7 @@
+ 
+ find_package(Git)
+ 
+-if( Git_FOUND )
++if( FALSE AND Git_FOUND )
+   execute_process(
+     COMMAND ${GIT_EXECUTABLE} rev-parse --abbrev-ref HEAD
+     WORKING_DIRECTORY ${SURGESRC}

Modified: head/audio/surge-synthesizer-lv2/pkg-plist
==============================================================================
--- head/audio/surge-synthesizer-lv2/pkg-plist	Wed Jul 29 21:55:26 2020	(r543680)
+++ head/audio/surge-synthesizer-lv2/pkg-plist	Wed Jul 29 22:04:35 2020	(r543681)
@@ -4,56 +4,56 @@ lib/lv2/Surge.lv2/Surge_ui.ttl
 lib/lv2/Surge.lv2/manifest.ttl
 lib/vst/Surge.so
 %%DATADIR%%/configuration.xml
-%%DATADIR%%/patches_3rdparty/Argitoth/Arabian Flute.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Argitoth.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Asian Flute.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Block.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Blue Pad.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Classic Strings.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Computer Language 1.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Computer Language 2.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Dirty Saw Init.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Earmelt Saw.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Edges Rhythm.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Garbage Man.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Gumdrops.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Input Osc 1 + 2.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Input Scene A + B.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Kick.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Monster Feedback.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Music Toy.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Psyence Loop.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Raindrops.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Recorder.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Reson.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Saw-Square Pad.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Screaming Saw.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Scrooz Loop.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Snare.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Subtle Pad.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Surge FX True Stereo 1.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Surge FX True Stereo 2.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Trance Lead 1.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Trance Lead 2.fxp
-%%DATADIR%%/patches_3rdparty/Argitoth/Trance Lead 3.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 1.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 10.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 11.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 12.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 13.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 14.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 15.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 16.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 17.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 2.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 3.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 4.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 5.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 6.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 7.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 8.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 9.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass Seq 110 BPM.fxp
+%%DATADIR%%/paramdocumentation.xml
+%%DATADIR%%/patchbrowser/patchbrowser_init.sql
+%%DATADIR%%/patches_3rdparty/Argitoth/Drums/Kick.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Drums/Snare.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/FX/Computer Language 1.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/FX/Computer Language 2.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/FX/Monster Feedback.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/FX/Reson.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Keys/Gumdrops.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Keys/Music Toy.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Leads/Argitoth.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Leads/Earmelt Saw.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Leads/Garbage Man.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Leads/Screaming Saw.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Leads/Trance Lead 1.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Leads/Trance Lead 2.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Leads/Trance Lead 3.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Pads/Blue Pad.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Pads/Classic Strings.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Pads/Saw-Square Pad.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Pads/Subtle Pad.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Rhythms/Edges Rhythm.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Rhythms/Psyence Loop.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Rhythms/Raindrops.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Rhythms/Scrooz Loop.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Templates/Dirty Saw Init.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Templates/Surge FX True Stereo 1.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Templates/Surge FX True Stereo 2.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Winds/Arabian Flute.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Winds/Asian Flute.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Winds/Block.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Winds/Recorder.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 1.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 10.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 11.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 12.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 13.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 14.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 15.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 16.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 17.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 2.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 3.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 4.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 5.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 6.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 7.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 8.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass 9.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Basses/Bass Seq 110 BPM.fxp
 %%DATADIR%%/patches_3rdparty/Bluelight/Brass/Horns 1.fxp
 %%DATADIR%%/patches_3rdparty/Bluelight/Brass/Horns 2.fxp
 %%DATADIR%%/patches_3rdparty/Bluelight/Brass/Horns 3.fxp
@@ -64,111 +64,111 @@ lib/vst/Surge.so
 %%DATADIR%%/patches_3rdparty/Bluelight/Keys/Pianoish.fxp
 %%DATADIR%%/patches_3rdparty/Bluelight/Keys/Rotary Blue.fxp
 %%DATADIR%%/patches_3rdparty/Bluelight/Keys/Treated Rhodes.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/A Rattle In The Old Man's Sax.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Crusher.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Distorted Cello.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Harpsick.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Ice Rain.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 1.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 10.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 11.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 2.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 3.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 4.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 5.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 6.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 7.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 8.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 9.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Zappa Digilead.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Organ/C. Jack Dupree.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Organ/Santana Goin' Home 73.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Another Warm.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Bad News.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Broken.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/China Crisis.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Delta Rhythm Boys.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 1.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 2.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 3.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 4.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 5.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 6.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths Whiteboat.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Film.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Frogs With Dirty Little Lips.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Ghost Glass Harmonium.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Gods.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Hassel Lost His New Horn.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Hine's Vertigo 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Hit and Hesitate.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Innit Blue.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Juno.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/King.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Mid Key Squeal.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Obie.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Orbit and Sub.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Out Of Tune Tin 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Rainy Day Dreamaway.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Res Wave Shift.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Rhythm Delay 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Sawdust.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Shimmer Glimmer Goes Dirt.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Skum Bolero 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/The Lunatic.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Whatever.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/White Room.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Wool 1.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Wool 2.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Perc/Tubular.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Split/Bilbo 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Split/Casio VL Tone 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Split/Dam Dam Dam 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Split/Diggety Doggety 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Split/Nu 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Split/Royals Straight Flushed 110 BPM.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Split/Trevor Horn Is My Mother 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/A Rattle In The Old Man's Sax.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Crusher.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Distorted Cello.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Harpsick.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Ice Rain.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 1.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 10.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 11.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 2.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 3.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 4.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 5.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 6.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 7.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 8.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Lead 9.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Leads/Zappa Digilead.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Organs/C. Jack Dupree.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Organs/Santana Goin' Home 73.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Another Warm.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Bad News.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Broken.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/China Crisis.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Delta Rhythm Boys.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Fifths 1.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Fifths 2.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Fifths 3.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Fifths 4.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Fifths 5.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Fifths 6.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Fifths Whiteboat.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Film.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Frogs With Dirty Little Lips.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Ghost Glass Harmonium.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Gods.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Hassel Lost His New Horn.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Hine's Vertigo 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Hit and Hesitate.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Innit Blue.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Juno.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/King.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Mid Key Squeal.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Obie.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Orbit and Sub.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Out Of Tune Tin 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Rainy Day Dreamaway.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Res Wave Shift.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Rhythm Delay 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Sawdust.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Shimmer Glimmer Goes Dirt.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Skum Bolero 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/The Lunatic.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Whatever.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/White Room.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Wool 1.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pads/Wool 2.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Percussion/Tubular.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Splits/Bilbo 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Splits/Casio VL Tone 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Splits/Dam Dam Dam 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Splits/Diggety Doggety 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Splits/Nu 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Splits/Royals Straight Flushed 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Splits/Trevor Horn Is My Mother 110 BPM.fxp
 %%DATADIR%%/patches_3rdparty/Bluelight/Vox/Gregorian Rant Mono.fxp
 %%DATADIR%%/patches_3rdparty/Bluelight/Vox/Gregorian Rant Poly.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Wind/Bamboo.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Wind/Basson.fxp
-%%DATADIR%%/patches_3rdparty/Bluelight/Wind/Recorder.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Arp/Cinematic Arp.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Arp/Dark & Rhythmic.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Arp/Lush Style.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Arp/Transparent.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Analog Magic.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Another Dubstep.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Bulky.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Crazy Dub.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Disto Bass.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Dubstep.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Fast & Furious .fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Little Finger.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Massive Dubstep.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Satu Bass.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Unknowing Bass.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/Attacky.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/Dark Strange.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/Funky.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/RoboTalker.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/Rough & Soft.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pad/Church Pad.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pad/Freedom Message.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pad/Funky Gate.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pad/Spaceship.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Daft Punk.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Dark Clouds.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Disto.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Drunk Pluck.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Fun Key.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Happy Snappy.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Like Piano.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Talking.fxp
-%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Trance Pluck.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Bass/Lucy Louise.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Bass/Piglet.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Bass/Throated Bass.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Winds/Bamboo.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Winds/Basson.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Winds/Recorder.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Arps/Cinematic Arp.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Arps/Dark & Rhythmic.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Arps/Lush Style.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Arps/Transparent.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Analog Magic.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Another Dubstep.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Bulky.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Crazy Dub.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Disto Bass.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Dubstep.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Fast & Furious .fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Little Finger.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Massive Dubstep.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Satu Bass.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Unknowing Bass.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Leads/Attacky.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Leads/Dark Strange.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Leads/Funky.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Leads/RoboTalker.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Leads/Rough & Soft.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pads/Church Pad.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pads/Freedom Message.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pads/Funky Gate.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pads/Spaceship.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Daft Punk.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Dark Clouds.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Disto.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Drunk Pluck.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Fun Key.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Happy Snappy.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Like Piano.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Talking.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Trance Pluck.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Basses/Lucy Louise.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Basses/Piglet.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Basses/Throated Bass.fxp
 %%DATADIR%%/patches_3rdparty/Dan Maurer/FX/Airplane Fly-By.fxp
 %%DATADIR%%/patches_3rdparty/Dan Maurer/FX/Cricket Song.fxp
 %%DATADIR%%/patches_3rdparty/Dan Maurer/FX/Flubber.fxp
@@ -188,259 +188,259 @@ lib/vst/Surge.so
 %%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/FM Piano 3.fxp
 %%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/Forte Piano.fxp
 %%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/Glass Harpsichord.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/By The Way....fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Positive Feedback.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Reluctant Leader.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Second Thoughts.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Sharp Lead.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Soft Sync.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Sync Sweep Lead.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Third Release.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Dark Friday.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Drone Bee.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Fingers On Wine Glass.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Galaxy Pad.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Here's Your Sine.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Jellyfish.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Lush PWM Strings.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Muted Square Pad.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/The Voice.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Touch Brass.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Touch String - Brass.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Big Bells.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Morphing Bells.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Phased Gong 1.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Phased Gong 2.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Phased Gong 3.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Smooth Bells.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Synclav Bells.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Bowed Plucked Pipe.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Comb Harp.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Galactic Harp.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Hidden Tiger.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Muther Plucker.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Power Chord.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Purple.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Resonated Pluck.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Sine Of The Times.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Strum Up.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Bass & Rhythm 1.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Bass & Rhythm 2.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Carolina Reaper.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Drum Loop 1.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Drum Loop 2.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Drum Loop 3.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Flying Squares.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Tube Rhythm.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Big Brass.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Cascade.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Chainsaw.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Chime Charm.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Comb String Section.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Feedback Cycle.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Freeform.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Grey And Black.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Lyrica.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Metal Head.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Overdriven Cello.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Saskatoon.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Saturation.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Scrooge McDuck.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Splash Mouth.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Square Wave.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/String Quartet.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Virtual Sync Sweep.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Warm Reception.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Wudang.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/A Robotic Mind.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Alternate Solution.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Bad Influence.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Boidae.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Brave New World.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Catalina.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Certified.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Chime Charm.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Dancing Strings.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Dizzy Busy.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Dope Drummer.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Dropper.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Earfull.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/FM Waves 01.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/FM Waves 02.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Fire Breather.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Generator.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Hartsfield.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Ice Cream Sundae.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Jambourie.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Ka$h.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Lanes.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Moving Day.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Mumford's the Word.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/North Atlantic.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Old Tool Motion.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Piano Vector.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pick Me Minor Arp.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pick Me.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pipe Dreams.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Prism.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pulling Strings.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pulstronic.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Quinceanera.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Reanimation.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Rhythm and Lead.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Rice Paper.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Shuddup!.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Six Palms.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Stepping Out.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Sweet Sixteen.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Syncing Ship.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Tin Men.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Tinker Toys.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Twelve Step Layer.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Two Bit.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Until Then.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Walking Away.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Wave Complex.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/What's Your Vector, Victor .fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Amped Harmonica.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Andes Pipes.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Clarinet.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Double Reed.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Flute 1.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Flute 2.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Huangshan.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Junkyard Dog.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Oboe-Wan-Can-No-Be.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Oscar The Grouch.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Physical Therapy.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Pipe Attack.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Reed To Pipe Morph.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Scratchy Throat.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Simple Pipe.fxp
-%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Tenor Sax.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Chippy Bits.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Kick Chippy.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Kick.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Noisey Drum.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Snare.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Clap VA.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Conga.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Cowbell.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Cymbal.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Kick 01.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Kick 02 .fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Snare.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Tom.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T9 Snare.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T9 Tom.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/PR Egg Shaker.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/PR Hat Closed VA.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/PR Hat Open VA.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/PR Hat SPLIT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Hat.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Kick Room 01.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Kick Room 02.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Snare Room 01.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Snare Room 02.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Splashy Ride.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/BS Acidy FM Boy.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/BS Barfy Beauty WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/BS Beefy Boi.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/BS Soft Plucks WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Noise Particles WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Robot Exhaust.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Sick In The Super Dome WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Signature Talker 1S.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Slapshot.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY CowbellBanjo WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Crispy Key EMU.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY FMHappy WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY I Once Was A Cymbal WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Light EP WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY SoftSaw WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Thin and Gaseous Organ WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Trashion EP WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Trombone Harmonica WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Yoobee Talker WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Crushed Upright Piano WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Doink Realm Organ WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Droney FM Steamer.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Melted Organ WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Sax Destroyer WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Square Adventure WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/MULTI Hidden Hats FM.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/MULTI pluck2pad DemonSad EMU.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Beautiful Flutebad WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Blazing Galaxies WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Buzzy Bees and Sitars WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Fez Pad.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Fuzzy Speaks WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Ghostly Voices WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Square and Back Again WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Windy Brassmen WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PL Banjo Like WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PL Bossy Saw.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PL Brass Attacks WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/PL Horn Ring Boops WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/SEQ Dancing Sine Boyz.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/SEQ Dirty Saws.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/SY 80's Future Key WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Disto Brass Pass WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Garbely Joe.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Golden Square VA.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Piercing Trumpet Morph WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Strange Declarations WT.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Wonky Game Pad.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM Faux Filter.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM Saw.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM Square.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM Triangle.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM Woodwind Maker.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #02.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #03.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #04.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #05.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #07.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #08.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/WT ENV morph.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/WT MOD morph.fxp
-%%DATADIR%%/patches_3rdparty/Emu/Template/WT RAMP UP morph.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Black Swarm.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Dark Notch.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Dark Trancer.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Deep Jungler.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Distorro.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Dog.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Highpass Terror.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Hoovin' Spot.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Mid Band Diver.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Module Hunter.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Multisaw Ring.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Phasing Warp.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Rave Detuner.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Ring 'n' Shape.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Shaped Tri-Saw.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Sinus To Sinus.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Sirens and Fire.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Squeezy Chaos.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Swell Reece.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Tech Cabinet.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/VA Experience.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Warm Square.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Wave Joke.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Wellblech.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Wobbler.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/X0X Bassline.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/5th Element.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Dual Ensemble.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Happy Old Vibe.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Inside The Place.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Minor Flag.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Minor Synth Piano.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Pluck Character.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Synth Stab Minor.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Unison Minority.fxp
-%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Visitor's Playground.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/Piano Vector.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Leads/By The Way....fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Leads/Positive Feedback.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Leads/Reluctant Leader.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Leads/Second Thoughts.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Leads/Sharp Lead.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Leads/Soft Sync.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Leads/Sync Sweep Lead.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Leads/Third Release.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Dark Friday.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Drone Bee.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Fingers On Wine Glass.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Galaxy Pad.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Here's Your Sine.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Ice Cream Sundae.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Jellyfish.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Lush PWM Strings.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Muted Square Pad.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Pulling Strings.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/The Voice.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Touch Brass.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Touch String - Brass.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Until Then.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pads/Wave Complex.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Percussion/Big Bells.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Percussion/Morphing Bells.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Percussion/Phased Gong 1.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Percussion/Phased Gong 2.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Percussion/Phased Gong 3.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Percussion/Smooth Bells.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Percussion/Synclav Bells.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Bowed Plucked Pipe.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Comb Harp.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Galactic Harp.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Hidden Tiger.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Muther Plucker.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Power Chord.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Purple.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Resonated Pluck.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Sine Of The Times.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Plucks/Strum Up.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/A Robotic Mind.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Alternate Solution.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Bad Influence.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Boidae.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Brave New World.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Certified.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Chime Charm.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Dancing Strings.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Dizzy Busy.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Dropper.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Earfull.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/FM Waves 01.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/FM Waves 02.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Fire Breather.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Generator.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Hartsfield.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Jambourie.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Ka$h.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Lanes.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Moving Day.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Mumford's the Word.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/North Atlantic.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Old Tool Motion.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Pick Me Minor Arp.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Pick Me.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Pipe Dreams.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Prism.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Pulstronic.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Quinceanera.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Reanimation.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Rhythm and Lead.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Rice Paper.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Shuddup!.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Six Palms.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Stepping Out.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Sweet Sixteen.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Syncing Ship.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Tin Men.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Tinker Toys.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Twelve Step Layer.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/Two Bit.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Rhythms/What's Your Vector, Victor .fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequences/Bass & Rhythm 1.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequences/Bass & Rhythm 2.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequences/Carolina Reaper.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequences/Drum Loop 1.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequences/Drum Loop 2.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequences/Drum Loop 3.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequences/Flying Squares.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequences/Tube Rhythm.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Splits/Catalina.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Splits/Dope Drummer.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Splits/Walking Away.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Big Brass.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Cascade.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Chainsaw.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Chime Charm.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Comb String Section.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Feedback Cycle.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Freeform.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Grey And Black.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Lyrica.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Metal Head.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Overdriven Cello.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Saskatoon.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Saturation.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Scrooge McDuck.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Splash Mouth.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Square Wave.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/String Quartet.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Virtual Sync Sweep.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Warm Reception.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synths/Wudang.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Amped Harmonica.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Andes Pipes.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Clarinet.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Double Reed.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Flute 1.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Flute 2.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Huangshan.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Junkyard Dog.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Oboe-Wan-Can-No-Be.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Oscar The Grouch.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Physical Therapy.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Pipe Attack.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Reed To Pipe Morph.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Scratchy Throat.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Simple Pipe.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Winds/Tenor Sax.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Basses/Acidy FM Boy.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Basses/Barfy Beauty.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Basses/Beefy Boi.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Basses/Soft Plucks.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Egg Shaker.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Hat Closed.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Hat Open.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Hat Split.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Hat.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Kick Room 1.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Kick Room 2.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Mort Chippy Bits.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Mort Kick Chippy.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Mort Kick.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Mort Noisey Drum.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Mort Snare.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Snare Room 1.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Snare Room 2.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/Splashy Ride.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T8 Clap.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T8 Conga.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T8 Cowbell.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T8 Cymbal.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T8 Kick 1.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T8 Kick 2.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T8 Snare.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T8 Tom.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T9 Snare.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drums/T9 Tom.fxp
+%%DATADIR%%/patches_3rdparty/Emu/FX/Noise Particles.fxp
+%%DATADIR%%/patches_3rdparty/Emu/FX/Robot Exhaust.fxp
+%%DATADIR%%/patches_3rdparty/Emu/FX/Sick In The Super Dome.fxp
+%%DATADIR%%/patches_3rdparty/Emu/FX/Signature Talker 1S.fxp
+%%DATADIR%%/patches_3rdparty/Emu/FX/Slapshot.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/CowbellBanjo.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/Crispy Key.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/FMHappy.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/I Once Was A Cymbal.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/Light EP.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/SoftSaw.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/Thin and Gaseous Organ.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/Trashion EP.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/Trombone Harmonica.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Keys/Yoobee Talker.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Leads/Crushed Upright Piano.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Leads/Doink Realm Organ.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Leads/Droney FM Steamer.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Leads/Melted Organ.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Leads/Sax Destroyer.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Leads/Square Adventure.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Pads/Beautiful Flutebad.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Pads/Blazing Galaxies.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Pads/Buzzy Bees And Sitars.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Pads/Fez Pad.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Pads/Fuzzy Speaks.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Pads/Ghostly Voices.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Pads/Square And Back Again.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Pads/Windy Brassmen.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Plucks/Banjo Like.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Plucks/Bossy Saw.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Plucks/Brass Attacks.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Plucks/Hidden Hats FM.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Plucks/Horn Ring Boops.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Plucks/Pluck 2 Pad Demon Sad.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Sequences/Dancing Sine Boyz.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Sequences/Dirty Saws.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synths/80s Future Key.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synths/Disto Brass Pass.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synths/Garbely Joe.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synths/Golden Square.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synths/Piercing Trumpet Morph.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synths/Strange Declarations.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synths/Wonky Game Pad.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM Faux Filter.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM Saw.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM Square.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM Triangle.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM Woodwind Maker.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM100 Routing #2.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM100 Routing #3.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM100 Routing #4.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM100 Routing #5.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM100 Routing #7.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/FM100 Routing #8.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/WT Env Morph.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/WT Mod Morph.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Templates/WT Ramp Up Morph.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Black Swarm.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Dark Notch.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Dark Trancer.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Deep Jungler.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Distorro.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Dog.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Highpass Terror.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Hoovin' Spot.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Mid Band Diver.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Module Hunter.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Multisaw Ring.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Phasing Warp.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Rave Detuner.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Ring 'n' Shape.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Shaped Tri-Saw.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Sinus To Sinus.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Sirens and Fire.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Squeezy Chaos.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Swell Reece.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Tech Cabinet.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/VA Experience.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Warm Square.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Wave Joke.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Wellblech.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/Wobbler.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Basses/X0X Bassline.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/5th Element.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/Dual Ensemble.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/Happy Old Vibe.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/Inside The Place.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/Minor Flag.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/Minor Synth Piano.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/Pluck Character.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/Synth Stab Minor.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/Unison Minority.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chords/Visitor's Playground.fxp
 %%DATADIR%%/patches_3rdparty/Giana Brotherz/Drums/Bass Drum.fxp
 %%DATADIR%%/patches_3rdparty/Giana Brotherz/Drums/Clap.fxp
 %%DATADIR%%/patches_3rdparty/Giana Brotherz/Drums/Closed Hi-Hat.fxp
@@ -471,224 +471,284 @@ lib/vst/Surge.so
 %%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Table Morph.fxp

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007292204.06TM4aul039067>