Date: Fri, 05 Jun 2026 06:28:26 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 97bd58f7e049 - main - audio/surge-synthesizer-lv2: Remove in favor of audio/surge-synthesizer-xt-lv2 Message-ID: <6a226c8a.274ce.76923ff@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=97bd58f7e0491b31fccf672b71cc783dd99bc077 commit 97bd58f7e0491b31fccf672b71cc783dd99bc077 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-05 04:01:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-05 06:28:17 +0000 audio/surge-synthesizer-lv2: Remove in favor of audio/surge-synthesizer-xt-lv2 --- MOVED | 1 + audio/Makefile | 1 - audio/surge-synthesizer-lv2/Makefile | 83 - audio/surge-synthesizer-lv2/distinfo | 21 - .../files/patch-CMakeLists.txt | 37 - .../files/patch-cmake_versiontools.cmake | 18 - ...tch-vst3sdk_cmake_modules_PlatformToolset.cmake | 11 - .../patch-vst3sdk_pluginterfaces_base_fplatform.h | 19 - .../patch-vst3sdk_pluginterfaces_base_funknown.cpp | 29 - ...e_vstgui_lib_platform_linux_x11fileselector.cpp | 10 - audio/surge-synthesizer-lv2/pkg-descr | 4 - audio/surge-synthesizer-lv2/pkg-plist | 3409 -------------------- 12 files changed, 1 insertion(+), 3642 deletions(-) diff --git a/MOVED b/MOVED index b4f185502fd7..321daf1e7839 100644 --- a/MOVED +++ b/MOVED @@ -5337,3 +5337,4 @@ graphics/tippecanoe||2026-05-31|Broken for months devel/rye||2026-06-02|Has expired: Rye is no longer developed. All users should migrate to uv, the successor project from the same maintainers, which is actively maintained and much more widely used x11/hamclock||2026-06-02|Has expired: Upstream programmer is deceased upstream server discontinued in June devel/twiggy||2026-06-02|Archived upstream, no longer maintained, and has an unclear latest release number +audio/surge-synthesizer-lv2|audio/surge-synthesizer-xt-lv2|2026-06-04|Retire older surge-synthesizer-lv2 in favor of new gen surge-synthesizer-xt-lv2 diff --git a/audio/Makefile b/audio/Makefile index 47a24b8131d0..1a789f3e7aa6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -788,7 +788,6 @@ SUBDIR += subtui SUBDIR += suil SUBDIR += supercollider - SUBDIR += surge-synthesizer-lv2 SUBDIR += surge-synthesizer-xt-lv2 SUBDIR += swh-lv2 SUBDIR += swhplugins diff --git a/audio/surge-synthesizer-lv2/Makefile b/audio/surge-synthesizer-lv2/Makefile deleted file mode 100644 index 1d4117f8480e..000000000000 --- a/audio/surge-synthesizer-lv2/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -PORTNAME= surge-synthesizer -DISTVERSIONPREFIX= release_ -DISTVERSION= 1.9.0 -PORTREVISION= 1 -CATEGORIES= audio -PKGNAMESUFFIX= -lv2 - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Surge Synthesizer LV2 and VST plug-in -WWW= https://surge-synthesizer.github.io/ - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN_armv7= fatal error: error in backend: Cannot select: 0x263f6370: v4f32 = froundeven 0x263f4eb0 -BROKEN_powerpc= compilation fails due to a problem in the clang header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794 -BROKEN_powerpc64= compilation fails due to a problem in the clang header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794 -BROKEN_powerpc64le= compilation fails due to a problem in the clang header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794 -BROKEN_riscv64= error: functions that differ only in their return type cannot be overloaded - simde-related, see https://github.com/simd-everywhere/simde/issues/962 - -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 \ - bash:shells/bash -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libmidifile.so:audio/midifile \ - libsamplerate.so:audio/libsamplerate \ - libxkbcommon.so:x11/libxkbcommon \ - libxcb-cursor.so:x11/xcb-util-cursor \ - libxcb-keysyms.so:x11/xcb-util-keysyms \ - libxcb-util.so:x11/xcb-util - -USES= cmake compiler:c++17-lang gnome localbase:ldflags pkgconfig python:build shebangfix xorg -SHEBANG_FILES= build-linux.sh scripts/linux/package-vst3.sh -USE_GNOME= cairo -USE_XORG= x11 xcb - -USE_GITHUB= yes -GH_PROJECT= surge - -CXXFLAGS+= -I${LOCALBASE}/include/midifile # see https://github.com/surge-synthesizer/surge/issues/4358 -LDFLAGS+= -lmidifile - -GH_TUPLE= \ - ODDSound:MTS-ESP:2ec61b5:MTS_ESP/libs/oddsound-mts/MTS-ESP \ - surge-synthesizer:eurorack:1e9e12f:eurorack/libs/eurorack/eurorack \ - surge-synthesizer:vst3sdk:10287bc37bbb34324b8097369e2ec4eb73a51d65:surge_synthesizer_vst3sdk/vst3sdk \ - surge-synthesizer:vstgui:1bcbae8:surge_synthesizer_vstgui/vstgui.surge \ - surge-synthesizer:tuning-library:cec555c:surge_synthesizer_tuning_library/libs/tuning-library \ - 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 \ - -LDFLAGS+= -lexecinfo -LDFLAGS+= -lfreetype # fix link breakage that appeared all of a sudden - -CMAKE_ARGS_aarch64= -DLINUX_ON_ARM:BOOL=ON -CMAKE_ARGS_armv7= -DLINUX_ON_ARM:BOOL=ON -CMAKE_ARGS+= ${CMAKE_ARGS_${ARCH}} - -BINARY_ALIAS= python=${PYTHON_CMD} # git=false - -PORTSCOUT= ignore:1 - -post-patch: - @${REINPLACE_CMD} -e 's|"/usr/share/Surge/"|"${DATADIR}/"|' ${WRKSRC}/src/common/SurgeStorage.cpp - -do-install: # https://github.com/surge-synthesizer/surge/issues/4359 - # LV2 plugin - ${MKDIR} ${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} ${BUILD_WRKSRC}/surge_products/Surge.vst3/Contents/*/Surge.so ${STAGEDIR}${PREFIX}/lib/vst - # data - cd ${WRKSRC}/resources/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - ${RM} ${STAGEDIR}${DATADIR}/WHERE\ TO\ PLACE\ USER\ DATA.txt - -.include <bsd.port.mk> diff --git a/audio/surge-synthesizer-lv2/distinfo b/audio/surge-synthesizer-lv2/distinfo deleted file mode 100644 index 7ea3614a5aa4..000000000000 --- a/audio/surge-synthesizer-lv2/distinfo +++ /dev/null @@ -1,21 +0,0 @@ -TIMESTAMP = 1619108591 -SHA256 (surge-synthesizer-surge-release_1.9.0_GH0.tar.gz) = 2d7944513239fd544ade47a4b7abd1aef96458f03f98daab725eb327e68396e5 -SIZE (surge-synthesizer-surge-release_1.9.0_GH0.tar.gz) = 122662346 -SHA256 (ODDSound-MTS-ESP-2ec61b5_GH0.tar.gz) = 1ac4e4a9e352f277d1dc6b829ebebca8e9d7c8b0ba957521a5be5d6d95c28d25 -SIZE (ODDSound-MTS-ESP-2ec61b5_GH0.tar.gz) = 1112990 -SHA256 (surge-synthesizer-eurorack-1e9e12f_GH0.tar.gz) = 95d8ef1249ea8efd13efda75e0174da6a70beddf64ba0d32d2cf115c5b7521f5 -SIZE (surge-synthesizer-eurorack-1e9e12f_GH0.tar.gz) = 435877 -SHA256 (surge-synthesizer-vst3sdk-10287bc37bbb34324b8097369e2ec4eb73a51d65_GH0.tar.gz) = b1eb4d7a5fc714ebb058c77bf7250254ee310a6ffd2b77ef702a12ab4bf9ec10 -SIZE (surge-synthesizer-vst3sdk-10287bc37bbb34324b8097369e2ec4eb73a51d65_GH0.tar.gz) = 266390 -SHA256 (surge-synthesizer-vstgui-1bcbae8_GH0.tar.gz) = f95d8fbe552b1a115dbfaf9b4adcbb2467aa81dcbb943f7f4bea3b01af114a67 -SIZE (surge-synthesizer-vstgui-1bcbae8_GH0.tar.gz) = 1915723 -SHA256 (surge-synthesizer-tuning-library-cec555c_GH0.tar.gz) = 7b1936bf6704bad1d847a334ee0a93437150cd2c3125f8819ae5c899f2422124 -SIZE (surge-synthesizer-tuning-library-cec555c_GH0.tar.gz) = 139322 -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 -SIZE (steinbergmedia-vst3_cmake-f7ae22417019aa355de6f7ec46ecf890d3c2a76f_GH0.tar.gz) = 13355 -SHA256 (steinbergmedia-vst3_pluginterfaces-6c6bb30d18c3d5a553e55aa74afc5d146571be0a_GH0.tar.gz) = 67f97965c5080e8031192504d90df43b3225b71abf678283569b1f30d2ece3f3 -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 diff --git a/audio/surge-synthesizer-lv2/files/patch-CMakeLists.txt b/audio/surge-synthesizer-lv2/files/patch-CMakeLists.txt deleted file mode 100644 index f6c0a174bcee..000000000000 --- a/audio/surge-synthesizer-lv2/files/patch-CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ ---- CMakeLists.txt.orig 2021-04-20 20:34:06 UTC -+++ CMakeLists.txt -@@ -128,7 +128,7 @@ add_subdirectory(libs/filesystem) - add_subdirectory(libs/tinyxml) - add_subdirectory(libs/escape-from-vstgui) - add_subdirectory(libs/oddsound-mts) --add_subdirectory(libs/libsamplerate EXCLUDE_FROM_ALL) -+#add_subdirectory(libs/libsamplerate EXCLUDE_FROM_ALL) - - target_link_libraries(surge-shared PUBLIC - surge::airwindows -@@ -166,7 +166,8 @@ add_dependencies( surge-shared git-info ) - - # Set up external packages - list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/") --find_package(LibMidiFile ${PACKAGE_OPTIONS}) -+# #find_package(LibMidiFile) only looks for bundled library, see https://github.com/surge-synthesizer/surge/issues/4358 -+#find_package(LibMidiFile ${PACKAGE_OPTIONS}) - - if( BUILD_SURGE_JUCE_PLUGINS ) - set( BUILD_SURGE_EFFECTS_BANK TRUE ) -@@ -1765,9 +1766,9 @@ foreach(dir ${CLANG_FORMAT_DIRS}) - list(APPEND CLANG_FORMAT_GLOBS "':(glob)${dir}/**/*.${ext}'") - endforeach() - endforeach() --add_custom_command(TARGET code-quality-pipeline-checks -- POST_BUILD -- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} -- COMMAND ${CMAKE_COMMAND} -E echo About to check clang-format -- COMMAND git ls-files -- ${CLANG_FORMAT_GLOBS} | xargs clang-format --dry-run --Werror --) -+#add_custom_command(TARGET code-quality-pipeline-checks -+# POST_BUILD -+# WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} -+# COMMAND ${CMAKE_COMMAND} -E echo About to check clang-format -+# COMMAND git ls-files -- ${CLANG_FORMAT_GLOBS} | xargs clang-format --dry-run --Werror -+#) diff --git a/audio/surge-synthesizer-lv2/files/patch-cmake_versiontools.cmake b/audio/surge-synthesizer-lv2/files/patch-cmake_versiontools.cmake deleted file mode 100644 index aa79188fd86d..000000000000 --- a/audio/surge-synthesizer-lv2/files/patch-cmake_versiontools.cmake +++ /dev/null @@ -1,18 +0,0 @@ ---- cmake/versiontools.cmake.orig 2021-01-17 13:26:30 UTC -+++ cmake/versiontools.cmake -@@ -1,5 +1,5 @@ - --find_package(Git) -+#find_package(Git) - - if( EXISTS ${SURGESRC}/VERSION_GIT_INFO ) - message( STATUS "VERSION_GIT_INFO file is present; using that rather than git query" ) -@@ -18,7 +18,7 @@ if( EXISTS ${SURGESRC}/VERSION_GIT_INFO ) - OUTPUT_STRIP_TRAILING_WHITESPACE - ) - --elseif( Git_FOUND ) -+elseif( FALSE AND Git_FOUND ) - execute_process( - COMMAND ${GIT_EXECUTABLE} rev-parse --abbrev-ref HEAD - WORKING_DIRECTORY ${SURGESRC} diff --git a/audio/surge-synthesizer-lv2/files/patch-vst3sdk_cmake_modules_PlatformToolset.cmake b/audio/surge-synthesizer-lv2/files/patch-vst3sdk_cmake_modules_PlatformToolset.cmake deleted file mode 100644 index de062fb99433..000000000000 --- a/audio/surge-synthesizer-lv2/files/patch-vst3sdk_cmake_modules_PlatformToolset.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- vst3sdk/cmake/modules/PlatformToolset.cmake.orig 2020-04-15 18:18:33 UTC -+++ vst3sdk/cmake/modules/PlatformToolset.cmake -@@ -32,7 +32,7 @@ macro(setupPlatformToolset) - else() - set(CMAKE_POSITION_INDEPENDENT_CODE TRUE) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wno-multichar") -- link_libraries(stdc++fs pthread dl) -+ link_libraries(pthread dl) - endif() - #------------ - elseif(SMTG_WIN) diff --git a/audio/surge-synthesizer-lv2/files/patch-vst3sdk_pluginterfaces_base_fplatform.h b/audio/surge-synthesizer-lv2/files/patch-vst3sdk_pluginterfaces_base_fplatform.h deleted file mode 100644 index d317d8ef5868..000000000000 --- a/audio/surge-synthesizer-lv2/files/patch-vst3sdk_pluginterfaces_base_fplatform.h +++ /dev/null @@ -1,19 +0,0 @@ ---- vst3sdk/pluginterfaces/base/fplatform.h.orig 2020-04-15 17:42:41 UTC -+++ vst3sdk/pluginterfaces/base/fplatform.h -@@ -76,14 +76,14 @@ - #endif - //----------------------------------------------------------------------------- - // LINUX --#elif __gnu_linux__ -+#elif __gnu_linux__ || defined(__FreeBSD__) || defined(__DragonFly__) - #define SMTG_OS_LINUX 1 - #define SMTG_OS_MACOS 0 - #define SMTG_OS_WINDOWS 0 - #define SMTG_OS_IOS 0 - #define SMTG_OS_OSX 0 - -- #include <endian.h> -+ #include <sys/endian.h> - #if __BYTE_ORDER == __LITTLE_ENDIAN - #define BYTEORDER kLittleEndian - #else diff --git a/audio/surge-synthesizer-lv2/files/patch-vst3sdk_pluginterfaces_base_funknown.cpp b/audio/surge-synthesizer-lv2/files/patch-vst3sdk_pluginterfaces_base_funknown.cpp deleted file mode 100644 index 2fb3f6c52504..000000000000 --- a/audio/surge-synthesizer-lv2/files/patch-vst3sdk_pluginterfaces_base_funknown.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- vst3sdk/pluginterfaces/base/funknown.cpp.orig 2020-04-15 17:56:07 UTC -+++ vst3sdk/pluginterfaces/base/funknown.cpp -@@ -36,8 +36,13 @@ - #endif - - #if SMTG_OS_LINUX --#include <ext/atomicity.h> -+#if defined(__FreeBSD__) || defined(__DragonFly__) -+# include <sys/types.h> -+# include <machine/atomic.h> -+#else -+# include <ext/atomicity.h> - #endif -+#endif - - namespace Steinberg { - -@@ -72,7 +77,11 @@ int32 PLUGIN_API atomicAdd (int32& var, int32 d) - #elif SMTG_OS_MACOS - return OSAtomicAdd32Barrier (d, (int32_t*)&var); - #elif SMTG_OS_LINUX -+#if defined(__FreeBSD__) || defined(__DragonFly__) -+ (*(u_int *)(&var) += (d)); -+#else - __gnu_cxx::__atomic_add (&var, d); -+#endif - return var; - #else - #warning implement me! diff --git a/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp b/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp deleted file mode 100644 index 902a0808d894..000000000000 --- a/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2021-04-02 18:04:51 UTC -+++ vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp -@@ -3,6 +3,7 @@ - // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE - - #include "../../cfileselector.h" -+#include <stdio.h> // https://github.com/surge-synthesizer/vstgui/issues/7 - #include <unistd.h> - #include <string> - #include <stdio.h> // Since we use getline below diff --git a/audio/surge-synthesizer-lv2/pkg-descr b/audio/surge-synthesizer-lv2/pkg-descr deleted file mode 100644 index 8e29fd7ffc2e..000000000000 --- a/audio/surge-synthesizer-lv2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Surge is an Open Source Digital Synthesizer, originally written and sold as -a commercial product by @kurasu/Claes Johanson at vember audio. In September -of 2018, Claes released a partially completed version of Surge 1.6 under GPL3, -and a group of developers have been improving it since. diff --git a/audio/surge-synthesizer-lv2/pkg-plist b/audio/surge-synthesizer-lv2/pkg-plist deleted file mode 100644 index ff1128a44461..000000000000 --- a/audio/surge-synthesizer-lv2/pkg-plist +++ /dev/null @@ -1,3409 +0,0 @@ -lib/lv2/Surge.lv2/Surge.so -lib/lv2/Surge.lv2/Surge_dsp.ttl -lib/lv2/Surge.lv2/Surge_ui.ttl -lib/lv2/Surge.lv2/manifest.ttl -lib/vst/Surge.so -%%DATADIR%%/configuration.xml -%%DATADIR%%/modulator_presets/Envelope/1 Bar Fade In.modpreset -%%DATADIR%%/modulator_presets/Envelope/16th Note Delay.modpreset -%%DATADIR%%/modulator_presets/Envelope/4th Note Delay.modpreset -%%DATADIR%%/modulator_presets/Envelope/8th Note Delay.modpreset -%%DATADIR%%/modulator_presets/Envelope/Basic ADSR.modpreset -%%DATADIR%%/modulator_presets/LFO/8th Note S&H.modpreset -%%DATADIR%%/modulator_presets/LFO/Delayed Vibrato.modpreset -%%DATADIR%%/modulator_presets/LFO/Noise.modpreset -%%DATADIR%%/modulator_presets/LFO/Noisy Transient.modpreset -%%DATADIR%%/modulator_presets/LFO/Slow Poly Random.modpreset -%%DATADIR%%/modulator_presets/LFO/Utility/Random Fade Bipolar.modpreset -%%DATADIR%%/modulator_presets/LFO/Utility/Random Fade Unipolar.modpreset -%%DATADIR%%/modulator_presets/LFO/Utility/Random Value Bipolar.modpreset -%%DATADIR%%/modulator_presets/LFO/Utility/Random Value Unipolar.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/1 Major.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/10 Half-Diminished 7th.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/11 Diminished 7th.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/2 Minor.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/3 Diminished.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/4 Augmented.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/5 Suspended 2nd.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/6 Suspended 4th.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/7 Major 7th.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/8 Minor 7th.modpreset -%%DATADIR%%/modulator_presets/MSEG/1 Chords/9 Dominant 7th.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/1 Chromatic.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/10 Locrian.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/11 Phrygian Dominant.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/12 Double Harmonic Major.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/13 Double Harmonic Minor.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/14 Whole Tone.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/15 Major Pentatonic.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/16 Minor Pentatonic.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/17 Blues.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/2 Major.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/3 Natural Minor.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/4 Harmonic Minor.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/5 Melodic Minor.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/6 Lydian.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/7 Mixolydian.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/8 Dorian.modpreset -%%DATADIR%%/modulator_presets/MSEG/2 Scales/9 Phrygian.modpreset -%%DATADIR%%/modulator_presets/MSEG/3 Asymmetric LFO/10 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/3 Asymmetric LFO/12 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/3 Asymmetric LFO/4 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/3 Asymmetric LFO/5 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/3 Asymmetric LFO/6 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/3 Asymmetric LFO/7 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/3 Asymmetric LFO/8 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/3 Asymmetric LFO/9 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/4 Unipolar LFO/5 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/4 Unipolar LFO/7 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/4 Unipolar LFO/9 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/4 Unipolar LFO/Sidechain.modpreset -%%DATADIR%%/modulator_presets/MSEG/5 Looped Envelope/10 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/5 Looped Envelope/12 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/5 Looped Envelope/5 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/5 Looped Envelope/6 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/5 Looped Envelope/7 Segments.modpreset -%%DATADIR%%/modulator_presets/MSEG/5 Looped Envelope/Warble.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Bezier, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Brownian, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Bump, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Linear, R - Linear 1.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Linear, R - Linear 2.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - S-Curve, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Saw, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Sine, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Smooth Stairs, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Square, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Stairs, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/6 AR Envelope/A - Triangle, R - Linear.modpreset -%%DATADIR%%/modulator_presets/MSEG/7 Rhythmic/5 Segments 1.modpreset -%%DATADIR%%/modulator_presets/MSEG/7 Rhythmic/5 Segments 2.modpreset -%%DATADIR%%/modulator_presets/MSEG/7 Rhythmic/7 Segments 1.modpreset -%%DATADIR%%/modulator_presets/MSEG/7 Rhythmic/7 Segments 2.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Melodic/Erratic Motion.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Melodic/In Trance.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Melodic/Major Arpeggio.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Melodic/Major Steps.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Melodic/Minor Arpeggio.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Melodic/Minor Jumps.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Melodic/The Lick.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Rhythmic/Trance Gate 1.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Rhythmic/Trance Gate 2.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Rhythmic/Trance Gate 3.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Rhythmic/Trance Gate 4.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Rhythmic/Trance Gate 5.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Rhythmic/Trance Gate 6.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Rhythmic/Trance Gate 7.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Waveforms/Quantized Ramp.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Waveforms/Quantized Saw.modpreset -%%DATADIR%%/modulator_presets/Step Seq/Waveforms/Quantized Triangle.modpreset -%%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 -%%DATADIR%%/patches_3rdparty/Bluelight/Brass/Soprano Sax.fxp -%%DATADIR%%/patches_3rdparty/Bluelight/Keys/Digi Piano.fxp -%%DATADIR%%/patches_3rdparty/Bluelight/Keys/Donna's Glass Hammers.fxp -%%DATADIR%%/patches_3rdparty/Bluelight/Keys/Ghost Glass Harmonium.fxp -%%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/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/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/Cinematic RTM.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/Metallic Arp.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Arps/Scratched Arp.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/BC Bass.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Bam Bo Bass.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Bass N4.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Bulky.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Crazy Dub.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Distinguished.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Disto Bass.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Dubstep.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/FX Bass.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Fast & Furious .fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Ho Ho.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/House Fly.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Little Finger.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Longest Bass.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Massive Dubstep.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Normal Bass.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Satu Bass.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Side Bass N1.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Unknowing Bass.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Basses/Whisper.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Drums/FX Glitch.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Drums/Hi-Hat.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Drums/Kick.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Drums/Perc.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Drums/Reverse Crash.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Drums/Snare.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Drums/Tom L.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Drums/Tom R.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/Golden Chord.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Leads/RoboTalker.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Leads/Rough & Soft.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Leads/Staccato String Land.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Leads/Welding.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/House Of Chords.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Pads/Paddington.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Pads/Rising Pad.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Pads/Spaceship.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Brass N4.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Brass Pluck 1.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Brass Pluck 2.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Brass Synth.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/Glassier.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/Main Brass.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Modern Bell.fxp -%%DATADIR%%/patches_3rdparty/Damon Armani/Plucks/Rattler.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 -%%DATADIR%%/patches_3rdparty/Dan Maurer/FX/Lake Eerie.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/FX/Manic.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/FX/Rainfall.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/FX/Space Pigs.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/FX/Star Dust.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/FX/Summer Insects.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/FX/The Descent.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/Bonita Keys.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/Detuned Vibes.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/FM Acoustic Piano 1.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/FM Acoustic Piano 2.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/FM Piano 1.fxp -%%DATADIR%%/patches_3rdparty/Dan Maurer/Keys/FM Piano 2.fxp -%%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/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/Databroth/Bass/Crystal Rip.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Bass/Cure.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Bass/Dirty Grime.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Bass/Moognt.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Bass/Wadded Beef.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Bass/Wandering Tremors.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/2 Glitched.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Bata Dending.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Chaos Bits.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Chaos Grips.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Dead MT.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Depletion.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Dleeped.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Emerald Caverns.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Generative Greebles.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Kick.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Modularesque.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Noninit.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Rezdrop.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Soupbell.fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Tears Of....fxp -%%DATADIR%%/patches_3rdparty/Databroth/FX/Throwing Glass In A Stone House.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Basic Pad.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Bright Strings.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Crangellis.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Document.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Drifting Bodies.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Drying.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Ember.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Emulation Realtor.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Feed.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Grains Of Filth.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Hollow Code.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Languid Slide.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Meld.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Melting Bells.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Polished Cheese.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Quiet Lung.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Run The Blades.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Shining Broth.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Slewing Glass.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Spectration.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Tape Magic.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Vintaged.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Warmbo.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Pad/Yom Thork.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/City Windows.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/Deviations.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/Ghoul In The Machine.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/Irrelevant Number.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/Metric Complications.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/Obsoletion.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/Psybending.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/Risk Detention.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/Truncated Deviations.fxp -%%DATADIR%%/patches_3rdparty/Databroth/Sequence/Truncating Deviant.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 -%%DATADIR%%/patches_3rdparty/Giana Brotherz/Drums/Open Hi-Hat.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/Drums/Snare.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/Drums/Zap.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/1 2 3 Auf Die.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Alien Appears.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Anomaly.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Elf Steps.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Industry Facility.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Machine Room.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Mystery Hole.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Outside Planet.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Pitch Up Drop 1.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Pitch Up Drop 2.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/R2D2.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Stream Sparkle.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/FX/Weird Bells.fxp -%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Funny Dub.fxp *** 2761 LINES SKIPPED ***home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a226c8a.274ce.76923ff>
