diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-28 14:45:35 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-28 14:47:28 +0000 |
commit | 4c2930b8abe9b5ce879162fc84759f784986f1f7 (patch) | |
tree | 2b6044d89ae0171e5a6fb166d7d48c43a9ff9483 /audio | |
parent | 7a6e0c96232e2b6695374665be0c88a957ab8fb2 (diff) |
audio/surge-synthesizer-xt-lv2: New port: Surge Synthesizer (XT) LV2 and VST plug-in
This is a new-generation of audio/surge-synthesizer-lv2.
The upstream recommended to keep both old- and new-gen available.
Diffstat (limited to 'audio')
11 files changed, 4425 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f1d81fb0b3a0..e9bfa067701c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -781,6 +781,7 @@ SUBDIR += suil SUBDIR += supercollider SUBDIR += surge-synthesizer-lv2 + SUBDIR += surge-synthesizer-xt-lv2 SUBDIR += sweep SUBDIR += swh-lv2 SUBDIR += swhplugins diff --git a/audio/surge-synthesizer-xt-lv2/Makefile b/audio/surge-synthesizer-xt-lv2/Makefile new file mode 100644 index 000000000000..40fafeb79fca --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/Makefile @@ -0,0 +1,61 @@ +PORTNAME= surge-synthesizer-xt +DISTVERSIONPREFIX= release_xt_ +DISTVERSION= 1.0.1 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Surge Synthesizer (XT) LV2 and VST plug-in + +LICENSE= GPLv3 +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 \ + bash:shells/bash +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libjack.so:audio/jack \ + 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 +LIB_DEPENDS+= libasound.so:audio/alsa-lib # pending https://github.com/surge-synthesizer/surge/issues/5997 resolution + +USES= cmake compiler:c++17-lang gnome localbase:ldflags pkgconfig python:build shebangfix xorg +USE_GNOME= cairo +USE_XORG= x11 xcb + +USE_GITHUB= yes +GH_ACCOUNT= surge-synthesizer +GH_PROJECT= surge + +DATADIR= ${PREFIX}/share/surge-xt + +CMAKE_OFF= JUCE_PLUGINHOST_VST3 JUCE_PLUGINHOST_VST + +CXXFLAGS+= -I${LOCALBASE}/include/midifile # see https://github.com/surge-synthesizer/surge/issues/4358 +CXXFLAGS+= -DPLUGIN_API="" -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -Dstrnicmp16=strncasecmp # for Juce +LDFLAGS+= -lmidifile + +GH_TUPLE= surge-synthesizer:tuning-library:bdb107f58ea22720bfa2a6d7a910fc77e69d72fc:surge_synthesizer_tuning_library/libs/tuning-library \ + pybind:pybind11:30eb39ed79d1e2eeff15219ac00773034300a5e6:pybind_pybind11/libs/pybind11 \ + surge-synthesizer:eurorack:1b46769c2404ab88d988bd91f5772d79ac6d5353:surge_synthesizer_eurorack/libs/eurorack/eurorack \ + gulrak:filesystem:8166dd1546c620cfdd4f1bc1d1cd723a91b8f390:gulrak_filesystem/libs/filesystem/ghc-filesystem \ + ODDSound:MTS-ESP:2ec61b536fd1329bf358771eb3f15615a4be7154:ODDSound_MTS_ESP/libs/oddsound-mts/MTS-ESP \ + libsndfile:libsamplerate:d0ea53db94a329bce56e9382852e0931d7744651:libsndfile_libsamplerate/libs/libsamplerate \ + LuaJIT:LuaJIT:ec6edc5c39c25e4eb3fca51b753f9995e97215da:LuaJIT_LuaJIT/libs/LuaJitLib/LuaJIT \ + surge-synthesizer:JUCE:086b21be1b08442631dcb58a9abc12acd48fce0a:surge_synthesizer_JUCE/libs/JUCE \ + fmtlib:fmt:d58d19ba323582841cbf552d1b9230817b61ed01:fmtlib_fmt/libs/fmt \ + taocpp:PEGTL:64af78c6a7959cd5753ad165ec9f65591aa96f2d:taocpp_PEGTL/libs/PEGTL \ + nemequ:munit:da8f73412998e4f1adf1100dc187533a51af77fd:nemequ_munit/libs/simde/test/munit \ + free-audio:clap:ac37c9ab03f26f639e1fc78cf29c6cab9cc65890:free_audio_clap/libs/clap-juce-extensions/clap-libs/clap \ + free-audio:clap-helpers:0b9f7ae5e24e370a4047fd1d6b5d3b83fa0ae7ee:free_audio_clap_helpers/libs/clap-juce-extensions/clap-libs/clap-helpers + +BINARY_ALIAS= python=${PYTHON_CMD} + +.include <bsd.port.mk> diff --git a/audio/surge-synthesizer-xt-lv2/distinfo b/audio/surge-synthesizer-xt-lv2/distinfo new file mode 100644 index 000000000000..8ab683dfae7d --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/distinfo @@ -0,0 +1,29 @@ +TIMESTAMP = 1647753146 +SHA256 (surge-synthesizer-surge-release_xt_1.0.1_GH0.tar.gz) = f748dce4f8046d39d2c38caffa38abb83ec9a66189b19dc2425ae988ed85b286 +SIZE (surge-synthesizer-surge-release_xt_1.0.1_GH0.tar.gz) = 142963705 +SHA256 (surge-synthesizer-tuning-library-bdb107f58ea22720bfa2a6d7a910fc77e69d72fc_GH0.tar.gz) = f71574af921e45b0912392304293f1b98c16e3ce7d96726d531602df5b69f750 +SIZE (surge-synthesizer-tuning-library-bdb107f58ea22720bfa2a6d7a910fc77e69d72fc_GH0.tar.gz) = 150192 +SHA256 (pybind-pybind11-30eb39ed79d1e2eeff15219ac00773034300a5e6_GH0.tar.gz) = 2e748579ea1903d55b8abe9d314fd5c3cf9f4e5734c525444e4d2aed146efc9e +SIZE (pybind-pybind11-30eb39ed79d1e2eeff15219ac00773034300a5e6_GH0.tar.gz) = 637726 +SHA256 (surge-synthesizer-eurorack-1b46769c2404ab88d988bd91f5772d79ac6d5353_GH0.tar.gz) = 6e4da428de5c0c9efdf608840d77903b2ef10876bba3a8486a88ba430f1492bc +SIZE (surge-synthesizer-eurorack-1b46769c2404ab88d988bd91f5772d79ac6d5353_GH0.tar.gz) = 435986 +SHA256 (gulrak-filesystem-8166dd1546c620cfdd4f1bc1d1cd723a91b8f390_GH0.tar.gz) = 4c82237bacfb1985de654cf2a93c19dc2968c5edf676c01142cb5f7df260bfc2 +SIZE (gulrak-filesystem-8166dd1546c620cfdd4f1bc1d1cd723a91b8f390_GH0.tar.gz) = 169666 +SHA256 (ODDSound-MTS-ESP-2ec61b536fd1329bf358771eb3f15615a4be7154_GH0.tar.gz) = 4559936750104dd0ca960b396f18b498f9c0cb530b3dcae1bda0db34f0c5945d +SIZE (ODDSound-MTS-ESP-2ec61b536fd1329bf358771eb3f15615a4be7154_GH0.tar.gz) = 1113373 +SHA256 (libsndfile-libsamplerate-d0ea53db94a329bce56e9382852e0931d7744651_GH0.tar.gz) = 98634e656c521e7f9d34a3c75ceb9cb5949ef8aceb114766ad2dd7a2eaf3a574 +SIZE (libsndfile-libsamplerate-d0ea53db94a329bce56e9382852e0931d7744651_GH0.tar.gz) = 3954604 +SHA256 (LuaJIT-LuaJIT-ec6edc5c39c25e4eb3fca51b753f9995e97215da_GH0.tar.gz) = 64ac400317bc02a4d10ddd6759370898280421bcb1d20b52601ca289f57aa65d +SIZE (LuaJIT-LuaJIT-ec6edc5c39c25e4eb3fca51b753f9995e97215da_GH0.tar.gz) = 1037515 +SHA256 (surge-synthesizer-JUCE-086b21be1b08442631dcb58a9abc12acd48fce0a_GH0.tar.gz) = b9e373c9617039af9e831e8d605f51772df32ed902d2b39b2003427a567ab352 +SIZE (surge-synthesizer-JUCE-086b21be1b08442631dcb58a9abc12acd48fce0a_GH0.tar.gz) = 18705490 +SHA256 (fmtlib-fmt-d58d19ba323582841cbf552d1b9230817b61ed01_GH0.tar.gz) = 2d0c60059b3ac4a073f7421c6c44834a7fd58fed1e304bc126d9f7a1b4a017bd +SIZE (fmtlib-fmt-d58d19ba323582841cbf552d1b9230817b61ed01_GH0.tar.gz) = 814069 +SHA256 (taocpp-PEGTL-64af78c6a7959cd5753ad165ec9f65591aa96f2d_GH0.tar.gz) = a6e98bed5730eb88afd0a5cac5d9a3eae7ebaa196f01f2f30d0148c951c2d578 +SIZE (taocpp-PEGTL-64af78c6a7959cd5753ad165ec9f65591aa96f2d_GH0.tar.gz) = 201511 +SHA256 (nemequ-munit-da8f73412998e4f1adf1100dc187533a51af77fd_GH0.tar.gz) = 835a9ee03e3b9560af5a2e4465394e00337398f5baba9d686083b8e1d93f0c30 +SIZE (nemequ-munit-da8f73412998e4f1adf1100dc187533a51af77fd_GH0.tar.gz) = 27727 +SHA256 (free-audio-clap-ac37c9ab03f26f639e1fc78cf29c6cab9cc65890_GH0.tar.gz) = 632ca1a525f60bbe788ca77518b12869c8d461acbe3f4bed015b280dbe80852d +SIZE (free-audio-clap-ac37c9ab03f26f639e1fc78cf29c6cab9cc65890_GH0.tar.gz) = 29622 +SHA256 (free-audio-clap-helpers-0b9f7ae5e24e370a4047fd1d6b5d3b83fa0ae7ee_GH0.tar.gz) = 800ebdb771d2e0009bc22ab364c53d1bcbb0a9918c4bdfd2ce7ce7ed697c40e2 +SIZE (free-audio-clap-helpers-0b9f7ae5e24e370a4047fd1d6b5d3b83fa0ae7ee_GH0.tar.gz) = 17269 diff --git a/audio/surge-synthesizer-xt-lv2/files/patch-libs_JUCE_modules_juce__audio__processors_format__types_VST3__SDK_base_source_fstring.cpp b/audio/surge-synthesizer-xt-lv2/files/patch-libs_JUCE_modules_juce__audio__processors_format__types_VST3__SDK_base_source_fstring.cpp new file mode 100644 index 000000000000..500c8595dd2c --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/files/patch-libs_JUCE_modules_juce__audio__processors_format__types_VST3__SDK_base_source_fstring.cpp @@ -0,0 +1,10 @@ +--- libs/JUCE/modules/juce_audio_processors/format_types/VST3_SDK/base/source/fstring.cpp.orig 2022-03-20 14:18:51 UTC ++++ libs/JUCE/modules/juce_audio_processors/format_types/VST3_SDK/base/source/fstring.cpp +@@ -44,6 +44,7 @@ + #include <cctype> + #include <cstdio> + #include <cstdarg> ++#include <cwctype> + #include <utility> + + #if SMTG_OS_WINDOWS diff --git a/audio/surge-synthesizer-xt-lv2/files/patch-libs_JUCE_modules_juce__audio__processors_format__types_VST3__SDK_pluginterfaces_base_fplatform.h b/audio/surge-synthesizer-xt-lv2/files/patch-libs_JUCE_modules_juce__audio__processors_format__types_VST3__SDK_pluginterfaces_base_fplatform.h new file mode 100644 index 000000000000..4eef8a3389ad --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/files/patch-libs_JUCE_modules_juce__audio__processors_format__types_VST3__SDK_pluginterfaces_base_fplatform.h @@ -0,0 +1,29 @@ +--- libs/JUCE/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/base/fplatform.h.orig 2022-02-23 15:06:22 UTC ++++ libs/JUCE/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/base/fplatform.h +@@ -19,7 +19,7 @@ + #define kLittleEndian 0 + #define kBigEndian 1 + +-#undef PLUGIN_API ++//#undef PLUGIN_API + + #if !defined (__INTEL_CXX11_MODE__) + #define SMTG_INTEL_CXX11_MODE 0 +@@ -95,7 +95,7 @@ + //----------------------------------------------------------------------------- + // LINUX + //----------------------------------------------------------------------------- +-#elif __gnu_linux__ || __linux__ ++#elif __gnu_linux__ || __linux__ || defined(__FreeBSD__) + #define SMTG_OS_LINUX 1 + #define SMTG_OS_MACOS 0 + #define SMTG_OS_WINDOWS 0 +@@ -107,7 +107,7 @@ + #define SMTG_CPU_ARM __arm__ + #define SMTG_CPU_ARM_64 __aarch64__ + +- #include <endian.h> ++ #include <sys/endian.h> + #if __BYTE_ORDER == __LITTLE_ENDIAN + #define BYTEORDER kLittleEndian + #else diff --git a/audio/surge-synthesizer-xt-lv2/files/patch-libs_JUCE_modules_juce__core_juce__core.cpp b/audio/surge-synthesizer-xt-lv2/files/patch-libs_JUCE_modules_juce__core_juce__core.cpp new file mode 100644 index 000000000000..19535222118d --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/files/patch-libs_JUCE_modules_juce__core_juce__core.cpp @@ -0,0 +1,11 @@ +--- libs/JUCE/modules/juce_core/juce_core.cpp.orig 2022-03-20 05:03:46 UTC ++++ libs/JUCE/modules/juce_core/juce_core.cpp +@@ -42,7 +42,7 @@ + #include <thread>
+
+ #if ! JUCE_ANDROID
+- #include <sys/timeb.h>
++ //#include <sys/timeb.h>
+ #include <cwctype>
+ #endif
+
diff --git a/audio/surge-synthesizer-xt-lv2/files/patch-libs_LuaJitLib_LuaJIT_src_lj__prng.c b/audio/surge-synthesizer-xt-lv2/files/patch-libs_LuaJitLib_LuaJIT_src_lj__prng.c new file mode 100644 index 000000000000..ecd997d1b8b9 --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/files/patch-libs_LuaJitLib_LuaJIT_src_lj__prng.c @@ -0,0 +1,19 @@ +- workaround for https://github.com/LuaJIT/LuaJIT/issues/821 + +--- libs/LuaJitLib/LuaJIT/src/lj_prng.c.orig 2022-03-20 05:20:02 UTC ++++ libs/LuaJitLib/LuaJIT/src/lj_prng.c +@@ -121,10 +121,10 @@ static PRGR libfunc_rgr; + + #if LJ_TARGET_HAS_GETENTROPY + extern int getentropy(void *buf, size_t len); +-#ifdef __ELF__ +- __attribute__((weak)) +-#endif +-; ++//#ifdef __ELF__ ++// __attribute__((weak)) ++//#endif ++//; + #endif + + #endif diff --git a/audio/surge-synthesizer-xt-lv2/files/patch-src_CMakeLists.txt b/audio/surge-synthesizer-xt-lv2/files/patch-src_CMakeLists.txt new file mode 100644 index 000000000000..b41bd49ded01 --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/files/patch-src_CMakeLists.txt @@ -0,0 +1,11 @@ +--- src/CMakeLists.txt.orig 2022-03-28 01:18:40 UTC ++++ src/CMakeLists.txt +@@ -44,7 +44,7 @@ target_compile_definitions(surge-juce INTERFACE + JUCE_CATCH_UNHANDLED_EXCEPTIONS=0 + ) + +-set(SURGE_JUCE_FORMATS VST3) ++set(SURGE_JUCE_FORMATS Standalone) + + if (CLAP_JUCE_EXTENSIONS_ROOT) + add_subdirectory(${CLAP_JUCE_EXTENSIONS_ROOT} clap-extensions) diff --git a/audio/surge-synthesizer-xt-lv2/files/patch-src_cmake_pluginval.cmake b/audio/surge-synthesizer-xt-lv2/files/patch-src_cmake_pluginval.cmake new file mode 100644 index 000000000000..a8405bd5adb5 --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/files/patch-src_cmake_pluginval.cmake @@ -0,0 +1,13 @@ +--- src/cmake/pluginval.cmake.orig 2022-03-28 01:22:52 UTC ++++ src/cmake/pluginval.cmake +@@ -35,8 +35,8 @@ + add_dependencies(surge-pluginval-all ${name}) + endfunction() + +- create_pluginval_target(surge-xt-pluginval-vst3 surge-xt_VST3 "Surge XT.vst3") +- create_pluginval_target(surge-fx-pluginval-vst3 surge-fx_VST3 "${SURGE_FX_PRODUCT_NAME}.vst3") ++ #create_pluginval_target(surge-xt-pluginval-vst3 surge-xt_VST3 "Surge XT.vst3") ++ #create_pluginval_target(surge-fx-pluginval-vst3 surge-fx_VST3 "${SURGE_FX_PRODUCT_NAME}.vst3") + + if (APPLE) + create_pluginval_target(surge-xt-pluginval-au surge-xt_AU "Surge XT.component") diff --git a/audio/surge-synthesizer-xt-lv2/pkg-descr b/audio/surge-synthesizer-xt-lv2/pkg-descr new file mode 100644 index 000000000000..822b43d53ad0 --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: https://surge-synthesizer.github.io/ diff --git a/audio/surge-synthesizer-xt-lv2/pkg-plist b/audio/surge-synthesizer-xt-lv2/pkg-plist new file mode 100644 index 000000000000..92074d5c5270 --- /dev/null +++ b/audio/surge-synthesizer-xt-lv2/pkg-plist @@ -0,0 +1,4235 @@ +bin/Surge XT +bin/Surge XT Effects +%%DATADIR%%/WHERE TO PLACE USER DATA.txt +%%DATADIR%%/fx_presets/Airwindows/Ambience/Bright Ambience.srgfx +%%DATADIR%%/fx_presets/Airwindows/Ambience/Chamber.srgfx +%%DATADIR%%/fx_presets/Airwindows/Ambience/Galactic.srgfx +%%DATADIR%%/fx_presets/Airwindows/Ambience/Infinity.srgfx +%%DATADIR%%/fx_presets/Airwindows/Ambience/MatrixVerb.srgfx +%%DATADIR%%/fx_presets/Airwindows/Ambience/Melt.srgfx +%%DATADIR%%/fx_presets/Airwindows/Ambience/Pocket Verbs.srgfx +%%DATADIR%%/fx_presets/Airwindows/Ambience/Star Child.srgfx +%%DATADIR%%/fx_presets/Airwindows/Ambience/Verbity.srgfx +%%DATADIR%%/fx_presets/Airwindows/Clipping/AD Clip.srgfx +%%DATADIR%%/fx_presets/Airwindows/Clipping/One Corner Clip.srgfx +%%DATADIR%%/fx_presets/Airwindows/Clipping/Slew 1.srgfx +%%DATADIR%%/fx_presets/Airwindows/Clipping/Slew 2.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Block Party.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Butter Comp.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Compresaturator.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Drum Slam.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Logical.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Point.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Pop.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Pressure.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Pye Wacket.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Surge.srgfx +%%DATADIR%%/fx_presets/Airwindows/Dynamics/Vari-Mu.srgfx +%%DATADIR%%/fx_presets/Airwindows/Filter/Air.srgfx +%%DATADIR%%/fx_presets/Airwindows/Filter/Capacitor.srgfx +%%DATADIR%%/fx_presets/Airwindows/Filter/De-Bess.srgfx +%%DATADIR%%/fx_presets/Airwindows/Filter/Hombre.srgfx +%%DATADIR%%/fx_presets/Airwindows/Filter/MackEQ.srgfx +%%DATADIR%%/fx_presets/Airwindows/Lo-Fi/Bit Glitter.srgfx +%%DATADIR%%/fx_presets/Airwindows/Lo-Fi/Crunchy Groove Wear.srgfx +%%DATADIR%%/fx_presets/Airwindows/Lo-Fi/DeRez.srgfx +%%DATADIR%%/fx_presets/Airwindows/Lo-Fi/Deck Wrecka.srgfx +%%DATADIR%%/fx_presets/Airwindows/Lo-Fi/Groove Wear.srgfx +%%DATADIR%%/fx_presets/Airwindows/Noise/Dust Bunny.srgfx +%%DATADIR%%/fx_presets/Airwindows/Noise/Noise.srgfx +%%DATADIR%%/fx_presets/Airwindows/Noise/Voice Of The Starship.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Apicolypse.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Bass Drive.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Buss Colors.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Cojones.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Density.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Drive.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Focus.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Fracture.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Hard Vacuum.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Loud.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Mackity.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Mojo.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/NC-17.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Single-Ended Triode.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Spiral.srgfx +%%DATADIR%%/fx_presets/Airwindows/Saturation And More/Unbox.srgfx +%%DATADIR%%/fx_presets/Airwindows/Stereo/Triple Spread.srgfx +%%DATADIR%%/fx_presets/Airwindows/Tape/Iron Oxide.srgfx +%%DATADIR%%/fx_presets/Airwindows/Tape/To Tape.srgfx +%%DATADIR%%/fx_presets/CHOW/Anomaly.srgfx +%%DATADIR%%/fx_presets/Chorus/Ambient.srgfx +%%DATADIR%%/fx_presets/Chorus/Analog Warmth.srgfx +%%DATADIR%%/fx_presets/Chorus/Deep.srgfx +%%DATADIR%%/fx_presets/Chorus/Faster.srgfx +%%DATADIR%%/fx_presets/Chorus/Fat.srgfx +%%DATADIR%%/fx_presets/Chorus/Fullness.srgfx +%%DATADIR%%/fx_presets/Chorus/Like A Pad.srgfx +%%DATADIR%%/fx_presets/Chorus/Reverb.srgfx +%%DATADIR%%/fx_presets/Chorus/Short.srgfx +%%DATADIR%%/fx_presets/Chorus/Soft.srgfx +%%DATADIR%%/fx_presets/Chorus/Spread & Phase.srgfx +%%DATADIR%%/fx_presets/Chorus/Supersaw.srgfx +%%DATADIR%%/fx_presets/Chorus/Sweet.srgfx +%%DATADIR%%/fx_presets/Chorus/Unison.srgfx +%%DATADIR%%/fx_presets/Combulator/Add Harshness (Send).srgfx +%%DATADIR%%/fx_presets/Combulator/E Minor World.srgfx +%%DATADIR%%/fx_presets/Combulator/Little Sparkle (Send).srgfx +%%DATADIR%%/fx_presets/Combulator/Nice Sand.srgfx +%%DATADIR%%/fx_presets/Combulator/Sparkle.srgfx +%%DATADIR%%/fx_presets/Conditioner/Limiter 1.srgfx +%%DATADIR%%/fx_presets/Conditioner/Limiter 2.srgfx +%%DATADIR%%/fx_presets/Conditioner/Peak Suppressor.srgfx +%%DATADIR%%/fx_presets/Conditioner/Sit Tight.srgfx +%%DATADIR%%/fx_presets/Delay/Analog Echo.srgfx +%%DATADIR%%/fx_presets/Delay/Basic 1-1.srgfx +%%DATADIR%%/fx_presets/Delay/Basic 1-16.srgfx +%%DATADIR%%/fx_presets/Delay/Basic 1-2.srgfx +%%DATADIR%%/fx_presets/Delay/Basic 1-32.srgfx +%%DATADIR%%/fx_presets/Delay/Basic 1-4.srgfx +%%DATADIR%%/fx_presets/Delay/Basic 1-64.srgfx +%%DATADIR%%/fx_presets/Delay/Basic 1-8.srgfx +%%DATADIR%%/fx_presets/Delay/Chorus Wider.srgfx +%%DATADIR%%/fx_presets/Delay/Chorus.srgfx +%%DATADIR%%/fx_presets/Delay/Cool Tabs.srgfx +%%DATADIR%%/fx_presets/Delay/Crazy Verb.srgfx +%%DATADIR%%/fx_presets/Delay/Dimension.srgfx +%%DATADIR%%/fx_presets/Delay/Dreamy.srgfx +%%DATADIR%%/fx_presets/Delay/Fat Delay.srgfx +%%DATADIR%%/fx_presets/Delay/Feet In The Air.srgfx +%%DATADIR%%/fx_presets/Delay/Follower.srgfx +%%DATADIR%%/fx_presets/Delay/Let's Play Together.srgfx +%%DATADIR%%/fx_presets/Delay/Medium Hall.srgfx +%%DATADIR%%/fx_presets/Delay/Ping-Pong 1-16.srgfx +%%DATADIR%%/fx_presets/Delay/Ping-Pong 1-4.srgfx +%%DATADIR%%/fx_presets/Delay/Ping-Pong 1-8.srgfx +%%DATADIR%%/fx_presets/Delay/Repeat.srgfx +%%DATADIR%%/fx_presets/Delay/Rhythmic 1.srgfx +%%DATADIR%%/fx_presets/Delay/Rhythmic 2.srgfx +%%DATADIR%%/fx_presets/Delay/Rhythmic 3.srgfx +%%DATADIR%%/fx_presets/Delay/Vintage Digital Smooth.srgfx +%%DATADIR%%/fx_presets/Delay/Wide 1-4.srgfx +%%DATADIR%%/fx_presets/Delay/Wide 1-8.srgfx +%%DATADIR%%/fx_presets/Distortion/Bright 1.srgfx +%%DATADIR%%/fx_presets/Distortion/Bright 2.srgfx +%%DATADIR%%/fx_presets/Distortion/Crunchy.srgfx +%%DATADIR%%/fx_presets/Distortion/Deep 1.srgfx +%%DATADIR%%/fx_presets/Distortion/Deep 2.srgfx +%%DATADIR%%/fx_presets/Distortion/Full Range.srgfx +%%DATADIR%%/fx_presets/Distortion/Kind.srgfx +%%DATADIR%%/fx_presets/Distortion/Low End.srgfx +%%DATADIR%%/fx_presets/Distortion/Overdrive.srgfx +%%DATADIR%%/fx_presets/Distortion/Round.srgfx +%%DATADIR%%/fx_presets/Distortion/Subtle.srgfx +%%DATADIR%%/fx_presets/Distortion/Warm 1.srgfx +%%DATADIR%%/fx_presets/Distortion/Warm 2.srgfx +%%DATADIR%%/fx_presets/Distortion/Warm 3.srgfx +%%DATADIR%%/fx_presets/Distortion/Warm 4.srgfx +%%DATADIR%%/fx_presets/Distortion/Warm 5.srgfx +%%DATADIR%%/fx_presets/EQ/Air.srgfx +%%DATADIR%%/fx_presets/EQ/Bottom.srgfx +%%DATADIR%%/fx_presets/EQ/Bright.srgfx +%%DATADIR%%/fx_presets/EQ/Brilliance.srgfx +%%DATADIR%%/fx_presets/EQ/Clarity.srgfx +%%DATADIR%%/fx_presets/EQ/Crisp.srgfx +%%DATADIR%%/fx_presets/EQ/Dark.srgfx +%%DATADIR%%/fx_presets/EQ/Edge.srgfx +%%DATADIR%%/fx_presets/EQ/Kick EQ.srgfx +%%DATADIR%%/fx_presets/EQ/Mid Cut.srgfx +%%DATADIR%%/fx_presets/EQ/Muddy.srgfx +%%DATADIR%%/fx_presets/EQ/Presence.srgfx +%%DATADIR%%/fx_presets/EQ/Punch.srgfx +%%DATADIR%%/fx_presets/EQ/Sibilance.srgfx +%%DATADIR%%/fx_presets/EQ/Smiley Curve.srgfx +%%DATADIR%%/fx_presets/EQ/Warm.srgfx +%%DATADIR%%/fx_presets/Ensemble/Glassy Highs.srgfx +%%DATADIR%%/fx_presets/Ensemble/Kind Person.srgfx +%%DATADIR%%/fx_presets/Ensemble/Monster Dirt.srgfx +%%DATADIR%%/fx_presets/Exciter/A Touch Of Sizzle.srgfx +%%DATADIR%%/fx_presets/Exciter/Aggressive.srgfx +%%DATADIR%%/fx_presets/Exciter/Master Shinichi.srgfx +%%DATADIR%%/fx_presets/Exciter/Punchy.srgfx +%%DATADIR%%/fx_presets/Exciter/Soft Exciter.srgfx +%%DATADIR%%/fx_presets/Exciter/Widely Excited.srgfx +%%DATADIR%%/fx_presets/Flanger/Big Chorus.srgfx +%%DATADIR%%/fx_presets/Flanger/Fast.srgfx +%%DATADIR%%/fx_presets/Flanger/Fat One.srgfx +%%DATADIR%%/fx_presets/Flanger/Fatter.srgfx +%%DATADIR%%/fx_presets/Flanger/Slow Move.srgfx +%%DATADIR%%/fx_presets/Flanger/Warm.srgfx +%%DATADIR%%/fx_presets/Flanger/Wide.srgfx +%%DATADIR%%/fx_presets/Freq Shift/Building Robot Monkeys.srgfx +%%DATADIR%%/fx_presets/Freq Shift/Chorusy.srgfx +%%DATADIR%%/fx_presets/Freq Shift/Falling Down.srgfx +%%DATADIR%%/fx_presets/Freq Shift/Future Will Be Like This.srgfx +%%DATADIR%%/fx_presets/Freq Shift/Pulsating.srgfx +%%DATADIR%%/fx_presets/Graphic EQ/Full Bass.srgfx +%%DATADIR%%/fx_presets/Graphic EQ/Full Treble.srgfx +%%DATADIR%%/fx_presets/Graphic EQ/Guitar Cab Cassette.srgfx +%%DATADIR%%/fx_presets/Graphic EQ/Master.srgfx +%%DATADIR%%/fx_presets/Graphic EQ/Mids With 12k.srgfx +%%DATADIR%%/fx_presets/Graphic EQ/Rock.srgfx +%%DATADIR%%/fx_presets/Graphic EQ/Smiley Curve.srgfx +%%DATADIR%%/fx_presets/Graphic EQ/Techno.srgfx +%%DATADIR%%/fx_presets/Mid-Side Tool/M-S Decode (-6 dB).srgfx +%%DATADIR%%/fx_presets/Mid-Side Tool/M-S Decode.srgfx +%%DATADIR%%/fx_presets/Mid-Side Tool/M-S EQ.srgfx +%%DATADIR%%/fx_presets/Mid-Side Tool/M-S Encode.srgfx +%%DATADIR%%/fx_presets/Mid-Side Tool/Tight Bass.srgfx +%%DATADIR%%/fx_presets/Neuron/Disruption.srgfx +%%DATADIR%%/fx_presets/Neuron/This Cassette.srgfx +%%DATADIR%%/fx_presets/Nimbus/Creepy Combo (Send).srgfx +%%DATADIR%%/fx_presets/Nimbus/IDK About This (Send).srgfx +%%DATADIR%%/fx_presets/Nimbus/Subliminal Fluff (Send).srgfx +%%DATADIR%%/fx_presets/Phaser/Aliens.srgfx +%%DATADIR%%/fx_presets/Phaser/Decent.srgfx +%%DATADIR%%/fx_presets/Phaser/Max Stereo.srgfx +%%DATADIR%%/fx_presets/Phaser/Narrow And Sweet.srgfx +%%DATADIR%%/fx_presets/Phaser/Soft Spread.srgfx +%%DATADIR%%/fx_presets/Phaser/Stereo Phaser.srgfx +%%DATADIR%%/fx_presets/Phaser/Stereo Wide.srgfx +%%DATADIR%%/fx_presets/Phaser/Sweetspot.srgfx +%%DATADIR%%/fx_presets/Phaser/Talky.srgfx +%%DATADIR%%/fx_presets/Resonator/Bazz.srgfx +%%DATADIR%%/fx_presets/Resonator/Hammer.srgfx +%%DATADIR%%/fx_presets/Resonator/Hi-Res.srgfx +%%DATADIR%%/fx_presets/Resonator/Kriskros.srgfx +%%DATADIR%%/fx_presets/Resonator/Older Record.srgfx +%%DATADIR%%/fx_presets/Resonator/XCrush.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Cathedral 1.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Cathedral 2.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Concert Hall.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Hall 1.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Hall 2.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Hall 3.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Hall 4.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Large Hall.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Long 1.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Long 2.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Opera House.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Room.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Short Sustain Ambience.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Standard.srgfx +%%DATADIR%%/fx_presets/Reverb 1/Warm Hall.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Amazing Big Hall (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Ambience.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Anybody Canyon.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Back Room.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Blurred Echo.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Brick Chamber (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Cathedral 1.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Cathedral 2.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Cave (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Concert Hall (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Dark Plate (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Deep Ambience.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Deep And Long.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Deep Space.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Dense Hall (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Diffuse Delay.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Echo Plate (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Endless.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Epic Hall.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Fat Chamber (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Floor (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Gated Room (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Gated Room.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Ghostly Chamber.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Grain Delay.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Ice House (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Large Church (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Large Deep Hall (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Now That's Enough (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Piano Hall (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Reflect Church (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Repro Plate (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Retro (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Silver Plate (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Sky.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Small Hall (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Sun Plate B (Send).srgfx +%%DATADIR%%/fx_presets/Reverb 2/Warm Hall.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Waving.srgfx +%%DATADIR%%/fx_presets/Reverb 2/Wider Shot (Send).srgfx +%%DATADIR%%/fx_presets/Ring Mod/Crusher.srgfx +%%DATADIR%%/fx_presets/Ring Mod/Poisonous.srgfx +%%DATADIR%%/fx_presets/Rotary/Chorusy (Send).srgfx +%%DATADIR%%/fx_presets/Rotary/Fast.srgfx +%%DATADIR%%/fx_presets/Rotary/Flutter.srgfx +%%DATADIR%%/fx_presets/Rotary/Rotor Chorus.srgfx +%%DATADIR%%/fx_presets/Rotary/Slow.srgfx +%%DATADIR%%/fx_presets/Rotary/Turn The Rotor.srgfx +%%DATADIR%%/fx_presets/Tape/Analog.srgfx +%%DATADIR%%/fx_presets/Tape/Buried Message.srgfx +%%DATADIR%%/fx_presets/Tape/Fattening (Send).srgfx +%%DATADIR%%/fx_presets/Tape/Hi-Fi.srgfx +%%DATADIR%%/fx_presets/Tape/Muffled Warmth 1.srgfx +%%DATADIR%%/fx_presets/Tape/Muffled Warmth 2.srgfx +%%DATADIR%%/fx_presets/Treemonster/Creepypasta.srgfx +%%DATADIR%%/fx_presets/Treemonster/In The Back.srgfx +%%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%%/patches_3rdparty/Altenberg/Basses/Aggressive.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Ancient FM.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Ayay.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Boog.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Burial.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Digivex.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Hate.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Mammoth.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Neuro.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Orbit.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Piercing.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Rampage.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Rounded.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Useful.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Basses/Waw.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Drums/Closed Hat.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Drums/Kick 1.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Drums/Kick 2.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Drums/Kick 3.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Drums/Kick 4.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Drums/Kick Lo-Fi.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Drums/Linn Kick Tape.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Drums/Snare 1.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Drums/Snare 2.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/FX/Ritual.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/FX/Shore.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/FX/Swoosh.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/FX/Water.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Guitars/Temple.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Keys/Clave.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Leads/AOE.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Leads/Sine Lead.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Organs/Organish.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Alone.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Beating.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Bowed.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Cyber Pad.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Dark Pulse.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Ghost Past.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Journey.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Keep Waiting.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Mana Quest.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Stars.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Unity.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Pads/Unstable.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Percussion/Tuned Wood.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Sequences/Slow Mono.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Synths/Neptune.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Synths/Paraphrase.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Synths/VHS.fxp +%%DATADIR%%/patches_3rdparty/Altenberg/Synths/Zero.fxp +%%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/Cybersoda/Basses/Acid Bassline 1 .fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Acid Bassline 2.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Badass.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Emulation.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Fancy.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Ghoul.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Growl.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Housy.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Joe Has Had A Bad Day.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Moogish.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Basses/Synthwave.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Brass/Brassy.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Brass/Soft 80s Brass.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Brass/Synth Trumpet.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Acoustic Crash.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Acoustic HiHat.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Acoustic Kick.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Acoustic Ride.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Acoustic Snare.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Acoustic Tom.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Boomy Kick.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Cheap Hat.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Classic 808 Cowbell.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Classic Kick.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Destroyed Kick.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Dubstep Snare.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Nice Hat.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Old Hat.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Old Kick.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Old Snare.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Organic Snare.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 1.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 10.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 11.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 2.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 3.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 4.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 5.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 6.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 7.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 8.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Perc 9.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Rickroll Tom.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Shaker Loop.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Short Hat.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Short Snare.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Snap.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Drums/Vinyl Kick.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/After Spicy Chip.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Alarm.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Alien Communication.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Evening On Pluto.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Ominus Drown.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Plasma Gun.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Prowler, The Little Friendly Elephant .fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Siren.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Stormy Weather.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Sub Drop.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Tape Stop.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Top Ten Voices In My Head.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Vinyl Noise 1.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Vinyl Noise 2.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/FX/Vinyl Noise 3 .fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Keys/Daisy.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Keys/Dizzy.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Keys/Fake Bell.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Keys/Gentle.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Keys/Moonman.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Keys/Noisy.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Keys/Tape Keys.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Keys/Vintage EP.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Keys/Wurli.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Leads/Agressve Brass Lead.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Leads/Destroyed 808.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Leads/FMey 808.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Leads/Funky Sine.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Leads/Jazzy Guitar Lead.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Leads/Music Box Lead.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Leads/Simple 808.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Leads/Snails.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Organs/Clicky Organ.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Pads/FM Pad.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Pads/Lush.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Pads/Origin.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Pads/Space Station.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Pads/Sparkle Mountain.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Pads/Strings.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Pads/Sussy Baka Pad.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Pads/Utopia .fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Winds/Bubbly Flute.fxp +%%DATADIR%%/patches_3rdparty/Cybersoda/Winds/Saxophone Emulation.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/Dispell.fxp +%%DATADIR%%/patches_3rdparty/Damon Armani/Pads/Dusty Ambience.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/Damon Armani/Sequences/Psyvoice.fxp +%%DATADIR%%/patches_3rdparty/Damon Armani/Sequences/Shimmeration.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/Basses/Crystal Rip.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Basses/Cure.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Basses/Dirty Grime.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Basses/Moognt.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Basses/Wadded Beef.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Basses/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/Pads/Basic Pad.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Bright Strings.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Crangellis.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Document.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Drifting Bodies.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Drying.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Ember.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Emulation Realtor.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Feed.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Grains Of Filth.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Hollow Code.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Languid Slide.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Meld.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Melting Bells.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Polished Cheese.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Quiet Lung.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Run The Blades.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Shining Broth.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Slewing Glass.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Spectration.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Tape Magic.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Vintaged.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Warmbo.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Pads/Yom Thork.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/City Windows.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/Deviations.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/Ghoul In The Machine.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/Irrelevant Number.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/Metric Complications.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/Obsoletion.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/Psybending.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/Risk Detention.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/Truncated Deviations.fxp +%%DATADIR%%/patches_3rdparty/Databroth/Sequences/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 +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Glass Tick.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Glassy E-Piano.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Glockenmorph.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Harmonic Ring.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Moody Piano.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Ring Piano.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Sin Ring.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Table Morph.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Tri Meets Saw.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Keys/Vintage Boost.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Background Sweep.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Crisp Cross.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Cut Through.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Formant Tables.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Frag 7th Syn.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Future Sax.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Guitar Vibe.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/House Vibe.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Mechanic Unison.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Ravin' Stalker.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Saw Rings.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Squary Sync.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Street Parade.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Synth Surfer.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Tech Ring.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Under The Tomb.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Leads/Wave Arp.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organs/Charmy Organ.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organs/Deep Houser.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organs/Draft Card.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organs/Hammond's Hall.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organs/Late Night.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organs/Liquid Steel.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organs/Lot Of Drawbars.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organs/Morph Magic.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organs/Wanna B3.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Back Texture.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Breath Of China.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Changing Sines.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Chorbells.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Cyborg Texture.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Dark Whisper.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Deep Choir.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Digitized Choir.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Dub Choir.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Electric City.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Horizon Opens.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Moon and Water.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/OAH Choir.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Organaut.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Sci-Fi Church.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Sun Rising.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Time Shift.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Vocodarian.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Wide Vibrations.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pads/Wood Walk.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Alarm Reese.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Bellchordian.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Bellistic.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Hard Hacked.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Mellow On Sync.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Reeseliner.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Sine Hammer.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Staccato Mellow.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Trance Ground.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Tubularity.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythms/Unison Retrigger.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Winds/Clarinet.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Winds/Flute.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Winds/Horns.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Winds/Oboe.fxp +%%DATADIR%%/patches_3rdparty/Giana Brotherz/Winds/Trumpet.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Alone.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Autumn 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Beautiful Thoughts 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Beautiful Thoughts 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Bell Cave.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Bloody Valentine.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Dark Bell.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Deep Space 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Deep Space 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Disturbances.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Fragile 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Fragile 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Fragile 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Fragile 6.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Fragile 7.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Further 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Further 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Go Carefully.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Going Away.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Hangars 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Hangars 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Hangars 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Hangars 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Isolation 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Isolation 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Isolation 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Isolation 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Isolation 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Mystery 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Mystery 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Nasal Cavern.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/No End Drum.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Persistance.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Pure 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Ravine.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Resonant Atmosphere 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Resonant Atmosphere 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Sine Movers 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Sine Movers 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Something At The Lighthouse.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Suspense.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Tables Turning.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/The Well.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Thoughts 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Unexpected.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Winter 10.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Winter 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Winter 6.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Winter 8.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Wonk 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Wonk 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atmospheres/Yearn.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Autumn 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Autumn 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Bass 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Bass 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Bass 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Bass 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Bass 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Bass 6.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Cat Bass.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Dark Bass.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Digitalis.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Irreversible 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Irreversible 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Ladder 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Softer Bass.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Squelch 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Squelch 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Squelch 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Undulation.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Unstable Bass.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Warm Fuzzy Bass.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Watch Out Below.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Basses/Wrong Bass.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/60s Sci-Fi.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Air Spray.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Calamity 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Calamity 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Dark Dyson.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Drone Melancholy.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Edgy.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Knocks.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Saturn V.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Sea Pipe.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/FX/Uplifting Noise.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Blade 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Blade 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Blade 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Blade 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Blade 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Dreaming.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Fizzer 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Fizzer 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Fragile 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Fragile 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Further 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Glitter 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Glitter 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Harpsick.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Melodic Organ.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Piano 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Piano 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Piano 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Piano 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Piano 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Piano 6.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/The Softest Melody.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Thoughts 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Thoughts 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Thoughts 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Thoughts 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Thoughts 6.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Thoughts 7.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Winter 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Keys/Winter 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Apex Arp 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Apex Arp 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Atonal.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Autumn 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Bellish Lead.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Chiff 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Chiff 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Chiff 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Chiff 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Children's Lead.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Clockers 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Clockers 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Clockers 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Clockers 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Crackles.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Delicate.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Digital Lead.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Dirty Hardcore 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Dirty Hardcore 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Distance Between Us.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Faint Memory.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Faraway Tree.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Fat Detuned Squares.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Fat Detuned Sync.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Fizzer 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Fizzer 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Fizzer 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Glitter 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Happy Saws.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Hello Little Weed.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Klop.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Melodic Line 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Melodic Line 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Melodic Line 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Melodic Line 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Mystery 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Nova 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Nova 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Pops.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Rain On Top.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Scaffold.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Simply Moving.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Spook 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Spook 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Subtle Lead.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Sweet.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Trill.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Twinkle.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Winter 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Winter 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Leads/Wobbly.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Deep Space 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Deep Space 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Deep Space 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Dirty Pad.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Hangars 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Mystery 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Pad Basics.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Paddy Power.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Pure 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Pure 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Pure 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Saw Pad 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Saw Pad 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Thoughts 7.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Thoughts 8.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Thoughts 9.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Tonal.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Winter 7.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pads/Winter 9.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Arp 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Arp 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Arp 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Arp 4.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Arp 5.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Arp 6.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Arp 7.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Arp 8.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Ladder 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Ladder 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Ladder 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Shipping.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Six Way 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Three Way 1.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Three Way 2.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rhythms/Three Way 3.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Winds/Flat Oboe.fxp +%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Winds/Mountain Pipe.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Above.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Brass Swells.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Bright Hybrid.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Brightly.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Circles Squared.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Divaesque.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/FMiscellanea 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/FMiscellanea 2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Fade To Black.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Faded Polaroids.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/First Light (1-3-7).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/First Light (Variant).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Harold Budd (1936-2020).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Iso Pad.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Life In Major Keys (1-3-7).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Life In Major Keys (Variant).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Mod Sixteen (1-61-19).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Mod Sixteen (Variant).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Next Spring.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Other Bright Themes.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/ReSurgence.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Stringish.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Swirling.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/That Morning (1-3-7).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/That Morning (Variant).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/TransHarmonics (1-3-5).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Unbearable Lightness.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Warm Theme.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Whispering Waves.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/X-Fade Ensemble.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/X-Fade Sines 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/X-Fade Sines 2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Ambiance/Y87 (Variant).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Anticipation.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Beginnings (1-3-7).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Beginnings (Variant).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Duality.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Ensemble.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/New Waves.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Orchestral.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Planet Surge.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/ReSines.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Reflective States.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Renewal Loops.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Sixfades.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/When Soaring.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Atmospheres/Written In Tone.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Basses/BackWord.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Basses/FM Sub.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Basses/Mod Bass.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Basses/Monohuge.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Basses/Play Low.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Basses/Pulse.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Basses/ResamplEmu.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Basses/Scraper.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/80s Futures Pasts.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Afterglow.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Arpsychord.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Bell Keys 1 (1-3-5).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Bell Keys 2 (1-5-6).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Bell Keys 3 (1-3-5).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Bell Song.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Bore Excitations.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Brass Nostalgia.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Corporealities.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/EPad.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/EPleasantries.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/FM E-Piano 1, 3, 5.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/FM Swirlscapes.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/FM3 Deiified.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Fiftyish.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Harmonic Dimensions.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Harmonicscape.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Iso EP.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Iso-Keys.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Lighter Still.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Midnight Retrospections.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Midnightly.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Min-Triad Me.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Open Windows.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Our Stories.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Palm Mute Pi.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Pluckstring.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Rediscoveries (1-3-6).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Rediscoveries (Variant).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Saw Things.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Slow Waves.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Sunny.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Through Open Windows.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/X-Fade Keys.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Keys/Y87 (1-3-9).fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Freerunaway.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Hammer-On Hammer-Off.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Journey To The Center Of The Surge.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Lovely Lead.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Lucky Woman.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Monosynths Forever.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Mountaintops.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Riffing For Peace.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Saw Swarm.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Shredder 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Shredder 2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Shredder 3.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Sines Of Our Times.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Stories In One Voice.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/Warm One.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Leads/With One Voice.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Mallets/Bass Marimba 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Mallets/Bass Marimba 2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Mallets/Chimes 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Mallets/Cymbell 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Mallets/Cymbell 2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Mallets/Golden Mallets.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Mallets/Lithovibes.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Mallets/Square Metallophone .fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Mallets/Toy Piano.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Modelled/Bowed Psaltery.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Modelled/Clavichord.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Modelled/Hammered Dulcimer.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Modelled/PMinimalism.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Modelled/Piano Fictions.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Modelled/Santoor.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Modelled/Stringed Traditions.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/8-Bit Singing.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Aliascape.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Aliaspace.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Bright Drone.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Closer Still.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Ensemble Modern.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Glitch Choir.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Granularity.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Granularwaves.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Modern XFS 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Morphestra.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Now And Then.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Open Spaces.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Other X-Fades 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Other X-Fades 2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Other X-Fades 3.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Planetarium.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Pulse Glitcher.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Random FM Brass.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Sineplicity.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/Smooth Chorus.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 10.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 11.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 3.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 4.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 5.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 6.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 7.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 8.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Pads/String Machine 9.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Percussion/Bell Drum.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Percussion/Dunun With Bell.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Percussion/Membranophone 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Percussion/Membranophone 2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Percussion/Membranophone 3.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Percussion/Membranophone Dum-Tek.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Percussion/Metal Things.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Percussion/Tarang.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Bass Sawari.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Bright Attack.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Bright Pizzicato.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Bright Res Body.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Bright Short.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Bright String Glide.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Long FM.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Muted Bass.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Orch Hit Short.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Porta Mod.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Resonant Body Pizz.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Sawari Pizz.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Short Glide Res Body.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Short Glide.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Plucks/Wooden Pizz.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Sequences/Chaoseq.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Sequences/End Credits X-Fade.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Sequences/Quartertone And The Pitch.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Sequences/Silk Sequences.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Sequences/Still Motions.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Sequences/Stranger Surges.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/AlterHarp.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Baconscapes.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Drop-Out Strings.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Experiminimalism.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Gliding.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Glissabout.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Hauntology.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Moire 1.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Moire 2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Outerscapes.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Parting Skies.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Returning.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Sympathetic Vibes.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Twisted Nimbus.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Wave Sequencing.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/Whale Communion.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/X-Wave Minimalism.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Soundscapes/XTease.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Splits/Bass Pad + Chorus Pad.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Splits/Bass Seq + Synth Pad.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Splits/Bright Pad + Slow String.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Splits/Rate Mod Pad + Slow Mod Pad.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Splits/Reverse Pad + Swirl Pad.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Splits/Soft Bass Pad + Saw Pad.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Splits/String Bass + Resonant Pad.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Strings/Bowed Psaltery.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Strings/Clavichord.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Strings/Hammered Dulcimer.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Strings/Piano Fictions.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Strings/Santoor.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Strings/Stringed Traditions.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/Alias.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/Classic.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/FM2.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/FM3.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/Modern.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/S&H Noise.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/Sine.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/String.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/Twist.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/Wavetable.fxp +%%DATADIR%%/patches_3rdparty/Jacky Ligon/Templates/Window.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Basses/AF Analog Bass.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Basses/Power Buzz.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Basses/Speaking Synth Bass.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/FX/Cicada Forest.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/FX/Fireworks - Bang And Fizzle.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/FX/Fireworks - Launch.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/FX/Fireworks - Screamers.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Guitars/Distorted Electric Guitar.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Guitars/Nylon Acoustic Guitar.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Keys/AF Sharp Atmosphere.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Keys/FM E-Piano Four High.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Keys/Grand Piano 2021 (Accompaniment).fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Keys/Grand Piano 2021.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Keys/Pipe Organ 2021.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Leads/AF Brassy Lead.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Pads/70s Fizzy String.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Pads/AF Brassy Pad.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Percussion/AF Synth Claps.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Percussion/Cymbal Tap.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Percussion/Noisy Synth Kick.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Percussion/Snare Tom.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Plucks/Guitarp.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Plucks/Harpie.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Strings/Cello 2021.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Strings/Violin 2021.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Voices/Voice Bass.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Voices/Voice Breath Huh.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Voices/Voice Soprano 1.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Voices/Voice Soprano 2.fxp +%%DATADIR%%/patches_3rdparty/John Valentine/Winds/Folky High Pipe.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Basses/Classic Organ Bass + Bonus Organ.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Basses/Everybody Needs A 303, Really.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Basses/Moogaroo.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Basses/Organ Hits Bass.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Basses/The Beaches Of Bass Island 5.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Basses/Wavetable FM Slapper.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Bells/Bell Labs.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/FX/8 Measure Noise & Comb Sweep.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Guitars/Miles Of AM Radio.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Guitars/Mutant Lo-Fi Acoustic Guitar Workstation.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Guitars/Mutant Lo-Fi Electric Guitar Workstation.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Leads/Funk Feedback Lead.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Leads/Hi, Vince Clarke!.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Leads/Raving In The Tropics.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Leads/The Fabulous Chippy FM West Coast Lead.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Alias Washer.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/City-State Of The Future.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Inertia Pad Sounds Like Alien Seagulls.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Let's Make Drone Music!.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Love Theme From Skinimax.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Not Another String Machine.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Now I'm On A Cloud.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Return To City-State Of The Future.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Stoney Baloney.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Sunrise Breakfast At The Digital Café.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Too Huge For School.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/Wavetextures™ Pro Kit.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Pads/What We Need Is Nothern Leadership.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Percussion/909ish Snare.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Percussion/All Aboard The Pulse Train.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Percussion/Clapping Out An x0x.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Percussion/Closeout Sale @ Electro Percussion Warehouse.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Percussion/Tuned Kicks For Days.fxp +%%DATADIR%%/patches_3rdparty/Kinsey Dulcet/Sequences/Holy Emoji.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Arps/Calc.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Arps/Chording.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Basses/Big Moog.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Basses/Big.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Basses/Hoover.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Basses/Synchro.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Desperation.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Discharge.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Hearing Voices.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Level 9.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Level Up.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Radio Putty.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Squadron.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Strange Flora.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Sudden Death MW.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Tensioning.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Voice Of I.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/FX/Vox Matrix.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Leads/I Said.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Leads/Mini.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Leads/Moogish.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Leads/Next Move.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Leads/Rough Going.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Leads/Time Tourist.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Leads/Unstable.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Leads/You.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Organs/Big Church.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Pads/After Warp.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Pads/Giallo.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Pads/Jammer AT.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Pads/Lullabye.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Pads/Nebulous.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Sequences/All In The Wrists.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Sequences/And Destroy.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Sequences/Dancer.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Sequences/Deconstruct.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Sequences/Naive.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Sequences/Netlon.fxp +%%DATADIR%%/patches_3rdparty/Kuniklo/Sequences/Old Fog.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Basses/FM Dubstep Bass.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/FX/Audio Rating.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/FX/Technological Sine.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Keys/Bitcrushed Dreams.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Keys/Winter Feelings.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Leads/Harsh Memories.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Leads/High Meta.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Leads/Long Moments Lead.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Leads/Normal Lead.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Leads/Road To Ascend.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Leads/Sine Lead.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Leads/Sounds Like it.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Leads/Undefined Encryption.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Pads/Neverending.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Plucks/Bandpass Pluck.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Plucks/Dreams And Sweets.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Plucks/Heavenly Abstractness.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Plucks/Kaefkesque Error.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Plucks/Lost In An Underground Paradise.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Plucks/Psychedelic Future.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Plucks/Uncertain Disclosure.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Rhythms/Floating In A Rhythm.fxp +%%DATADIR%%/patches_3rdparty/Kyurumi/Rhythms/Technological Escapings.fxp +%%DATADIR%%/patches_3rdparty/Luna/Atmospheres/Alias Digital Atmosphere.fxp +%%DATADIR%%/patches_3rdparty/Luna/Atmospheres/Alias Glass Voice 1.fxp +%%DATADIR%%/patches_3rdparty/Luna/Atmospheres/Alias Glass Voice 2.fxp +%%DATADIR%%/patches_3rdparty/Luna/Atmospheres/Alias Glass Voice 3.fxp +%%DATADIR%%/patches_3rdparty/Luna/Atmospheres/Pretty Fifth.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Acid.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Acidic Warp.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Alias Notch Bass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Basic Acid.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Better FM Bass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Chonky Analog Bass 1.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Chonky Analog Bass 2.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/FM Donk.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Kinda Moogish Fifth.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Notch Like FM.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/SK Acid.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Scorcher.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Screamy Bass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Slap Bass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Synthwave.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Vaguely Latelyish.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Vocal Saw.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Waveshaper Bass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Basses/Wide Bass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Bells/Taco Bell.fxp +%%DATADIR%%/patches_3rdparty/Luna/Bells/Tubular Bellsish But Less.fxp +%%DATADIR%%/patches_3rdparty/Luna/Bells/Tubular Bellsish But Zeroish.fxp +%%DATADIR%%/patches_3rdparty/Luna/Bells/Tubular Bellsish.fxp +%%DATADIR%%/patches_3rdparty/Luna/Bells/Twist Bell.fxp +%%DATADIR%%/patches_3rdparty/Luna/Brass/Analog Brass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Brass/Brassy Sync.fxp +%%DATADIR%%/patches_3rdparty/Luna/Brass/Fat Brass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Brass/Saw Difference Brass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Brass/Silly Brass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Brass/Wavetable Brass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Drums/Big Grimy Kick w Wobble.fxp +%%DATADIR%%/patches_3rdparty/Luna/Drums/Big Kick w Wobble.fxp +%%DATADIR%%/patches_3rdparty/Luna/Drums/Big Kick.fxp +%%DATADIR%%/patches_3rdparty/Luna/Drums/NES Kick.fxp +%%DATADIR%%/patches_3rdparty/Luna/Drums/Noise Snare 1.fxp +%%DATADIR%%/patches_3rdparty/Luna/Drums/Noise Snare 2.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Alias Data Reso.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Alias MSEG.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Alias Sync Digital Hell Portal.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Alien Search Drone.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Ambience Noise.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Cuckoo Filters.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Filter Chaos 1.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Filter Chaos 2.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Knives & Forks.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Paranoid Mumbling.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Wobbler Filthy 1.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Wobbler Filthy 2.fxp +%%DATADIR%%/patches_3rdparty/Luna/FX/Wobbler.fxp +%%DATADIR%%/patches_3rdparty/Luna/Guitars/Awful FM Guitar.fxp +%%DATADIR%%/patches_3rdparty/Luna/Guitars/Synth Guitarish.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Alias Glass Piano 1.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Alias Glass Piano 2.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Alias Glass Piano 3.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Alias Piano Pad.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Clavish.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/DCO Piano.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Electric Nightmares.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/FM Electric Piano.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/FM Piano Stack.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Purple Castle.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Rave Keys.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Ring Mod Saw Difference.fxp +%%DATADIR%%/patches_3rdparty/Luna/Keys/Vaguely Rhodesish.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/96 Osc Supersaw.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/96 Osc Violin.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Alias Supersaw.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Alias Sync WTF Guitar.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Big Bright Bells.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Big Brightness.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Gameboy Alias.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Gameboy.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Genesis-y Lead.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/JP8K Supersaw.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Melody Saw.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Moogy Staccato.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Paraphonic NL Bandpass Lead.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Synchroniser.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/The Insects.fxp +%%DATADIR%%/patches_3rdparty/Luna/Leads/Tofu Delivery.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/Cinematic Glass.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/Expressive Keys 1.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/Expressive Keys 2.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/Expressive Keys 3.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/FM Trumpet.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/FM Twang 1.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/FM Twang 2.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/Lap Harp.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/Paraphonic Cutoff Warp.fxp +%%DATADIR%%/patches_3rdparty/Luna/MPE/Unstable Warp.fxp +%%DATADIR%%/patches_3rdparty/Luna/Organs/Another Additive Organ.fxp +%%DATADIR%%/patches_3rdparty/Luna/Organs/Leslied Organ.fxp +%%DATADIR%%/patches_3rdparty/Luna/Pads/Chord Disintegrator.fxp +%%DATADIR%%/patches_3rdparty/Luna/Pads/Starfall.fxp +%%DATADIR%%/patches_3rdparty/Luna/Pads/String Pad.fxp +%%DATADIR%%/patches_3rdparty/Luna/Plucks/Acidic Feedback Plonk.fxp +%%DATADIR%%/patches_3rdparty/Luna/Plucks/Feedback Plonk.fxp +%%DATADIR%%/patches_3rdparty/Luna/Plucks/Pulse String.fxp +%%DATADIR%%/patches_3rdparty/Luna/Plucks/Sine Drops.fxp +%%DATADIR%%/patches_3rdparty/Luna/Rhythms/Dejitaru no Yume.fxp +%%DATADIR%%/patches_3rdparty/Luna/Rhythms/Modern Silk Allpass S&H.fxp +%%DATADIR%%/patches_3rdparty/Luna/Rhythms/Paraphonic NL Bandpass S&H.fxp +%%DATADIR%%/patches_3rdparty/Luna/Rhythms/Portal Vibes.fxp +%%DATADIR%%/patches_3rdparty/Luna/Sequences/10K Modular.fxp +%%DATADIR%%/patches_3rdparty/Luna/Sequences/Digital Bass.fxp +%%DATADIR%%/patches_3rdparty/Luna/Sequences/Psychedelic Silver Box.fxp +%%DATADIR%%/patches_3rdparty/Luna/Strings/Alias Syn Strings.fxp +%%DATADIR%%/patches_3rdparty/Luna/Strings/Badly Sampled Game.fxp +%%DATADIR%%/patches_3rdparty/Luna/Strings/Somewhat Rather Silky.fxp +%%DATADIR%%/patches_3rdparty/Luna/Strings/Synthier Strings.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Alias Ambience Piano.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Alias Ambience.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Alias Voice.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Basic DCO Polysynth.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Big Brightness Pad Release.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Efficient Poly.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Poly Dreams.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Sweet Dreams.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/The Future Starts With You.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Wavetable Warp.fxp +%%DATADIR%%/patches_3rdparty/Luna/Synths/Window Warp.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Basses/Bass Bloom.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Basses/Concussion 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Basses/Concussion 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Basses/Jazz Man.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Basses/Mountains.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Basses/Pick.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Basses/Picked Bass.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Bells/Bell Tap.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Bells/Bell Tom.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Bells/Bucket.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Bells/Impact.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Brass/Clean Trumpet.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Brass/Dirty Trumpet.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Brass/Swell.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Brass/Tan.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Brass/Tuba.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Brush.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Cymbals Edge.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Cymbals.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Gong.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Hi-Hat Loose.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Hi-Hat.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Inharmonic Attack 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Inharmonic Attack 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Jerry.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Kick 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Kick 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Octaban.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Ride Heavy.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Ride.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Snare Circus.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Snare Dry.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Snare Pure.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Snare.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Splash 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Splash 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Tom 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Tom 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Tom Floor.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Tom Tom.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Drums/Tuning Drums.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/FX/Bird Chirp 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/FX/Bird Chirp 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/FX/Bird Chirp 3.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/FX/Car.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/FX/Sword Fight.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Guitars/Guitar 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Guitars/Guitar 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Guitars/Guitarish.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Guitars/Half Acoustic.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Guitars/Picky Guitar.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Guitars/Wah Guitar.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Keys/Blur.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Keys/Slur.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Keys/Soft Key.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Keys/Tango 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Keys/Tango 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Leads/Bird Song.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Leads/Ghost.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Leads/Joke.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Leads/Plus Minus.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Organs/Air.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Organs/Chick 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Organs/Chick 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Organs/Churchlike.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Strings/Chamber Strings.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Strings/Short Staccato.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Strings/Solo Cello.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Strings/String Illusion.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Winds/Bagpipes.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Winds/Bass Clarinet 1.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Winds/Bass Clarinet 2.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Winds/Contrabassoon.fxp +%%DATADIR%%/patches_3rdparty/Malfunction/Winds/Rusty.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Arps/Demon Power.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Agressor.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Basted Lead.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Black Betty.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Chicago.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/China Long.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Crash Attack.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Crazy.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Deep Stack.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Dista Bass.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Drunky.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Dusty Road.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Dynamic Sawer.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Electro Shock.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/FM Structure.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Fidget.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Fretless Bass.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Grizzly.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Hemera.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Hoover FM.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Juno Fire.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Key Station.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Morphine.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Odionis.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Phantom.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Plastic Dream.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Poolpad.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Rubber Bass.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Scrambler.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Serious Step.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Shot Gun.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Slide Note.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Sortier.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Strange Frog.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Strekoza.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Striply Saw.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Strode Impulse.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Super Stap.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Basses/Wooden Alien.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/FX/Noise Crash 1.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/FX/Noise Crash 2.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/FX/Pong Keys.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/FX/Soloid Hit.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/FX/Sweep Noise Out.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/FX/Sweep Noise Up-Down.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Angel Pluck.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Benassi Bros.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Blue Whale Organ.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Brunto Chords.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Caspian Sea.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/China Dream.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Crackle Organ.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Dream Plucks.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Electro Cricket.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Marimba.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Modern FM Bells.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Phone Drops.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Keys/Popcorn 2K.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Leads/5th House.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Leads/Chicago Key.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Leads/Demon Here.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Leads/Huge Saw.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Leads/Involved Crunch.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Leads/Modular.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Leads/Some Lead.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Pads/Brass Pad.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Pads/Nightmare.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Pads/Purple Ocean.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Pads/Saw Sweeper.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Pads/Scary Pad.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Pads/Sorrowful.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Sequences/Brain Out.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Sequences/Dark Knight.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Splits/Ana Bass Pluck.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Strings/Orchestral Trombone.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Synths/Adrenaline.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Synths/Dream Drops.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Synths/Forest Angels.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Synths/Moon Piano.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Synths/Morrowind.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Synths/Mystery Grotto.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Synths/Pushing Ocean.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Synths/Regressive Notes.fxp +%%DATADIR%%/patches_3rdparty/Nick Moritz/Synths/Space Stranger.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/Drones/Lost In Electric Woods.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/FX/Singing Space Saw.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/FX/Slow-mo Samurai.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/Keys/Busted Echobox.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/Keys/Kinda Fearless FM.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/Keys/Something Clangy.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/Leads/Back To Tyrell.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/Leads/Bagpipes Plugged In.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/Leads/Electric Leady Land.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/Leads/Rubberband Fight.fxp +%%DATADIR%%/patches_3rdparty/Noisegeek/Plucks/Skyscraper Harp.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Atmospheres/Ambient Duda.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Atmospheres/Surreal Craft.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Atmospheres/Texture 1.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Atmospheres/Texture 2.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Atmospheres/Texture 3.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Alternative.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Attack Chorus.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Barrell.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Character.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Distort.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/EDM.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Electronic.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Experimental.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Expo.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/FM Stalactite.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Industrial.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Metallic Electro.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Metallic FM.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/POP.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Phaser Modular.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Porta Dist.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Staccato.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Standard.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Tone Reso.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Basses/Trip Bass.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Boom.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Forma.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Horror.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Hroost.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Noise Combo.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Noise Up.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Noise.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Perehod.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Pitch Model.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Rotor.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/FX/Tour.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Keys/Destructive Piano.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Keys/Gluckophone.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Leads/Chill Duda.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Leads/Flute Designer.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Leads/Panflute.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Leads/Space Viola.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Leads/Tuba Cello.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Pads/Assistant.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Pads/Favor.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Pads/Orc.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Pads/Sphere.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Pads/Texture Space.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Aiwa.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Aliance.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Clap Electro.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Cuprun.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Dark.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Etnic.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Flanger Hat.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Hat Electro.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Hat WT.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Herack.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Kick Body Model.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Kick Solar.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Metal Percussion.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Pluck.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Resonator.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Room AIW.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Short Snare.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Signal.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Surreal Percussion.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Percussion/Technology.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Combination Yeah.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Eldorado.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Experiment Clock.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Hybrid String.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Neuro Mini.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Noise Make.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/PSY.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Pluck Control.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Suspession.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Symbiosis.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Tremor.fxp +%%DATADIR%%/patches_3rdparty/Psiome Send Sound/Synths/Xylo Chill.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Basses/Abstract Wonder.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Basses/Bass Tuba.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Bells/Bell Tower.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Bells/Clangy.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/FX/Bird Chirps.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/FX/Deep Note.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/FX/Distant Droplet.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Pads/Karplus Pulse.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Crash Clang.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Crash Trash.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Household Metallic.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Kalimba Attempt.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Kick Clean.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Simple Click.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Simple Shaker.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Simple Stick.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Snare.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Thump Basses.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Thump Conga.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Percussion/Thump Kick.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Plucks/Mixed Feelings.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Plucks/Music Box.fxp +%%DATADIR%%/patches_3rdparty/Rare Earth/Synths/Poly Drama.fxp +%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/Keys/LS Wurly.fxp +%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/Leads/LS Blues Harmonica.fxp +%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/Leads/LS Hollow Tubes.fxp +%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/Leads/LS Lead Guitar 1.fxp +%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/Leads/LS Lead Guitar 2.fxp +%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/Leads/LS Lead Guitar Shrill.fxp +%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/Leads/LS Lead Guitar Y - Wah.fxp +%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/Leads/LS Z - Filter, Y - Pulsewidth.fxp +%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/Leads/LS Z - Octave, Y - Chorus.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Badass D'n'B Bass 1.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Badass D'n'B Bass 2.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Click Bass.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Evil From The Deep.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/FM Wob Bass.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/God Gave Me Bad Acid.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Industry.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/LC Bass.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Natural Bass.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Nu Skool Bass 1.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Nu Skool Bass 2.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Tight FM Bass.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Trance Seq Bass.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Basses/Useful Bass.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Bells/Enchanted.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Bells/Hell's Bells.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Chords/6 Osc Stab.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Chords/M25 Stab.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Chords/Old Skool Detroit Minor Stab.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/FX/Insectisoid.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/FX/Modularity.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/FX/Night Vision.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/FX/OOOOOoooooh Scary.....fxp +%%DATADIR%%/patches_3rdparty/Rozzer/FX/Pinhole.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/FX/She Cannae Take It.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Keys/Cute.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Keys/DX Tonez.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Keys/Fairy Dust.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Keys/Real Ether.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Keys/Sunday Organist.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Keys/Sweet Child.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Leads/Dark Heart.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Leads/Delicious Square.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Leads/Far Away Places.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Leads/Fast Fingers.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Leads/He Never Lost His Hardcore.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Leads/Prog Rock Octave Lead.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Leads/Tuff Enough .fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Leads/Unisono MW AT.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Pads/Super Thick Strings.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Pads/Symphonic Strings.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Plucks/JP80x0 Pluck.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Rhythms/Disco!.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Rhythms/Sync Alarm!.fxp +%%DATADIR%%/patches_3rdparty/Rozzer/Rhythms/Twisted.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/5th Harmonics.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Harmonic Blast.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Melodic Grains.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Ocean Shimmer 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Ocean Shimmer 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Ocean Shimmer 3.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Shimmer.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Signal Particles.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Simple Particles.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Wetness Particles 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Wetness Particles 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Atmospheres/Wetness Particles 3.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/5th Dirt.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass Accident.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass FX 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass FX 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass Guitar 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass Guitar 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass Guitar 3.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass Guitar 4.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass Guitar 5.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass Guitar 6.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass Guong 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Bass Guong 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Dirt Bass.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Dusty Bass 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Dusty Bass 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Gigantic Bass 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Gigantic Bass 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Happy Bass 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Happy Bass 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Neuro Grease.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Perc Bass 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Perc Bass 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Predator Talking 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Predator Talking 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Rude Bass.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Saw Wob.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Sub Perc.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Basses/Sub Talk.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Bells/Chime Melodies.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Hats 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Hats 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Kick Analog 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Kick Analog 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Kick Analog 3.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Kick Thumper.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Kick Variety .fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Shakers.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Snare 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Snare 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Snare 3.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Toms 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Toms 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Drums/Toms Electric.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Bacon Frying.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Bird Squawk.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Chiller Bell FX.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Cyber Deep Stab 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Cyber Deep Stab 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Electrical Interference.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Granular Stretches.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Night Life.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Random Bass FX.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Reverse Breath 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Reverse Breath 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Reverse Breath 3.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Scary.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Spirits Of Air 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Spirits Of Air 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Water Tank.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Wild Stab 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/FX/Wild Stab 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Guitars/Goodbye Rock.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Guitars/Shimmer Guitar.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Keys/Aquatique.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Keys/Heavy Keys.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Keys/Holiday Chords.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Keys/Quick Steel Drum.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Keys/Understated.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Leads/Clouds Ana Lead .fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Leads/Grindy.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Leads/Lost Lead.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Leads/Machining.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Leads/Some Analog.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Leads/Turnout.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Mallets/Mallet Finally!.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Pads/Choir Space .fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Pads/Deep Space.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Pads/Super Swell.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Percussion/Another Perc Thing.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Percussion/Djembeish 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Percussion/Djembeish 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Percussion/Kalimba Hang Drum.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Percussion/Kalimba.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Percussion/Tribe.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Percussion/Wind Chime.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Plucks/Classic Arp.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Plucks/Little Pluck.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Rhythms/Bellish Shape Shimmer.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Rhythms/Choir For Tape.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Rhythms/Choir Pad.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Rhythms/Machine Jam.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Rhythms/Massive Pad 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Rhythms/Massive Pad 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Rhythms/Particles For Chords.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Sequences/Bouncy Surge.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Sequences/Cars.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Sequences/Musical Pulses.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Sequences/Percussive Shuffle.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Sequences/Percy Pluck.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Strings/Tremolo Viola Section 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Strings/Tremolo Viola Section 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Synths/Bell Square 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Synths/Bell Square 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Synths/Texture Fractals.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Winds/Basseridoo 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Winds/Basseridoo 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Winds/Closeup Clarinet 1.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Winds/Closeup Clarinet 2.fxp +%%DATADIR%%/patches_3rdparty/Slowboat/Winds/Flutily.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Basses/Bass MW.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Basses/Body Bass.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Basses/Evil Mono Bass.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Basses/FM Bass Lead.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Basses/Sequenced Psy Bass.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Basses/Wet Bass.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Leads/FM Flute.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Leads/Hoove.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Leads/Naggy Bee Lead.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Pads/Analog Pad.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Pads/Cold Seq Pad.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Pads/Out There.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Pads/Trance Pad 1.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Pads/Trance Pad 2.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Plucks/Playing With Filters.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Plucks/Techno Stab.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Plucks/Trance Pluck.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Plucks/VA Morph Wheel.fxp +%%DATADIR%%/patches_3rdparty/Stefan Singer/Plucks/Velo VA.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Basses/Abomination.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Basses/Analog Foundation.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Basses/Artificial Intelligence.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Basses/Modern Solutions.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Basses/Rude Individual.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Basses/Vacuum.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Bells/Mystical Creature.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Chords/Dust Mote.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Clap - Noise Layer.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Hi-Hat - Phase Noise.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Kick - Ampere.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Kick - Arcade.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Kick - Bold Sine.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Kick - Classic.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Kick - In Your Face.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Kick - Transistor.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Snare - Basic Drive.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Snare - Classic.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Drums/Snare - Synthetic.fxp +%%DATADIR%%/patches_3rdparty/TNMG/FX/Noisy Record.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Leads/Acid Gizmo.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Aero.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Ambient Occlusion.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Cryo Chamber.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Digital Domain.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/In Motion.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Motion Picture.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Nebulae.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Negative Space.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Proudly Digital.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Reflections.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Pads/Translucent.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Percussion/Bovinae.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Percussion/Electro Rimshot.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Percussion/Synth Tom.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Percussion/Zapped.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Plucks/Dream State.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Plucks/Ghost Notes.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Plucks/Millennium.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Plucks/Retro Wave.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Plucks/Suppressor.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Polysynths/Synth Basics.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Sequences/Mid Layer.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Sequences/One Note IDM.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Soundscapes/Andromeda.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Soundscapes/Chaos Theory.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Soundscapes/Memescape.fxp +%%DATADIR%%/patches_3rdparty/TNMG/Vox/Surge Synthesizer.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Basses/AI's Revenge.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Basses/Dirty.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Basses/Electro.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Basses/Electronic Monster.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Basses/Saw-Sweep.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Basses/Squelchy Square.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Basses/Voltage Bees.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Basses/Waw.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/FX/I Am Your Father.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Keys/Agitated Fifths.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Keys/Blue Lines, Red Lights 1.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Keys/Blue Lines, Red Lights 2.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Keys/Combulabug.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Keys/Electric Organ.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Keys/Electronic Pipe.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Keys/Half Broken Air Piano.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Keys/So Appalled.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Keys/Viva La Trance.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/80s Brass.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Beth's Breath.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Bouncing Octaves.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/CS-80.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Classic Warm Jupiters.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Digitally Analog.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Filter Sweep.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Magic Madness.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Multi-Timbral.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/New Age.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/New Pad.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Orion Strings.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Thicc Pad.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Triad Expert.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Pads/Under The Sea.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Plucks/Anjunabeats 2007.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Plucks/Play High Or Low.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Plucks/Super Pluck.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Plucks/Wooden Glass.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Sequences/Acid Buzz.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Sequences/Chord Me.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Sequences/Sequenced Bass & Pad.fxp +%%DATADIR%%/patches_3rdparty/Vincent Zauhar/Winds/Another Flute.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/808 Builder A.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/But Clean The DC.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/Capitalize On Older WTs.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/FM Frog.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/Floored.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/Garage Depth.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/I Can Kinda Be Chordish.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/Low Problems.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/Morphable Donk.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/Primitive Reese.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/RETRO HAKKOO.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Basses/Uuu-waaaa.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Chords/Beautiful Nightmare.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Chords/Bemasaw.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Chords/If You Don't Need Me Then Let Me Go.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Chords/Simple Emotional Reeds.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Chords/VHS Organ.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Chords/You Are Incompatible.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Drums/Hakko Kick.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Drums/Modular Drum.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Drums/Nice Clicks Perc.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Drums/Proper Kick.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Drums/Simple Snare.fxp +%%DATADIR%%/patches_3rdparty/Vospi/FX/Atonal Computers.fxp +%%DATADIR%%/patches_3rdparty/Vospi/FX/White Noise Flutter.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Keys/Beauty Organ.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Keys/EP Forest.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Keys/EP Middle.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Keys/Found In A Closet.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Keys/Picked Driven Synth.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Keys/Spectacularly Simple Brass.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Keys/Starchild.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Keys/The Softest.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Keys/Truly A Background.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Leads/Mystique Power.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Leads/Nice And Elegant Retro.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Leads/Open Retro Lead.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Pads/CPU Hog.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Pads/Hold A Lot Of Notes.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Pads/Moving World.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Pads/Stillness In Time.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Plucks/Come Closer.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Plucks/Flat Computer Marimba.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Plucks/Popcorn Pluck.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Sequences/Harmony Chords + Synth Top.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Sequences/Harmony Chords.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Sequences/Retrochords.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Sequences/Retrovictory.fxp +%%DATADIR%%/patches_3rdparty/Vospi/Sequences/Works As A Reesey String Motive.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Basses/Artificial Bass.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Basses/Chimera.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Basses/Pocket Bass.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Brass/Cloud Horn.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Brass/Multifaced Ensemble.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/FX/Broken Furbi.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Leads/Granular Saw.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Leads/Saturn Saw.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Pads/Azure Sky.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Pads/Biosphere.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Pads/Breeze.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Pads/Crystals.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Pads/Dial Chip.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Pads/Fireflies.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Pads/Planar Device.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Pads/Reflections.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Plucks/Cyan Sky.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Sequences/Mechanical Child.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Sequences/Shroom Party.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Sequences/Shroom Sequence.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Sequences/Sluggish.fxp +%%DATADIR%%/patches_3rdparty/Xenofish/Splits/Dreamscape.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Atmospheres/Brain Stem.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Atmospheres/Chewsy.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Atmospheres/Crossover.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Atmospheres/Dissonance.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Bibass.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Black Hawk.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Disabled.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Drill.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Elephant Shock.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Fizzy.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Godfather.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Growl.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Hesitant.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Mindfunk.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Open Up.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Pasty.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Quick 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Quick 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Rip Fat.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Shuttle 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Shuttle 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Basses/Tired Double.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/FX/Arrival.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/FX/Braqo WT.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/FX/Raft.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/FX/Shortwave.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Keys/Clavish.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Keys/Plaything.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Keys/Station.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Add Wind.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Ahead.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Benny.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Bottlefly.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Charmer Wah.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Charmer.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Clingy.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Conflict.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Current.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Expansion 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Expansion 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Fish.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Flutter.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Frontal.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Gurgle.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Higher.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Iceover.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/In The Water.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Meltdown.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Modified.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Modrops 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Modrops 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Mute.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Neustation.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Partite.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Quickspit.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Seesaw.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Segur.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Spacious.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Streetsweeper.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Swamp 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Swamp 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Tragic.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Triumph.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Twitter.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Unleaded.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Unstable.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Leads/Wave Bye.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Pads/Coldness 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Pads/Coldness 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Pads/Coldness 3.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Pads/Oncoming.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Plucks/Boing 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Plucks/Boing 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Plucks/Conjurer.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Plucks/Icy Pluck.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Plucks/Suffer.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Plucks/Wall Eye.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Rhythms/Goose.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Rhythms/Intruder.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Rhythms/Jumper.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Rhythms/Lazy Motion.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Rhythms/Nightcrawler.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Rhythms/Ventricle 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Rhythms/Ventricle 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Soundscapes/Glow 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Soundscapes/Glow 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Soundscapes/Harshness.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Soundscapes/Jimson.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Soundscapes/Plectrum 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Soundscapes/Plectrum 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Soundscapes/Starfield.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Soundscapes/Static.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Soundscapes/Warble.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Splits/Hilo.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Vox/Hell Choir 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Vox/Hell Choir 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Vox/Munchkin 1.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Vox/Munchkin 2.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Vox/Munchkin 3.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Vox/Release Me.fxp +%%DATADIR%%/patches_3rdparty/Zoozither/Vox/Whisper.fxp +%%DATADIR%%/patches_factory/Basses/Attacky.fxp +%%DATADIR%%/patches_factory/Basses/Bass 1.fxp +%%DATADIR%%/patches_factory/Basses/Bass 2.fxp +%%DATADIR%%/patches_factory/Basses/Bass 3.fxp +%%DATADIR%%/patches_factory/Basses/Bass 4.fxp +%%DATADIR%%/patches_factory/Basses/Bass 5.fxp +%%DATADIR%%/patches_factory/Basses/Behemoth.fxp +%%DATADIR%%/patches_factory/Basses/Crush Bass.fxp +%%DATADIR%%/patches_factory/Basses/Deep End.fxp +%%DATADIR%%/patches_factory/Basses/Digibass.fxp +%%DATADIR%%/patches_factory/Basses/Dist Bass 1.fxp +%%DATADIR%%/patches_factory/Basses/Dist Bass 2.fxp +%%DATADIR%%/patches_factory/Basses/Distorted Bass.fxp +%%DATADIR%%/patches_factory/Basses/Distorted FM.fxp +%%DATADIR%%/patches_factory/Basses/Distorted MW.fxp +%%DATADIR%%/patches_factory/Basses/Doomsday.fxp +%%DATADIR%%/patches_factory/Basses/E-Bass.fxp +%%DATADIR%%/patches_factory/Basses/Eighties Drone.fxp +%%DATADIR%%/patches_factory/Basses/Evilous.fxp +%%DATADIR%%/patches_factory/Basses/FM Bass 1.fxp +%%DATADIR%%/patches_factory/Basses/FM Bass 2.fxp +%%DATADIR%%/patches_factory/Basses/FM Bass 3.fxp +%%DATADIR%%/patches_factory/Basses/FM Bass 4.fxp +%%DATADIR%%/patches_factory/Basses/FM Bass 5.fxp +%%DATADIR%%/patches_factory/Basses/FM Bass 6.fxp +%%DATADIR%%/patches_factory/Basses/FM Combo.fxp +%%DATADIR%%/patches_factory/Basses/FM Slap.fxp +%%DATADIR%%/patches_factory/Basses/Fingered.fxp +%%DATADIR%%/patches_factory/Basses/Helmeto.fxp +%%DATADIR%%/patches_factory/Basses/Lord Sawtooth.fxp +%%DATADIR%%/patches_factory/Basses/Mellow.fxp +%%DATADIR%%/patches_factory/Basses/Metal Square.fxp +%%DATADIR%%/patches_factory/Basses/Mmm... Pointy!.fxp +%%DATADIR%%/patches_factory/Basses/Piano Bass.fxp +%%DATADIR%%/patches_factory/Basses/Plain.fxp +%%DATADIR%%/patches_factory/Basses/Ring Mayhem.fxp +%%DATADIR%%/patches_factory/Basses/Rubber Bass.fxp +%%DATADIR%%/patches_factory/Basses/Rumble.fxp +%%DATADIR%%/patches_factory/Basses/Saw Lo-Fi.fxp +%%DATADIR%%/patches_factory/Basses/Schnell.fxp +%%DATADIR%%/patches_factory/Basses/Slow.fxp +%%DATADIR%%/patches_factory/Basses/Smoothie.fxp +%%DATADIR%%/patches_factory/Basses/Square Bass.fxp +%%DATADIR%%/patches_factory/Basses/Squared.fxp +%%DATADIR%%/patches_factory/Basses/Stable.fxp +%%DATADIR%%/patches_factory/Basses/Static 1.fxp +%%DATADIR%%/patches_factory/Basses/Static 2.fxp +%%DATADIR%%/patches_factory/Basses/Stone.fxp +%%DATADIR%%/patches_factory/Basses/Sub 1.fxp +%%DATADIR%%/patches_factory/Basses/Sub 2.fxp +%%DATADIR%%/patches_factory/Basses/Sub 3.fxp +%%DATADIR%%/patches_factory/Basses/Sub 4.fxp +%%DATADIR%%/patches_factory/Basses/Sub Square.fxp +%%DATADIR%%/patches_factory/Basses/Tacky 1.fxp +%%DATADIR%%/patches_factory/Basses/Tacky 2.fxp +%%DATADIR%%/patches_factory/Basses/Theme.fxp +%%DATADIR%%/patches_factory/Basses/WT Bass.fxp +%%DATADIR%%/patches_factory/Basses/Wide Bassline.fxp +%%DATADIR%%/patches_factory/Basses/Width.fxp +%%DATADIR%%/patches_factory/Brass/Brassy.fxp +%%DATADIR%%/patches_factory/Brass/Buggy Brass.fxp +%%DATADIR%%/patches_factory/Brass/Crisp Noise Brass.fxp +%%DATADIR%%/patches_factory/Brass/JX-10 Double Brass.fxp +%%DATADIR%%/patches_factory/Brass/OB-8 Jump.fxp +%%DATADIR%%/patches_factory/Brass/Plastic Brass.fxp +%%DATADIR%%/patches_factory/Brass/Reso Brassy.fxp +%%DATADIR%%/patches_factory/Brass/Synth Brass 1.fxp +%%DATADIR%%/patches_factory/Brass/Synth Brass 2.fxp +%%DATADIR%%/patches_factory/Brass/Synth Brass 3.fxp +%%DATADIR%%/patches_factory/Brass/Toto Brass.fxp +%%DATADIR%%/patches_factory/Chords/Inharmonic Stab.fxp +%%DATADIR%%/patches_factory/Chords/Maj-Min Saw.fxp +%%DATADIR%%/patches_factory/Chords/Maj-Min Stab.fxp +%%DATADIR%%/patches_factory/Chords/Major 7 MkI.fxp +%%DATADIR%%/patches_factory/Chords/Major 7 MkII.fxp +%%DATADIR%%/patches_factory/Chords/Minor 7.fxp +%%DATADIR%%/patches_factory/Chords/Minor Chord Retro Stab.fxp +%%DATADIR%%/patches_factory/Chords/Tek Stab.fxp +%%DATADIR%%/patches_factory/FX/Aggero.fxp +%%DATADIR%%/patches_factory/FX/Alarm.fxp +%%DATADIR%%/patches_factory/FX/Aliens.fxp +%%DATADIR%%/patches_factory/FX/Bork.fxp +%%DATADIR%%/patches_factory/FX/Busy.fxp +%%DATADIR%%/patches_factory/FX/Chaotry.fxp +%%DATADIR%%/patches_factory/FX/Crackling.fxp +%%DATADIR%%/patches_factory/FX/DTMF.fxp +%%DATADIR%%/patches_factory/FX/Damage Dealer.fxp +%%DATADIR%%/patches_factory/FX/Die-ie-ie.fxp +%%DATADIR%%/patches_factory/FX/Dishonest.fxp +%%DATADIR%%/patches_factory/FX/Evil Sucker Seq.fxp +%%DATADIR%%/patches_factory/FX/Fireworks.fxp +%%DATADIR%%/patches_factory/FX/Fry's Holophoner.fxp +%%DATADIR%%/patches_factory/FX/Geiger.fxp +%%DATADIR%%/patches_factory/FX/Harm.fxp +%%DATADIR%%/patches_factory/FX/Health Care.fxp +%%DATADIR%%/patches_factory/FX/Metal Pluck.fxp +%%DATADIR%%/patches_factory/FX/Radio Noise.fxp +%%DATADIR%%/patches_factory/FX/Rather Low.fxp +%%DATADIR%%/patches_factory/FX/Space Adventure 1.fxp +%%DATADIR%%/patches_factory/FX/Space Adventure 2.fxp +%%DATADIR%%/patches_factory/FX/Space Cadet.fxp +%%DATADIR%%/patches_factory/FX/Spooky Fish.fxp +%%DATADIR%%/patches_factory/FX/Unsettler.fxp +%%DATADIR%%/patches_factory/FX/Vinyl.fxp +%%DATADIR%%/patches_factory/Keys/Artificial 1.fxp +%%DATADIR%%/patches_factory/Keys/Artificial 2.fxp +%%DATADIR%%/patches_factory/Keys/Church.fxp +%%DATADIR%%/patches_factory/Keys/Circus 1.fxp +%%DATADIR%%/patches_factory/Keys/Circus 2.fxp +%%DATADIR%%/patches_factory/Keys/DX EP.fxp +%%DATADIR%%/patches_factory/Keys/Digi Harpsi.fxp +%%DATADIR%%/patches_factory/Keys/Dirt.fxp +%%DATADIR%%/patches_factory/Keys/EP 1.fxp +%%DATADIR%%/patches_factory/Keys/EP 2.fxp +%%DATADIR%%/patches_factory/Keys/Experiment.fxp +%%DATADIR%%/patches_factory/Keys/House Organ.fxp +%%DATADIR%%/patches_factory/Keys/Organ 1.fxp +%%DATADIR%%/patches_factory/Keys/Organ 2.fxp +%%DATADIR%%/patches_factory/Keys/Organ 3.fxp +%%DATADIR%%/patches_factory/Keys/Soft Suitcase.fxp +%%DATADIR%%/patches_factory/Leads/Acidofil.fxp +%%DATADIR%%/patches_factory/Leads/Agroculture.fxp +%%DATADIR%%/patches_factory/Leads/Asymptote.fxp +%%DATADIR%%/patches_factory/Leads/Bad Childhood.fxp +%%DATADIR%%/patches_factory/Leads/Banjo Remains.fxp +%%DATADIR%%/patches_factory/Leads/Banter.fxp +%%DATADIR%%/patches_factory/Leads/Bee.fxp +%%DATADIR%%/patches_factory/Leads/Bitten.fxp +%%DATADIR%%/patches_factory/Leads/Boll.fxp +%%DATADIR%%/patches_factory/Leads/Broken One.fxp +%%DATADIR%%/patches_factory/Leads/Butter.fxp +%%DATADIR%%/patches_factory/Leads/Caveman.fxp +%%DATADIR%%/patches_factory/Leads/Cell.fxp +%%DATADIR%%/patches_factory/Leads/Chatter.fxp +%%DATADIR%%/patches_factory/Leads/Classic Lead 1.fxp +%%DATADIR%%/patches_factory/Leads/Classic Lead 2.fxp +%%DATADIR%%/patches_factory/Leads/Classical.fxp +%%DATADIR%%/patches_factory/Leads/Clean Shit.fxp +%%DATADIR%%/patches_factory/Leads/Condom.fxp +%%DATADIR%%/patches_factory/Leads/Cottage.fxp +%%DATADIR%%/patches_factory/Leads/Cray.fxp +%%DATADIR%%/patches_factory/Leads/Crisp PWM.fxp +%%DATADIR%%/patches_factory/Leads/DNA Sequencer.fxp +%%DATADIR%%/patches_factory/Leads/Digi It.fxp +%%DATADIR%%/patches_factory/Leads/Digi Portalead.fxp +%%DATADIR%%/patches_factory/Leads/Distortionworks.fxp +%%DATADIR%%/patches_factory/Leads/Dome.fxp +%%DATADIR%%/patches_factory/Leads/Duck and Cover.fxp +%%DATADIR%%/patches_factory/Leads/Eight.fxp +%%DATADIR%%/patches_factory/Leads/Etwas.fxp +%%DATADIR%%/patches_factory/Leads/FM Is Growing On Me.fxp +%%DATADIR%%/patches_factory/Leads/FM Rock.fxp +%%DATADIR%%/patches_factory/Leads/Fairy.fxp +%%DATADIR%%/patches_factory/Leads/Flawed Science.fxp +%%DATADIR%%/patches_factory/Leads/Fluff.fxp +%%DATADIR%%/patches_factory/Leads/Formant Pulse.fxp +%%DATADIR%%/patches_factory/Leads/Fuji.fxp +%%DATADIR%%/patches_factory/Leads/Fundament.fxp +%%DATADIR%%/patches_factory/Leads/Fyllo Dual.fxp +%%DATADIR%%/patches_factory/Leads/Gallium Arsenic.fxp +%%DATADIR%%/patches_factory/Leads/Generic.fxp +%%DATADIR%%/patches_factory/Leads/Gliss Lead.fxp +%%DATADIR%%/patches_factory/Leads/Harsh.fxp +%%DATADIR%%/patches_factory/Leads/Harsher.fxp +%%DATADIR%%/patches_factory/Leads/Hippo.fxp +%%DATADIR%%/patches_factory/Leads/Hof.fxp +%%DATADIR%%/patches_factory/Leads/In The Distance.fxp +%%DATADIR%%/patches_factory/Leads/Kilkenny.fxp +%%DATADIR%%/patches_factory/Leads/Koala 1.fxp +%%DATADIR%%/patches_factory/Leads/Koala 2.fxp +%%DATADIR%%/patches_factory/Leads/Kurasu.fxp +%%DATADIR%%/patches_factory/Leads/Labcoat.fxp +%%DATADIR%%/patches_factory/Leads/Later.fxp +%%DATADIR%%/patches_factory/Leads/Legoland.fxp +%%DATADIR%%/patches_factory/Leads/Lera.fxp +%%DATADIR%%/patches_factory/Leads/Light.fxp +%%DATADIR%%/patches_factory/Leads/Log Log.fxp +%%DATADIR%%/patches_factory/Leads/Long Stocking.fxp +%%DATADIR%%/patches_factory/Leads/Markov.fxp +%%DATADIR%%/patches_factory/Leads/Moogy Saw.fxp +%%DATADIR%%/patches_factory/Leads/Mosquito.fxp +%%DATADIR%%/patches_factory/Leads/Motion.fxp +%%DATADIR%%/patches_factory/Leads/Mundane.fxp +%%DATADIR%%/patches_factory/Leads/Nastyfication.fxp +%%DATADIR%%/patches_factory/Leads/Not Nearly As Harsh.fxp +%%DATADIR%%/patches_factory/Leads/Octave Dodger.fxp +%%DATADIR%%/patches_factory/Leads/Oldest Trick In The Book MW.fxp +%%DATADIR%%/patches_factory/Leads/Organ Donor.fxp +%%DATADIR%%/patches_factory/Leads/Owl.fxp +%%DATADIR%%/patches_factory/Leads/Panda.fxp +%%DATADIR%%/patches_factory/Leads/Pet.fxp +%%DATADIR%%/patches_factory/Leads/Phase Pass.fxp +%%DATADIR%%/patches_factory/Leads/Photon.fxp +%%DATADIR%%/patches_factory/Leads/Play Nice.fxp +%%DATADIR%%/patches_factory/Leads/Probability.fxp +%%DATADIR%%/patches_factory/Leads/Qealchee.fxp +%%DATADIR%%/patches_factory/Leads/Quick Basic.fxp +%%DATADIR%%/patches_factory/Leads/Quirp.fxp +%%DATADIR%%/patches_factory/Leads/Quiz.fxp +%%DATADIR%%/patches_factory/Leads/Radon.fxp +%%DATADIR%%/patches_factory/Leads/Resofest 1.fxp +%%DATADIR%%/patches_factory/Leads/Resofest 2.fxp +%%DATADIR%%/patches_factory/Leads/Resofest 3.fxp +%%DATADIR%%/patches_factory/Leads/Resofest 4.fxp +%%DATADIR%%/patches_factory/Leads/Riemann.fxp +%%DATADIR%%/patches_factory/Leads/Rough.fxp +%%DATADIR%%/patches_factory/Leads/Rundfunk Funk.fxp +%%DATADIR%%/patches_factory/Leads/Saw Octaves.fxp +%%DATADIR%%/patches_factory/Leads/Scooped.fxp +%%DATADIR%%/patches_factory/Leads/Scream Lead.fxp +%%DATADIR%%/patches_factory/Leads/Screamer.fxp +%%DATADIR%%/patches_factory/Leads/Screamy Verby.fxp +%%DATADIR%%/patches_factory/Leads/Semi-clip.fxp +%%DATADIR%%/patches_factory/Leads/Serial.fxp +%%DATADIR%%/patches_factory/Leads/Shanai.fxp +%%DATADIR%%/patches_factory/Leads/Sharpish.fxp +%%DATADIR%%/patches_factory/Leads/Sheep Clothing MW.fxp +%%DATADIR%%/patches_factory/Leads/Simple ATC.fxp +%%DATADIR%%/patches_factory/Leads/Simpler Times.fxp +%%DATADIR%%/patches_factory/Leads/Sine Lead.fxp +%%DATADIR%%/patches_factory/Leads/Sine-Saw Acidish.fxp +%%DATADIR%%/patches_factory/Leads/Smoothness World Cup.fxp +%%DATADIR%%/patches_factory/Leads/Smoothy Hollow.fxp +%%DATADIR%%/patches_factory/Leads/Somewhere MW.fxp +%%DATADIR%%/patches_factory/Leads/Square.fxp +%%DATADIR%%/patches_factory/Leads/Squelch.fxp +%%DATADIR%%/patches_factory/Leads/Squiggly.fxp +%%DATADIR%%/patches_factory/Leads/Stepmother.fxp +%%DATADIR%%/patches_factory/Leads/Sweepy.fxp +%%DATADIR%%/patches_factory/Leads/Sync Harmonics.fxp +%%DATADIR%%/patches_factory/Leads/Sync Lead.fxp +%%DATADIR%%/patches_factory/Leads/Synth Guitar 1.fxp +%%DATADIR%%/patches_factory/Leads/Synth Guitar 2.fxp +%%DATADIR%%/patches_factory/Leads/Talky 1 MW.fxp +%%DATADIR%%/patches_factory/Leads/Talky 2 MW.fxp +%%DATADIR%%/patches_factory/Leads/Tank Top.fxp +%%DATADIR%%/patches_factory/Leads/Tight Bassline.fxp +%%DATADIR%%/patches_factory/Leads/Tok.fxp +%%DATADIR%%/patches_factory/Leads/Tolk.fxp +%%DATADIR%%/patches_factory/Leads/Triple.fxp +%%DATADIR%%/patches_factory/Leads/Turbo Solo.fxp +%%DATADIR%%/patches_factory/Leads/Turbo.fxp +%%DATADIR%%/patches_factory/Leads/Untamed.fxp +%%DATADIR%%/patches_factory/Leads/Up Down.fxp +%%DATADIR%%/patches_factory/Leads/Very Chorus.fxp +%%DATADIR%%/patches_factory/Leads/Violini Solo.fxp +%%DATADIR%%/patches_factory/Leads/Vocal Lead.fxp +%%DATADIR%%/patches_factory/Leads/WG 01.fxp +%%DATADIR%%/patches_factory/Leads/Wombat.fxp +%%DATADIR%%/patches_factory/Leads/Zero Zero One.fxp +%%DATADIR%%/patches_factory/Leads/µcomputer.fxp +%%DATADIR%%/patches_factory/MPE/Baritonosaurus Saxus.fxp +%%DATADIR%%/patches_factory/MPE/Bloom.fxp +%%DATADIR%%/patches_factory/MPE/Coteaux du Giennois.fxp +%%DATADIR%%/patches_factory/MPE/Lead With A Bell Attack.fxp +%%DATADIR%%/patches_factory/MPE/Moving Day In The Caves.fxp +%%DATADIR%%/patches_factory/MPE/Pad Plink 'n' Move.fxp +%%DATADIR%%/patches_factory/MPE/Sticky.fxp +%%DATADIR%%/patches_factory/MPE/The Elephant Told You.fxp +%%DATADIR%%/patches_factory/MPE/The Shoebox.fxp +%%DATADIR%%/patches_factory/Pads/Alias Pornography.fxp +%%DATADIR%%/patches_factory/Pads/Assymetry.fxp +%%DATADIR%%/patches_factory/Pads/Bell Pad.fxp +%%DATADIR%%/patches_factory/Pads/Bells and Sweep.fxp +%%DATADIR%%/patches_factory/Pads/Bright.fxp +%%DATADIR%%/patches_factory/Pads/Burden.fxp +%%DATADIR%%/patches_factory/Pads/Canadians.fxp +%%DATADIR%%/patches_factory/Pads/Choir Pad Thing.fxp +%%DATADIR%%/patches_factory/Pads/Chowning.fxp +%%DATADIR%%/patches_factory/Pads/Communication.fxp +%%DATADIR%%/patches_factory/Pads/Computers In Space.fxp +%%DATADIR%%/patches_factory/Pads/Death To Gator.fxp +%%DATADIR%%/patches_factory/Pads/Distant.fxp +%%DATADIR%%/patches_factory/Pads/Distorted Choir 1.fxp +%%DATADIR%%/patches_factory/Pads/Distorted Choir 2.fxp +%%DATADIR%%/patches_factory/Pads/Endgame.fxp +%%DATADIR%%/patches_factory/Pads/FM Pad.fxp +%%DATADIR%%/patches_factory/Pads/Flux Capacitor.fxp +%%DATADIR%%/patches_factory/Pads/Formants MW.fxp +%%DATADIR%%/patches_factory/Pads/Ghost Pad.fxp +%%DATADIR%%/patches_factory/Pads/Gliss Movement.fxp +%%DATADIR%%/patches_factory/Pads/Growth.fxp +%%DATADIR%%/patches_factory/Pads/Harmonic Sweep.fxp +%%DATADIR%%/patches_factory/Pads/Harsh Saw.fxp +%%DATADIR%%/patches_factory/Pads/Hmm....fxp +%%DATADIR%%/patches_factory/Pads/Legacy.fxp +%%DATADIR%%/patches_factory/Pads/Louder.fxp +%%DATADIR%%/patches_factory/Pads/MKS-70 Warm Pad.fxp +%%DATADIR%%/patches_factory/Pads/MW Pulsating.fxp +%%DATADIR%%/patches_factory/Pads/Moody Statement.fxp +%%DATADIR%%/patches_factory/Pads/Newton Was Evil.fxp +%%DATADIR%%/patches_factory/Pads/Ooh.fxp +%%DATADIR%%/patches_factory/Pads/Pad 1.fxp +%%DATADIR%%/patches_factory/Pads/Pad 2 MW.fxp +%%DATADIR%%/patches_factory/Pads/Pad 3.fxp +%%DATADIR%%/patches_factory/Pads/Pad 4.fxp +%%DATADIR%%/patches_factory/Pads/Pad 5.fxp +%%DATADIR%%/patches_factory/Pads/Pad 6.fxp +%%DATADIR%%/patches_factory/Pads/Pad 7.fxp +%%DATADIR%%/patches_factory/Pads/Pad 8.fxp +%%DATADIR%%/patches_factory/Pads/Primes.fxp +%%DATADIR%%/patches_factory/Pads/Retro Choir.fxp +%%DATADIR%%/patches_factory/Pads/Ringing.fxp +%%DATADIR%%/patches_factory/Pads/Robochoir 1.fxp +%%DATADIR%%/patches_factory/Pads/Robochoir 2.fxp +%%DATADIR%%/patches_factory/Pads/Safety.fxp +%%DATADIR%%/patches_factory/Pads/Sawteeth.fxp +%%DATADIR%%/patches_factory/Pads/Semiconductor.fxp +%%DATADIR%%/patches_factory/Pads/Semihaunt.fxp +%%DATADIR%%/patches_factory/Pads/Smooth Dist.fxp +%%DATADIR%%/patches_factory/Pads/Sparkly.fxp +%%DATADIR%%/patches_factory/Pads/Sprinkly.fxp +%%DATADIR%%/patches_factory/Pads/Still.fxp +%%DATADIR%%/patches_factory/Pads/Stretch.fxp +%%DATADIR%%/patches_factory/Pads/Subtle Comb Strings.fxp +%%DATADIR%%/patches_factory/Pads/Sunday.fxp +%%DATADIR%%/patches_factory/Pads/Super.fxp +%%DATADIR%%/patches_factory/Pads/Synth Choir MW O-Ah.fxp +%%DATADIR%%/patches_factory/Pads/Verb Pad.fxp +%%DATADIR%%/patches_factory/Pads/Well.fxp +%%DATADIR%%/patches_factory/Pads/Winter Warmer.fxp +%%DATADIR%%/patches_factory/Pads/Worried.fxp +%%DATADIR%%/patches_factory/Pads/Xbox 1.fxp +%%DATADIR%%/patches_factory/Pads/Xbox 2.fxp +%%DATADIR%%/patches_factory/Pads/Yeti Funeral.fxp +%%DATADIR%%/patches_factory/Percussion/Drum One.fxp +%%DATADIR%%/patches_factory/Percussion/Kick 909ish.fxp +%%DATADIR%%/patches_factory/Percussion/Kick Tech 1.fxp +%%DATADIR%%/patches_factory/Percussion/Kick Tech 2.fxp +%%DATADIR%%/patches_factory/Percussion/Snare Tight.fxp +%%DATADIR%%/patches_factory/Percussion/Synth Tom 1.fxp +%%DATADIR%%/patches_factory/Percussion/Synth Tom 2.fxp +%%DATADIR%%/patches_factory/Percussion/Synth Tom 3.fxp +%%DATADIR%%/patches_factory/Percussion/Verber.fxp +%%DATADIR%%/patches_factory/Plucks/80s Gliss.fxp +%%DATADIR%%/patches_factory/Plucks/ACME.fxp +%%DATADIR%%/patches_factory/Plucks/Agropop.fxp +%%DATADIR%%/patches_factory/Plucks/Ambient E-Guitar.fxp +%%DATADIR%%/patches_factory/Plucks/Artificial.fxp +%%DATADIR%%/patches_factory/Plucks/Asymmetry.fxp +%%DATADIR%%/patches_factory/Plucks/Battered Beauty.fxp +%%DATADIR%%/patches_factory/Plucks/Bell 1.fxp +%%DATADIR%%/patches_factory/Plucks/Bell 2.fxp +%%DATADIR%%/patches_factory/Plucks/Belle.fxp +%%DATADIR%%/patches_factory/Plucks/Bite.fxp +%%DATADIR%%/patches_factory/Plucks/Blekinge.fxp +%%DATADIR%%/patches_factory/Plucks/Brut de Bollebygd.fxp +%%DATADIR%%/patches_factory/Plucks/CLRKSWRD.fxp +%%DATADIR%%/patches_factory/Plucks/Clean.fxp +%%DATADIR%%/patches_factory/Plucks/Comb Pluck.fxp +%%DATADIR%%/patches_factory/Plucks/Convex.fxp +%%DATADIR%%/patches_factory/Plucks/Cuto.fxp +%%DATADIR%%/patches_factory/Plucks/Delay Dancer.fxp +%%DATADIR%%/patches_factory/Plucks/Delay Pops 1.fxp +%%DATADIR%%/patches_factory/Plucks/Delay Pops 2.fxp +%%DATADIR%%/patches_factory/Plucks/Delay Pops 3.fxp +%%DATADIR%%/patches_factory/Plucks/Delay Pops 4.fxp +%%DATADIR%%/patches_factory/Plucks/Delay Pops 5.fxp +%%DATADIR%%/patches_factory/Plucks/Diamonds.fxp +%%DATADIR%%/patches_factory/Plucks/E-Guitar.fxp +%%DATADIR%%/patches_factory/Plucks/East.fxp +%%DATADIR%%/patches_factory/Plucks/Enhanced Forest.fxp +%%DATADIR%%/patches_factory/Plucks/FM Pluck.fxp +%%DATADIR%%/patches_factory/Plucks/FM Poops.fxp +%%DATADIR%%/patches_factory/Plucks/Falling Down.fxp +%%DATADIR%%/patches_factory/Plucks/Fantasy Bell.fxp +%%DATADIR%%/patches_factory/Plucks/Fluortant.fxp +%%DATADIR%%/patches_factory/Plucks/Fog.fxp +%%DATADIR%%/patches_factory/Plucks/Forever.fxp +%%DATADIR%%/patches_factory/Plucks/Freedom Fries.fxp +%%DATADIR%%/patches_factory/Plucks/Friendly.fxp +%%DATADIR%%/patches_factory/Plucks/Frog.fxp +%%DATADIR%%/patches_factory/Plucks/Gliss Pluck Distorted.fxp +%%DATADIR%%/patches_factory/Plucks/Gliss Pluck.fxp +%%DATADIR%%/patches_factory/Plucks/Good Childhood.fxp +%%DATADIR%%/patches_factory/Plucks/Guitar.fxp +%%DATADIR%%/patches_factory/Plucks/Half FM.fxp +%%DATADIR%%/patches_factory/Plucks/Happy.fxp +%%DATADIR%%/patches_factory/Plucks/Harmonics 1.fxp +%%DATADIR%%/patches_factory/Plucks/Harmonics 2.fxp +%%DATADIR%%/patches_factory/Plucks/Hasselhoff.fxp +%%DATADIR%%/patches_factory/Plucks/Hybrid 1.fxp +%%DATADIR%%/patches_factory/Plucks/Hybrid 2.fxp +%%DATADIR%%/patches_factory/Plucks/Icebreaker.fxp +%%DATADIR%%/patches_factory/Plucks/Late Fall.fxp +%%DATADIR%%/patches_factory/Plucks/Light 1.fxp +%%DATADIR%%/patches_factory/Plucks/Light 2.fxp +%%DATADIR%%/patches_factory/Plucks/Lighter.fxp +%%DATADIR%%/patches_factory/Plucks/Lil' Exploders.fxp +%%DATADIR%%/patches_factory/Plucks/Lo-Fi Pluck.fxp +%%DATADIR%%/patches_factory/Plucks/MW Morph.fxp +%%DATADIR%%/patches_factory/Plucks/Magic Music Box.fxp +%%DATADIR%%/patches_factory/Plucks/Magical Guitar.fxp +%%DATADIR%%/patches_factory/Plucks/Man Machine.fxp +%%DATADIR%%/patches_factory/Plucks/Messy.fxp +%%DATADIR%%/patches_factory/Plucks/Metallic.fxp +%%DATADIR%%/patches_factory/Plucks/Mol.fxp +%%DATADIR%%/patches_factory/Plucks/Mollusk.fxp +%%DATADIR%%/patches_factory/Plucks/Mr. Sparkle.fxp +%%DATADIR%%/patches_factory/Plucks/Mystic.fxp +%%DATADIR%%/patches_factory/Plucks/Nice Pluck 1.fxp +%%DATADIR%%/patches_factory/Plucks/Nice Pluck 2.fxp +%%DATADIR%%/patches_factory/Plucks/Nice Pluck 3.fxp +%%DATADIR%%/patches_factory/Plucks/Nice Pluck 4.fxp +%%DATADIR%%/patches_factory/Plucks/Nice Pluck 5.fxp +%%DATADIR%%/patches_factory/Plucks/Nolla.fxp +%%DATADIR%%/patches_factory/Plucks/Norrland.fxp +%%DATADIR%%/patches_factory/Plucks/Piano Remains 1.fxp +%%DATADIR%%/patches_factory/Plucks/Piano Remains 2.fxp +%%DATADIR%%/patches_factory/Plucks/Pie.fxp +%%DATADIR%%/patches_factory/Plucks/Pinkerton Tinfurter.fxp +%%DATADIR%%/patches_factory/Plucks/Pol Pot.fxp +%%DATADIR%%/patches_factory/Plucks/Pulsar.fxp +%%DATADIR%%/patches_factory/Plucks/Pulsii.fxp +%%DATADIR%%/patches_factory/Plucks/Pure Square.fxp +%%DATADIR%%/patches_factory/Plucks/Retrofit.fxp +%%DATADIR%%/patches_factory/Plucks/Reverend B.fxp +%%DATADIR%%/patches_factory/Plucks/Rutherford Menskin MW.fxp +%%DATADIR%%/patches_factory/Plucks/Saw Pluck.fxp +%%DATADIR%%/patches_factory/Plucks/Scrape Pluck.fxp +%%DATADIR%%/patches_factory/Plucks/Sharpness.fxp +%%DATADIR%%/patches_factory/Plucks/Simple PW.fxp +%%DATADIR%%/patches_factory/Plucks/Simple Waveguide.fxp +%%DATADIR%%/patches_factory/Plucks/Sinus Verby Pops.fxp +%%DATADIR%%/patches_factory/Plucks/Snap.fxp +%%DATADIR%%/patches_factory/Plucks/Soft Space Oboe Pops.fxp +%%DATADIR%%/patches_factory/Plucks/Soft Sync Saw.fxp +%%DATADIR%%/patches_factory/Plucks/Soift.fxp +%%DATADIR%%/patches_factory/Plucks/Spell.fxp +%%DATADIR%%/patches_factory/Plucks/Square Blinks.fxp +%%DATADIR%%/patches_factory/Plucks/Square Pop.fxp +%%DATADIR%%/patches_factory/Plucks/Sync Echo.fxp +%%DATADIR%%/patches_factory/Plucks/Sync Pluck.fxp +%%DATADIR%%/patches_factory/Plucks/Sync Square Pluck.fxp +%%DATADIR%%/patches_factory/Plucks/That Comb Magic.fxp +%%DATADIR%%/patches_factory/Plucks/The 1980s.fxp +%%DATADIR%%/patches_factory/Plucks/Thingamajob.fxp +%%DATADIR%%/patches_factory/Plucks/Tinker.fxp +%%DATADIR%%/patches_factory/Plucks/Trancy.fxp +%%DATADIR%%/patches_factory/Plucks/Ultra Violet.fxp +%%DATADIR%%/patches_factory/Plucks/VHS Soundtrack.fxp +%%DATADIR%%/patches_factory/Plucks/Wire MW.fxp +%%DATADIR%%/patches_factory/Plucks/Wire.fxp +%%DATADIR%%/patches_factory/Plucks/Woody.fxp +%%DATADIR%%/patches_factory/Plucks/You Fairy.fxp +%%DATADIR%%/patches_factory/Polysynths/1804.fxp +%%DATADIR%%/patches_factory/Polysynths/Ahh Polly.fxp +%%DATADIR%%/patches_factory/Polysynths/Analyse.fxp +%%DATADIR%%/patches_factory/Polysynths/Anthemish 1.fxp +%%DATADIR%%/patches_factory/Polysynths/Anthemish 2.fxp +%%DATADIR%%/patches_factory/Polysynths/Anthemish 3.fxp +%%DATADIR%%/patches_factory/Polysynths/Bolibompa.fxp +%%DATADIR%%/patches_factory/Polysynths/Boss.fxp +%%DATADIR%%/patches_factory/Polysynths/Call.fxp +%%DATADIR%%/patches_factory/Polysynths/Concave.fxp +%%DATADIR%%/patches_factory/Polysynths/Dirty Hole.fxp +%%DATADIR%%/patches_factory/Polysynths/Disturbing Resonance.fxp +%%DATADIR%%/patches_factory/Polysynths/Embarrass.fxp +%%DATADIR%%/patches_factory/Polysynths/Eyan.fxp +%%DATADIR%%/patches_factory/Polysynths/FM Poly.fxp +%%DATADIR%%/patches_factory/Polysynths/Failure.fxp +%%DATADIR%%/patches_factory/Polysynths/Fast Poly.fxp +%%DATADIR%%/patches_factory/Polysynths/Fat Curtis.fxp +%%DATADIR%%/patches_factory/Polysynths/Filter Mod.fxp +%%DATADIR%%/patches_factory/Polysynths/Filter Sweep.fxp +%%DATADIR%%/patches_factory/Polysynths/Fonk.fxp +%%DATADIR%%/patches_factory/Polysynths/Formant Sweep.fxp +%%DATADIR%%/patches_factory/Polysynths/Fun With Feedback.fxp +%%DATADIR%%/patches_factory/Polysynths/Gentle.fxp +%%DATADIR%%/patches_factory/Polysynths/Havoc.fxp +%%DATADIR%%/patches_factory/Polysynths/Hombre.fxp +%%DATADIR%%/patches_factory/Polysynths/Hugeness.fxp +%%DATADIR%%/patches_factory/Polysynths/Instant Coffee PWM.fxp +%%DATADIR%%/patches_factory/Polysynths/Japanese Space-ulation Wheel.fxp +%%DATADIR%%/patches_factory/Polysynths/Japanese Unison.fxp +%%DATADIR%%/patches_factory/Polysynths/Jim.fxp +%%DATADIR%%/patches_factory/Polysynths/Juno-60 Strings.fxp +%%DATADIR%%/patches_factory/Polysynths/Jupiter-8.fxp +%%DATADIR%%/patches_factory/Polysynths/Keep 'em Coming.fxp +%%DATADIR%%/patches_factory/Polysynths/Korg Triton.fxp +%%DATADIR%%/patches_factory/Polysynths/Larger.fxp +%%DATADIR%%/patches_factory/Polysynths/Licht.fxp +%%DATADIR%%/patches_factory/Polysynths/MG.fxp +%%DATADIR%%/patches_factory/Polysynths/MacLaurin.fxp +%%DATADIR%%/patches_factory/Polysynths/Mega Mega.fxp +%%DATADIR%%/patches_factory/Polysynths/Megasynth 1.fxp +%%DATADIR%%/patches_factory/Polysynths/Megasynth 2.fxp +%%DATADIR%%/patches_factory/Polysynths/Megasynth 3.fxp +%%DATADIR%%/patches_factory/Polysynths/Megasynth 4.fxp +%%DATADIR%%/patches_factory/Polysynths/Melon.fxp +%%DATADIR%%/patches_factory/Polysynths/Messy.fxp +%%DATADIR%%/patches_factory/Polysynths/Metal Chonk.fxp +%%DATADIR%%/patches_factory/Polysynths/Noise Tone.fxp +%%DATADIR%%/patches_factory/Polysynths/Notched Saws.fxp +%%DATADIR%%/patches_factory/Polysynths/Oberheim Dreams.fxp +%%DATADIR%%/patches_factory/Polysynths/Oiro.fxp +%%DATADIR%%/patches_factory/Polysynths/Ol' Sampler.fxp +%%DATADIR%%/patches_factory/Polysynths/Old Square.fxp +%%DATADIR%%/patches_factory/Polysynths/Oldie.fxp +%%DATADIR%%/patches_factory/Polysynths/PPG Choir.fxp +%%DATADIR%%/patches_factory/Polysynths/PPG Dreams.fxp +%%DATADIR%%/patches_factory/Polysynths/PWM Avenger.fxp +%%DATADIR%%/patches_factory/Polysynths/Past Tense.fxp +%%DATADIR%%/patches_factory/Polysynths/Phasey.fxp +%%DATADIR%%/patches_factory/Polysynths/Play Louder.fxp +%%DATADIR%%/patches_factory/Polysynths/Ploppy.fxp +%%DATADIR%%/patches_factory/Polysynths/Poly Ahhs.fxp +%%DATADIR%%/patches_factory/Polysynths/Poly Lala.fxp +%%DATADIR%%/patches_factory/Polysynths/Polymoog.fxp +%%DATADIR%%/patches_factory/Polysynths/Prophet VS.fxp +%%DATADIR%%/patches_factory/Polysynths/Quantization Choice.fxp +%%DATADIR%%/patches_factory/Polysynths/Quasi.fxp +%%DATADIR%%/patches_factory/Polysynths/Quote.fxp +%%DATADIR%%/patches_factory/Polysynths/Ralph.fxp +%%DATADIR%%/patches_factory/Polysynths/Reset.fxp +%%DATADIR%%/patches_factory/Polysynths/Retrofit.fxp +%%DATADIR%%/patches_factory/Polysynths/Retrograde.fxp +%%DATADIR%%/patches_factory/Polysynths/Rez.fxp +%%DATADIR%%/patches_factory/Polysynths/Ring Sweep.fxp +%%DATADIR%%/patches_factory/Polysynths/Ringo.fxp +%%DATADIR%%/patches_factory/Polysynths/Ruler.fxp +%%DATADIR%%/patches_factory/Polysynths/Rusty.fxp +%%DATADIR%%/patches_factory/Polysynths/Separate Ways.fxp +%%DATADIR%%/patches_factory/Polysynths/Serious Distortion.fxp +%%DATADIR%%/patches_factory/Polysynths/Shenanigans.fxp +%%DATADIR%%/patches_factory/Polysynths/Simplistic.fxp +%%DATADIR%%/patches_factory/Polysynths/Sine Saw 7.fxp +%%DATADIR%%/patches_factory/Polysynths/Sine Saw.fxp +%%DATADIR%%/patches_factory/Polysynths/Sizzling Sweep.fxp +%%DATADIR%%/patches_factory/Polysynths/Skatteverket.fxp +%%DATADIR%%/patches_factory/Polysynths/Slow Poly MW.fxp +%%DATADIR%%/patches_factory/Polysynths/Smooth Stabs.fxp +%%DATADIR%%/patches_factory/Polysynths/Space FM.fxp +%%DATADIR%%/patches_factory/Polysynths/Spacematron.fxp +%%DATADIR%%/patches_factory/Polysynths/Spik.fxp +%%DATADIR%%/patches_factory/Polysynths/Step Portamento.fxp +%%DATADIR%%/patches_factory/Polysynths/Super Jupiter.fxp +%%DATADIR%%/patches_factory/Polysynths/Taikonaut.fxp +%%DATADIR%%/patches_factory/Polysynths/Tarnce.fxp +%%DATADIR%%/patches_factory/Polysynths/Thynchronization.fxp +%%DATADIR%%/patches_factory/Polysynths/Uni 1.fxp +%%DATADIR%%/patches_factory/Polysynths/Uni 2.fxp +%%DATADIR%%/patches_factory/Polysynths/Uni Saw FB.fxp +%%DATADIR%%/patches_factory/Polysynths/Vel 2 Cutoff.fxp +%%DATADIR%%/patches_factory/Polysynths/Violini Poly.fxp +%%DATADIR%%/patches_factory/Polysynths/Waver.fxp +%%DATADIR%%/patches_factory/Polysynths/Xpander 1.fxp +%%DATADIR%%/patches_factory/Polysynths/Xpander 2.fxp +%%DATADIR%%/patches_factory/Polysynths/Zizzly Saw.fxp +%%DATADIR%%/patches_factory/Sequences/Acid Seq 1.fxp +%%DATADIR%%/patches_factory/Sequences/Acid Seq 2.fxp +%%DATADIR%%/patches_factory/Sequences/Acid Seq 3.fxp +%%DATADIR%%/patches_factory/Sequences/Barrelish.fxp +%%DATADIR%%/patches_factory/Sequences/Bell Seq.fxp +%%DATADIR%%/patches_factory/Sequences/Bit Seq.fxp +%%DATADIR%%/patches_factory/Sequences/Burial Ground.fxp +%%DATADIR%%/patches_factory/Sequences/Calm.fxp +%%DATADIR%%/patches_factory/Sequences/Comb Seq.fxp +%%DATADIR%%/patches_factory/Sequences/Damn Aliens.fxp +%%DATADIR%%/patches_factory/Sequences/Distorted Glassy Seq.fxp +%%DATADIR%%/patches_factory/Sequences/Evilish.fxp +%%DATADIR%%/patches_factory/Sequences/FB Seq.fxp +%%DATADIR%%/patches_factory/Sequences/FM Motion Sweep.fxp +%%DATADIR%%/patches_factory/Sequences/FM Seq.fxp +%%DATADIR%%/patches_factory/Sequences/Fifth Seq.fxp +%%DATADIR%%/patches_factory/Sequences/Filter Buildup.fxp +%%DATADIR%%/patches_factory/Sequences/Fold Sseq.fxp +%%DATADIR%%/patches_factory/Sequences/Game On 1.fxp +%%DATADIR%%/patches_factory/Sequences/Game On 2.fxp +%%DATADIR%%/patches_factory/Sequences/Game On 3.fxp +%%DATADIR%%/patches_factory/Sequences/Gate Chord.fxp +%%DATADIR%%/patches_factory/Sequences/Hovercar Championship.fxp +%%DATADIR%%/patches_factory/Sequences/I Want To Get Well.fxp +%%DATADIR%%/patches_factory/Sequences/Madness.fxp +%%DATADIR%%/patches_factory/Sequences/Multi Seq.fxp +%%DATADIR%%/patches_factory/Sequences/Noise Bass.fxp +%%DATADIR%%/patches_factory/Sequences/Noise Seq.fxp +%%DATADIR%%/patches_factory/Sequences/Octave Arp.fxp +%%DATADIR%%/patches_factory/Sequences/One Key Wonder.fxp +%%DATADIR%%/patches_factory/Sequences/Phase 1.fxp +%%DATADIR%%/patches_factory/Sequences/Phase 2.fxp +%%DATADIR%%/patches_factory/Sequences/Retrig Me.fxp +%%DATADIR%%/patches_factory/Sequences/S&H Classic.fxp +%%DATADIR%%/patches_factory/Sequences/Seq 1234.fxp +%%DATADIR%%/patches_factory/Sequences/Sine Sequencer 1.fxp +%%DATADIR%%/patches_factory/Sequences/Step Phaser.fxp +%%DATADIR%%/patches_factory/Sequences/Sync Accident.fxp +%%DATADIR%%/patches_factory/Sequences/Sync Arp.fxp +%%DATADIR%%/patches_factory/Sequences/Table Seq.fxp +%%DATADIR%%/patches_factory/Sequences/Tyskland.fxp +%%DATADIR%%/patches_factory/Sequences/Wabbit MW.fxp +%%DATADIR%%/patches_factory/Sequences/Wavesequence 01.fxp +%%DATADIR%%/patches_factory/Sequences/When Good Combs Go Bad.fxp +%%DATADIR%%/patches_factory/Splits/Bass+Drums.fxp +%%DATADIR%%/patches_factory/Splits/Future Split.fxp +%%DATADIR%%/patches_factory/Splits/Game On 4 MW Split.fxp +%%DATADIR%%/patches_factory/Splits/Sine Sequencer 2.fxp +%%DATADIR%%/patches_factory/Splits/Split Personality.fxp +%%DATADIR%%/patches_factory/Templates/Audio In Left Osc 1 + Right Osc 2.fxp +%%DATADIR%%/patches_factory/Templates/Audio In Left Scene A + Right Scene B.fxp +%%DATADIR%%/patches_factory/Templates/Audio In Mono Osc 1.fxp +%%DATADIR%%/patches_factory/Templates/Audio In Stereo Osc 1.fxp +%%DATADIR%%/patches_factory/Templates/Init Emu VA.fxp +%%DATADIR%%/patches_factory/Templates/Init Emu WT.fxp +%%DATADIR%%/patches_factory/Templates/Init Emu.fxp +%%DATADIR%%/patches_factory/Templates/Init Env Per Osc.fxp +%%DATADIR%%/patches_factory/Templates/Init FM2.fxp +%%DATADIR%%/patches_factory/Templates/Init Karplus-Strong.fxp +%%DATADIR%%/patches_factory/Templates/Init Saw.fxp +%%DATADIR%%/patches_factory/Templates/Init Sine.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/01 A Simple Formula.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/02 Interacting With LFO Parameters.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/03 The Init Function And State.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/04 Vector Valued Formulae.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/05 The Envelope And Subscriptions.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/06 Macros And Voice Parameters.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/07 The Prelude.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/08 Quis Modulatiet Ipsos Modulates.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/09 Example - Crossfading Oscillators.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/10 Example - Both Time And Space.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/11 Example - Reich - Piano Phase.fxp +%%DATADIR%%/patches_factory/Tutorials/Formula Modulator/12 A Slew Limiter.fxp +%%DATADIR%%/patches_factory/Vocoder/Noise.fxp +%%DATADIR%%/patches_factory/Vocoder/Pop.fxp +%%DATADIR%%/patches_factory/Vocoder/Solo.fxp +%%DATADIR%%/patches_factory/Winds/Clarinet.fxp +%%DATADIR%%/patches_factory/Winds/Cyber Flute.fxp +%%DATADIR%%/patches_factory/Winds/Dreamy Flute.fxp +%%DATADIR%%/patches_factory/Winds/Fake Ethno.fxp +%%DATADIR%%/patches_factory/Winds/Flute 1.fxp +%%DATADIR%%/patches_factory/Winds/Flute 2.fxp +%%DATADIR%%/patches_factory/Winds/Low.fxp +%%DATADIR%%/patches_factory/Winds/Tragic Winds.fxp +%%DATADIR%%/skins/Tutorials/01 Intro to Skins.surge-skin/skin.xml +%%DATADIR%%/skins/Tutorials/02 Changing Images and Colors.surge-skin/SVG/AnotherHorizHandle.svg +%%DATADIR%%/skins/Tutorials/02 Changing Images and Colors.surge-skin/SVG/NewHorizHandle.svg +%%DATADIR%%/skins/Tutorials/02 Changing Images and Colors.surge-skin/SVG/bmp00113.svg +%%DATADIR%%/skins/Tutorials/02 Changing Images and Colors.surge-skin/skin.xml +%%DATADIR%%/skins/Tutorials/03 Moving Your First Control.surge-skin/skin.xml +%%DATADIR%%/skins/Tutorials/04 Control Classes and User Controls.surge-skin/SVG/AnotherHorizHandle.svg +%%DATADIR%%/skins/Tutorials/04 Control Classes and User Controls.surge-skin/SVG/FunTray.svg +%%DATADIR%%/skins/Tutorials/04 Control Classes and User Controls.surge-skin/SVG/NewHorizHandle.svg +%%DATADIR%%/skins/Tutorials/04 Control Classes and User Controls.surge-skin/SVG/loudPrevNext.svg +%%DATADIR%%/skins/Tutorials/04 Control Classes and User Controls.surge-skin/SVG/loudPrevNextHover.svg +%%DATADIR%%/skins/Tutorials/04 Control Classes and User Controls.surge-skin/skin.xml +%%DATADIR%%/skins/Tutorials/05 Labels And Modulators.surge-skin/SVG/ramen.svg +%%DATADIR%%/skins/Tutorials/05 Labels And Modulators.surge-skin/skin.xml +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/fracbg_100.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/fracbg_125.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/fracbg_150.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/fracbg_200.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/fracbg_250.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/fracbg_300.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/fracbg_400.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/horiz_handles_100.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/horiz_handles_200.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/horiz_handles_400.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/PNG/scene_selector.png +%%DATADIR%%/skins/Tutorials/06 Using PNG.surge-skin/skin.xml +%%DATADIR%%/skins/Tutorials/07 The FX Section.surge-skin/skin.xml +%%DATADIR%%/skins/Tutorials/08 Hiding Controls.surge-skin/skin.xml +%%DATADIR%%/skins/Tutorials/09 Skin Version 2 Expansion.surge-skin/SVG/BigFilterGlyph.svg +%%DATADIR%%/skins/Tutorials/09 Skin Version 2 Expansion.surge-skin/SVG/BigFilterGlyphHover.svg +%%DATADIR%%/skins/Tutorials/09 Skin Version 2 Expansion.surge-skin/SVG/widerFilterBG.svg +%%DATADIR%%/skins/Tutorials/09 Skin Version 2 Expansion.surge-skin/SVG/widerFilterBGHover.svg +%%DATADIR%%/skins/Tutorials/09 Skin Version 2 Expansion.surge-skin/skin.xml +%%DATADIR%%/skins/Tutorials/10 Adding Fonts.surge-skin/fonts/Mrs Beasley.ttf +%%DATADIR%%/skins/Tutorials/10 Adding Fonts.surge-skin/fonts/README.md +%%DATADIR%%/skins/Tutorials/10 Adding Fonts.surge-skin/fonts/UglyTypist.ttf +%%DATADIR%%/skins/Tutorials/10 Adding Fonts.surge-skin/skin.xml +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00102.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00105.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00112.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00113.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00114.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00117.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00118.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00119.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00120.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00121.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00122.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00123.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00125.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00126.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00132.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00134.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00137.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00140.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00143.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00144.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00145.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00146.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00148.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00149.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00151.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00152.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00153.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00154.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00157.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00158.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00160.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00161.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00162.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00164.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00166.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00167.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00168.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00169.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00170.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00171.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00172.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00173.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00174.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00175.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00176.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00177.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00178.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00179.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00180.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00181.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00182.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00183.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00184.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00185.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00186.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00187.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00301.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00302.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00303.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00304.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00305.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00306.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmp00307.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmpTS00153.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/bmpTS00157.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00112.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00113.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00114.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00117.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00118.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00119.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00120.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00121.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00122.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00123.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00125.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00126.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00132.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00134.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00140.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00143.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00144.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00145.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00146.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00148.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00149.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00151.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00152.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00153.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00157.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00160.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00161.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00162.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00164.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00166.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00167.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00168.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00169.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00171.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00172.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00173.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00174.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00175.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00176.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00177.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00178.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00183.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00184.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00302.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00303.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00304.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00305.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00306.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hover00307.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00112.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00113.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00114.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00117.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00118.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00120.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00122.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00123.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00143.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00144.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00146.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00151.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00161.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00162.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00166.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00302.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00305.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hoverOn00307.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hslider_def.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hslider_def_hover.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hslider_def_ts.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hslider_mod.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hslider_mod_hover.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/hslider_mod_ts.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/vslider_mod.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/vslider_mod_hover.svg +%%DATADIR%%/skins/dark-mode.surge-skin/SVG/vslider_mod_ts.svg +%%DATADIR%%/skins/dark-mode.surge-skin/skin.xml +%%DATADIR%%/skins/default.surge-skin/SVG/bmpTS00153.svg +%%DATADIR%%/skins/default.surge-skin/SVG/bmpTS00157.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00112.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00113.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00114.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00117.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00118.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00119.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00120.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00121.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00122.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00123.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00125.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00126.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00132.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00134.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00140.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00143.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00144.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00145.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00146.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00148.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00149.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00151.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00152.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00153.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00157.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00160.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00161.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00162.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00164.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00166.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00167.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00168.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00169.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00171.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00172.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00173.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00174.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00175.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00176.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00177.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00178.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00183.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00184.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00302.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00303.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00304.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00305.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00306.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hover00307.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00112.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00113.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00114.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00117.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00118.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00120.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00122.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00123.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00143.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00144.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00146.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00151.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00161.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00162.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00166.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00302.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00305.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverOn00307.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverTS00153.svg +%%DATADIR%%/skins/default.surge-skin/SVG/hoverTS00157.svg +%%DATADIR%%/skins/default.surge-skin/skin.xml +%%DATADIR%%/tuning_library/Documentation.txt +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/689.362 ED2-47 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/690.000 ED2-40 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/690.909 ED2-33 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/692.308 ED2-26 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/693.333 ED2-45 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/693.750 ED2-64 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/694.737 ED2-19 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/695.652 ED2-69 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/696.000 ED2-50 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/696.774 ED2-31 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/697.674 ED2-43 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/698.182 ED2-55 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/698.507 ED2-67 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/701.538 ED2-65 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/701.887 ED2-53 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/702.439 ED2-41 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/702.857 ED2-70 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/703.448 ED2-29 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/704.348 ED2-46 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/704.762 ED2-63 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/705.882 ED2-17 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/707.143 ED2-56 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/707.692 ED2-39 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/708.197 ED2-61 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/709.091 ED2-22 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/709.859 ED2-71 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/710.204 ED2-49 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/711.111 ED2-27 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/711.864 ED2-59 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/712.500 ED2-32 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/713.514 ED2-37 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/714.286 ED2-42 ELT-12.scl +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/A collection of Equal Linear-Temperaments 17-71 - Notes.pdf +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/Equal Linear Temperaments 17-71.pdf +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/Halberstadt 60-440-69.kbm +%%DATADIR%%/tuning_library/Equal Linear Temperaments 17-71/Pythagorean 12.scl +%%DATADIR%%/tuning_library/KBM Concert Pitch/60-262-60 Concert C.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/61-277-61 Concert C#, Db.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/62-294-62 Concert D.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/63-311-63 Concert D#, Eb.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/64-330-64 Concert E.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/65-349-65 Concert F.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/66-370-66 Concert F#, Gb.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/67-392-67 Concert G.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/68-415-68 Concert G#, Ab.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/69-440-69 Concert A.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/70-466-70 Concert A#, Bb.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/71-494-71 Concert B.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/Halberstadt 60-440-69.kbm +%%DATADIR%%/tuning_library/KBM Concert Pitch/KBM Notes.txt +%%DATADIR%%/tuning_library/SCL/12 Tone Equal Temperament.scl +%%DATADIR%%/tuning_library/SCL/35.1 CET - Wendy Carlos - Gamma.scl +%%DATADIR%%/tuning_library/SCL/6%%PYTHON_VER%% CET - Wendy Carlos - Beta.scl +%%DATADIR%%/tuning_library/SCL/78.0 CET - Wendy Carlos - Alpha.scl +%%DATADIR%%/tuning_library/SCL/88.0 CET - Gary Morrison.scl +%%DATADIR%%/tuning_library/SCL/Bohlen-Pierce.scl +%%DATADIR%%/tuning_library/SCL/ED2-05.scl +%%DATADIR%%/tuning_library/SCL/ED2-06.scl +%%DATADIR%%/tuning_library/SCL/ED2-07.scl +%%DATADIR%%/tuning_library/SCL/ED2-08.scl +%%DATADIR%%/tuning_library/SCL/ED2-09.scl +%%DATADIR%%/tuning_library/SCL/ED2-10.scl +%%DATADIR%%/tuning_library/SCL/ED2-11.scl +%%DATADIR%%/tuning_library/SCL/ED2-12.scl +%%DATADIR%%/tuning_library/SCL/ED2-13.scl +%%DATADIR%%/tuning_library/SCL/ED2-14.scl +%%DATADIR%%/tuning_library/SCL/ED2-15.scl +%%DATADIR%%/tuning_library/SCL/ED2-16.scl +%%DATADIR%%/tuning_library/SCL/ED2-17.scl +%%DATADIR%%/tuning_library/SCL/ED2-18.scl +%%DATADIR%%/tuning_library/SCL/ED2-19.scl +%%DATADIR%%/tuning_library/SCL/ED2-20.scl +%%DATADIR%%/tuning_library/SCL/ED2-21.scl +%%DATADIR%%/tuning_library/SCL/ED2-22.scl +%%DATADIR%%/tuning_library/SCL/ED2-23.scl +%%DATADIR%%/tuning_library/SCL/ED2-24.scl +%%DATADIR%%/tuning_library/SCL/ED2-25.scl +%%DATADIR%%/tuning_library/SCL/ED2-26.scl +%%DATADIR%%/tuning_library/SCL/ED2-27.scl +%%DATADIR%%/tuning_library/SCL/ED2-28.scl +%%DATADIR%%/tuning_library/SCL/ED2-29.scl +%%DATADIR%%/tuning_library/SCL/ED2-30.scl +%%DATADIR%%/tuning_library/SCL/ED2-31.scl +%%DATADIR%%/tuning_library/SCL/ED3-07.scl +%%DATADIR%%/tuning_library/SCL/ED3-08.scl +%%DATADIR%%/tuning_library/SCL/ED3-09.scl +%%DATADIR%%/tuning_library/SCL/ED3-10.scl +%%DATADIR%%/tuning_library/SCL/ED3-11.scl +%%DATADIR%%/tuning_library/SCL/ED3-12.scl +%%DATADIR%%/tuning_library/SCL/ED3-13.scl +%%DATADIR%%/tuning_library/SCL/ED3-14.scl +%%DATADIR%%/tuning_library/SCL/ED3-15.scl +%%DATADIR%%/tuning_library/SCL/ED3-16.scl +%%DATADIR%%/tuning_library/SCL/ED3-17.scl +%%DATADIR%%/tuning_library/SCL/ED3-18.scl +%%DATADIR%%/tuning_library/SCL/ED3-19.scl +%%DATADIR%%/tuning_library/SCL/ED3-20.scl +%%DATADIR%%/tuning_library/SCL/ED3-21.scl +%%DATADIR%%/tuning_library/SCL/ED3-22.scl +%%DATADIR%%/tuning_library/SCL/ED3-23.scl +%%DATADIR%%/tuning_library/SCL/ED3-24.scl +%%DATADIR%%/tuning_library/SCL/ED3-25.scl +%%DATADIR%%/tuning_library/SCL/ED3-26.scl +%%DATADIR%%/tuning_library/SCL/ED3-27.scl +%%DATADIR%%/tuning_library/SCL/ED4-09.scl +%%DATADIR%%/tuning_library/SCL/ED4-11.scl +%%DATADIR%%/tuning_library/SCL/ED4-13.scl +%%DATADIR%%/tuning_library/SCL/ED4-15.scl +%%DATADIR%%/tuning_library/SCL/ED4-17.scl +%%DATADIR%%/tuning_library/SCL/ED4-19.scl +%%DATADIR%%/tuning_library/SCL/ED4-21.scl +%%DATADIR%%/tuning_library/SCL/ED4-23.scl +%%DATADIR%%/tuning_library/SCL/ED4-25.scl +%%DATADIR%%/tuning_library/SCL/ED4-27.scl +%%DATADIR%%/tuning_library/SCL/ED4-29.scl +%%DATADIR%%/tuning_library/SCL/ED4-31.scl +%%DATADIR%%/tuning_library/SCL/ED4-33.scl +%%DATADIR%%/tuning_library/SCL/ED4-35.scl +%%DATADIR%%/tuning_library/SCL/ED4-37.scl +%%DATADIR%%/tuning_library/SCL/ED4-39.scl +%%DATADIR%%/tuning_library/SCL/ED4-41.scl +%%DATADIR%%/tuning_library/SCL/HD2 04-08.scl +%%DATADIR%%/tuning_library/SCL/HD2 05-10.scl +%%DATADIR%%/tuning_library/SCL/HD2 06-12.scl +%%DATADIR%%/tuning_library/SCL/HD2 07-14.scl +%%DATADIR%%/tuning_library/SCL/HD2 08-16.scl +%%DATADIR%%/tuning_library/SCL/HD2 09-18.scl +%%DATADIR%%/tuning_library/SCL/HD2 10-20.scl +%%DATADIR%%/tuning_library/SCL/HD2 11-22.scl +%%DATADIR%%/tuning_library/SCL/HD2 12-24.scl +%%DATADIR%%/tuning_library/SCL/HD2 13-26.scl +%%DATADIR%%/tuning_library/SCL/HD2 14-28.scl +%%DATADIR%%/tuning_library/SCL/HD2 15-30.scl +%%DATADIR%%/tuning_library/SCL/HD2 16-32.scl +%%DATADIR%%/tuning_library/SCL/HD3 04-12.scl +%%DATADIR%%/tuning_library/SCL/HD3 05-15.scl +%%DATADIR%%/tuning_library/SCL/HD3 06-18.scl +%%DATADIR%%/tuning_library/SCL/HD3 07-21.scl +%%DATADIR%%/tuning_library/SCL/HD3 08-24.scl +%%DATADIR%%/tuning_library/SCL/HD3 09-27.scl +%%DATADIR%%/tuning_library/SCL/HD3 10-30.scl +%%DATADIR%%/tuning_library/SCL/HD3 11-33.scl +%%DATADIR%%/tuning_library/SCL/HD3 12-36.scl +%%DATADIR%%/tuning_library/SCL/HD3 13-39.scl +%%DATADIR%%/tuning_library/SCL/HD3 14-42.scl +%%DATADIR%%/tuning_library/SCL/HD3 15-45.scl +%%DATADIR%%/tuning_library/SCL/HD3 16-48.scl +%%DATADIR%%/tuning_library/SCL/HD4 04-16.scl +%%DATADIR%%/tuning_library/SCL/HD4 05-20.scl +%%DATADIR%%/tuning_library/SCL/HD4 06-24.scl +%%DATADIR%%/tuning_library/SCL/HD4 07-28.scl +%%DATADIR%%/tuning_library/SCL/HD4 08-32.scl +%%DATADIR%%/tuning_library/SCL/HD4 09-36.scl +%%DATADIR%%/tuning_library/SCL/HD4 10-40.scl +%%DATADIR%%/tuning_library/SCL/HD4 11-44.scl +%%DATADIR%%/tuning_library/SCL/HD4 12-48.scl +%%DATADIR%%/tuning_library/SCL/HD4 13-52.scl +%%DATADIR%%/tuning_library/SCL/HD4 14-56.scl +%%DATADIR%%/tuning_library/SCL/HD4 15-60.scl +%%DATADIR%%/tuning_library/SCL/HD4 16-64.scl +%%DATADIR%%/tuning_library/SCL/SD2 08-04.scl +%%DATADIR%%/tuning_library/SCL/SD2 10-05.scl +%%DATADIR%%/tuning_library/SCL/SD2 12-06.scl +%%DATADIR%%/tuning_library/SCL/SD2 14-07.scl +%%DATADIR%%/tuning_library/SCL/SD2 16-08.scl +%%DATADIR%%/tuning_library/SCL/SD2 18-09.scl +%%DATADIR%%/tuning_library/SCL/SD2 20-10.scl +%%DATADIR%%/tuning_library/SCL/SD2 22-11.scl +%%DATADIR%%/tuning_library/SCL/SD2 24-12.scl +%%DATADIR%%/tuning_library/SCL/SD2 26-13.scl +%%DATADIR%%/tuning_library/SCL/SD2 28-14.scl +%%DATADIR%%/tuning_library/SCL/SD2 30-15.scl +%%DATADIR%%/tuning_library/SCL/SD2 32-16.scl +%%DATADIR%%/tuning_library/SCL/SD3 12-04.scl +%%DATADIR%%/tuning_library/SCL/SD3 15-05.scl +%%DATADIR%%/tuning_library/SCL/SD3 18-06.scl +%%DATADIR%%/tuning_library/SCL/SD3 21-07.scl +%%DATADIR%%/tuning_library/SCL/SD3 24-08.scl +%%DATADIR%%/tuning_library/SCL/SD3 27-09.scl +%%DATADIR%%/tuning_library/SCL/SD3 30-10.scl +%%DATADIR%%/tuning_library/SCL/SD3 33-11.scl +%%DATADIR%%/tuning_library/SCL/SD3 36-12.scl +%%DATADIR%%/tuning_library/SCL/SD3 39-13.scl +%%DATADIR%%/tuning_library/SCL/SD3 42-14.scl +%%DATADIR%%/tuning_library/SCL/SD3 45-15.scl +%%DATADIR%%/tuning_library/SCL/SD3 48-16.scl +%%DATADIR%%/tuning_library/SCL/SD4 16-04.scl +%%DATADIR%%/tuning_library/SCL/SD4 20-05.scl +%%DATADIR%%/tuning_library/SCL/SD4 24-06.scl +%%DATADIR%%/tuning_library/SCL/SD4 28-07.scl +%%DATADIR%%/tuning_library/SCL/SD4 32-08.scl +%%DATADIR%%/tuning_library/SCL/SD4 36-09.scl +%%DATADIR%%/tuning_library/SCL/SD4 40-10.scl +%%DATADIR%%/tuning_library/SCL/SD4 44-11.scl +%%DATADIR%%/tuning_library/SCL/SD4 48-12.scl +%%DATADIR%%/tuning_library/SCL/SD4 52-13.scl +%%DATADIR%%/tuning_library/SCL/SD4 56-14.scl +%%DATADIR%%/tuning_library/SCL/SD4 60-15.scl +%%DATADIR%%/tuning_library/SCL/SD4 64-16.scl +%%DATADIR%%/wavetables/Basic/Sine HQ.wav +%%DATADIR%%/wavetables/Basic/Sine Octaves HQ.wav +%%DATADIR%%/wavetables/Basic/Sine Octaves.wt +%%DATADIR%%/wavetables/Basic/Sine To Sawtooth HQ.wav +%%DATADIR%%/wavetables/Basic/Sine To Sawtooth.wt +%%DATADIR%%/wavetables/Basic/Sine To Square HQ.wav +%%DATADIR%%/wavetables/Basic/Sine To Square.wt +%%DATADIR%%/wavetables/Basic/Sine.wt +%%DATADIR%%/wavetables/Basic/Tri-Saw HQ.wav +%%DATADIR%%/wavetables/Basic/Tri-Saw.wt +%%DATADIR%%/wavetables/Basic/Triangle HQ.wav +%%DATADIR%%/wavetables/Basic/Triangle.wt +%%DATADIR%%/wavetables/Generated/Circle.wt +%%DATADIR%%/wavetables/Generated/Cosine Inverse Power.wt +%%DATADIR%%/wavetables/Generated/Cosine Octaves.wt +%%DATADIR%%/wavetables/Generated/Cosine.wt +%%DATADIR%%/wavetables/Generated/Emphasis.wt +%%DATADIR%%/wavetables/Generated/Flangy.wt +%%DATADIR%%/wavetables/Generated/Formants.wt +%%DATADIR%%/wavetables/Generated/Impulse.wt +%%DATADIR%%/wavetables/Generated/Multi Bandpass Sweep.wt +%%DATADIR%%/wavetables/Generated/Noise.wt +%%DATADIR%%/wavetables/Generated/PM Comp.wt +%%DATADIR%%/wavetables/Generated/PM Freq.wt +%%DATADIR%%/wavetables/Generated/PM16x.wt +%%DATADIR%%/wavetables/Generated/PWM.wt +%%DATADIR%%/wavetables/Generated/Phasey 1.wt +%%DATADIR%%/wavetables/Generated/Phasey 2.wt +%%DATADIR%%/wavetables/Generated/Primes.wt +%%DATADIR%%/wavetables/Generated/Pulse Synced 25%.wt +%%DATADIR%%/wavetables/Generated/Pulse Synced 50%.wt +%%DATADIR%%/wavetables/Generated/Pulse Windowed.wt +%%DATADIR%%/wavetables/Generated/Ripple.wt +%%DATADIR%%/wavetables/Generated/Saw ATC.wav +%%DATADIR%%/wavetables/Generated/Saw Asymmetric.wt +%%DATADIR%%/wavetables/Generated/Saw CS-80.wt +%%DATADIR%%/wavetables/Generated/Saw Detuned.wt +%%DATADIR%%/wavetables/Generated/Saw Havoc.wt +%%DATADIR%%/wavetables/Generated/Saw Primary.wt +%%DATADIR%%/wavetables/Generated/Saw Sync.wt +%%DATADIR%%/wavetables/Generated/Sawtooth Reso.wt +%%DATADIR%%/wavetables/Generated/Sawtooth Window.wt +%%DATADIR%%/wavetables/Generated/Several Formants.wt +%%DATADIR%%/wavetables/Generated/Sine FB.wt +%%DATADIR%%/wavetables/Generated/Sine FM 2x HQ.wt +%%DATADIR%%/wavetables/Generated/Sine FM 2x.wt +%%DATADIR%%/wavetables/Generated/Sine FM 3x HQ.wt +%%DATADIR%%/wavetables/Generated/Sine FM 3x.wt +%%DATADIR%%/wavetables/Generated/Sine Half HQ.wt +%%DATADIR%%/wavetables/Generated/Sine Half.wt +%%DATADIR%%/wavetables/Generated/Sine Inverse Power HQ.wt +%%DATADIR%%/wavetables/Generated/Sine Inverse Power.wt +%%DATADIR%%/wavetables/Generated/Sine One Harmonic.wt +%%DATADIR%%/wavetables/Generated/Sine PD HQ.wt +%%DATADIR%%/wavetables/Generated/Sine PD.wt +%%DATADIR%%/wavetables/Generated/Sine Power HQ.wt +%%DATADIR%%/wavetables/Generated/Sine Power.wt +%%DATADIR%%/wavetables/Generated/Sine Quantitized 1.wt +%%DATADIR%%/wavetables/Generated/Sine Quantitized 2.wt +%%DATADIR%%/wavetables/Generated/Sine Quantitized 3.wt +%%DATADIR%%/wavetables/Generated/Sine Sync Windowed.wt +%%DATADIR%%/wavetables/Generated/Sine Two Harmonics.wt +%%DATADIR%%/wavetables/Generated/Sine Windowed FM.wt +%%DATADIR%%/wavetables/Generated/Sine Windowed HQ.wt +%%DATADIR%%/wavetables/Generated/Sine Windowed Octaves.wt +%%DATADIR%%/wavetables/Generated/Sine Windowed Primes.wt +%%DATADIR%%/wavetables/Generated/Sine Windowed.wt +%%DATADIR%%/wavetables/Generated/Square ATC.wav +%%DATADIR%%/wavetables/Generated/Square Windowed HQ.wt +%%DATADIR%%/wavetables/Generated/Square Windowed.wt +%%DATADIR%%/wavetables/Generated/Sweepy.wt +%%DATADIR%%/wavetables/Generated/Triangle Primary.wt +%%DATADIR%%/wavetables/Generated/Triangle Sine Shape.wt +%%DATADIR%%/wavetables/Oneshot/Blip 1.wt +%%DATADIR%%/wavetables/Oneshot/Blip 2.wt +%%DATADIR%%/wavetables/Oneshot/Blip 3.wt +%%DATADIR%%/wavetables/Oneshot/Pulse.wt +%%DATADIR%%/wavetables/Rhythmic/Bata.wt +%%DATADIR%%/wavetables/Rhythmic/Bells.wt +%%DATADIR%%/wavetables/Rhythmic/Bloop.wt +%%DATADIR%%/wavetables/Rhythmic/Computer 1.wt +%%DATADIR%%/wavetables/Rhythmic/Computer 2.wt +%%DATADIR%%/wavetables/Rhythmic/Computer 3.wt +%%DATADIR%%/wavetables/Rhythmic/Drumbeat 1.wt +%%DATADIR%%/wavetables/Rhythmic/Drumbeat 2.wt +%%DATADIR%%/wavetables/Rhythmic/Laser.wt +%%DATADIR%%/wavetables/Rhythmic/Rim.wt +%%DATADIR%%/wavetables/Rhythmic/Scrape.wt +%%DATADIR%%/wavetables/Rhythmic/Sparkly 1.wt +%%DATADIR%%/wavetables/Rhythmic/Sparkly 2.wt +%%DATADIR%%/wavetables/Rhythmic/Sparkly 3.wt +%%DATADIR%%/wavetables/Rhythmic/Sprinkles 1.wt +%%DATADIR%%/wavetables/Rhythmic/Sprinkles 2.wt +%%DATADIR%%/wavetables/Rhythmic/Wool Bow.wt +%%DATADIR%%/wavetables/Sampled/Banjo 1.wt +%%DATADIR%%/wavetables/Sampled/Banjo 2.wt +%%DATADIR%%/wavetables/Sampled/Cello.wt +%%DATADIR%%/wavetables/Sampled/Choir Formant.wt +%%DATADIR%%/wavetables/Sampled/Cluster.wt +%%DATADIR%%/wavetables/Sampled/Glissy.wt +%%DATADIR%%/wavetables/Sampled/Guitar Acoustic 1.wt +%%DATADIR%%/wavetables/Sampled/Guitar Acoustic 2.wt +%%DATADIR%%/wavetables/Sampled/Guitar Electric 1.wt +%%DATADIR%%/wavetables/Sampled/Guitar Electric 2.wt +%%DATADIR%%/wavetables/Sampled/Guitar High.wt +%%DATADIR%%/wavetables/Sampled/Guitar Mid.wt +%%DATADIR%%/wavetables/Sampled/Guitar Steel.wt +%%DATADIR%%/wavetables/Sampled/Guitar.wt +%%DATADIR%%/wavetables/Sampled/Harp 1.wt +%%DATADIR%%/wavetables/Sampled/Harp 2.wt +%%DATADIR%%/wavetables/Sampled/Harpsi.wav +%%DATADIR%%/wavetables/Sampled/Koto 1.wt +%%DATADIR%%/wavetables/Sampled/Koto 2.wt +%%DATADIR%%/wavetables/Sampled/Koto 3.wt +%%DATADIR%%/wavetables/Sampled/Mallets 1.wt +%%DATADIR%%/wavetables/Sampled/Mallets 2.wt +%%DATADIR%%/wavetables/Sampled/Mod Perc.wt +%%DATADIR%%/wavetables/Sampled/Music Box 1.wt +%%DATADIR%%/wavetables/Sampled/Music Box 2.wt +%%DATADIR%%/wavetables/Sampled/Mystic.wt +%%DATADIR%%/wavetables/Sampled/New Bell.wt +%%DATADIR%%/wavetables/Sampled/Organ 1.wt +%%DATADIR%%/wavetables/Sampled/Organ 2.wt +%%DATADIR%%/wavetables/Sampled/Piano 1.wt +%%DATADIR%%/wavetables/Sampled/Piano 2.wt +%%DATADIR%%/wavetables/Sampled/Piano Dark.wt +%%DATADIR%%/wavetables/Sampled/Piano Low.wt +%%DATADIR%%/wavetables/Sampled/Pizz 1.wt +%%DATADIR%%/wavetables/Sampled/Pizz 2.wt +%%DATADIR%%/wavetables/Sampled/Vocal Ah 1.wt +%%DATADIR%%/wavetables/Sampled/Vocal Ah 2.wt +%%DATADIR%%/wavetables/Sampled/Vocal Choir 1.wt +%%DATADIR%%/wavetables/Sampled/Vocal Choir 2.wt +%%DATADIR%%/wavetables/Sampled/Vocal O Formant 1.wt +%%DATADIR%%/wavetables/Sampled/Vocal O Formant 2.wt +%%DATADIR%%/wavetables/Sampled/Vocal O.wt +%%DATADIR%%/wavetables/Sampled/Wonky.wt +%%DATADIR%%/wavetables/WT fileformat.txt +%%DATADIR%%/wavetables/Waldorf/B3Waves.wt +%%DATADIR%%/wavetables/Waldorf/BELLTR.wt +%%DATADIR%%/wavetables/Waldorf/BELTREE2.wt +%%DATADIR%%/wavetables/Waldorf/Beat.wt +%%DATADIR%%/wavetables/Waldorf/CARDBORD.wt +%%DATADIR%%/wavetables/Waldorf/CELLIH1.wt +%%DATADIR%%/wavetables/Waldorf/CELLIPG.wt +%%DATADIR%%/wavetables/Waldorf/CELO.wt +%%DATADIR%%/wavetables/Waldorf/Chaosweep.wt +%%DATADIR%%/wavetables/Waldorf/Chorus 2.wt +%%DATADIR%%/wavetables/Waldorf/DIGDU.wt +%%DATADIR%%/wavetables/Waldorf/DRAIN.wt +%%DATADIR%%/wavetables/Waldorf/DXBASS.wt +%%DATADIR%%/wavetables/Waldorf/Diff. MKs.wt +%%DATADIR%%/wavetables/Waldorf/ELECTRIC.wt +%%DATADIR%%/wavetables/Waldorf/FMBell WM.wt +%%DATADIR%%/wavetables/Waldorf/FMGlock.wt +%%DATADIR%%/wavetables/Waldorf/FMP.wt +%%DATADIR%%/wavetables/Waldorf/FMT Pulse.wt +%%DATADIR%%/wavetables/Waldorf/FORMsaw2.wt +%%DATADIR%%/wavetables/Waldorf/Fmt Saw 3.wt +%%DATADIR%%/wavetables/Waldorf/Hype P.wt +%%DATADIR%%/wavetables/Waldorf/JSMITH.wt +%%DATADIR%%/wavetables/Waldorf/Jamming.wt +%%DATADIR%%/wavetables/Waldorf/KlingKlan.wt +%%DATADIR%%/wavetables/Waldorf/MW E-Pian.wt +%%DATADIR%%/wavetables/Waldorf/Male AhPG.wt +%%DATADIR%%/wavetables/Waldorf/Ord. FM.wt +%%DATADIR%%/wavetables/Waldorf/Organs.wt +%%DATADIR%%/wavetables/Waldorf/PrfctPWM.wt +%%DATADIR%%/wavetables/Waldorf/RACHEL.wt +%%DATADIR%%/wavetables/Waldorf/SLAPE2.wt +%%DATADIR%%/wavetables/Waldorf/STRHMX.wt +%%DATADIR%%/wavetables/Waldorf/Saw Arp.wt +%%DATADIR%%/wavetables/Waldorf/SawOctave.wt +%%DATADIR%%/wavetables/Waldorf/SoftSync.wt +%%DATADIR%%/wavetables/Waldorf/SomeOrgan.wt +%%DATADIR%%/wavetables/Waldorf/StringHit.wt +%%DATADIR%%/wavetables/Waldorf/TS.wt +%%DATADIR%%/wavetables/Waldorf/TSITAR3.wt +%%DATADIR%%/wavetables/Waldorf/Tubular.wt +%%DATADIR%%/wavetables/Waldorf/VeryHi WM.wt +%%DATADIR%%/wavetables/Waldorf/ViceVersa.wt +%%DATADIR%%/wavetables/Waldorf/WATER4.wt +%%DATADIR%%/wavetables/Waldorf/WETFONE.wt +%%DATADIR%%/wavetables/Waldorf/microwave1.wt +%%DATADIR%%/wavetables/Waldorf/microwave4.wt +%%DATADIR%%/wavetables/Waldorf/mw1.wt +%%DATADIR%%/wavetables/Waldorf/sine swee.wt +%%DATADIR%%/wavetables/Waldorf/vs1.wt +%%DATADIR%%/wavetables/Waldorf/vs2.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 1.WT +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 10.WT +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 11.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 12.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 13.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 14.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 15.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 16.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 17.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 18.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 19.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 2.WT +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 20.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 21.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 22.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 23.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 24.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 25.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 26.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 27.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 28.wt +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 3.WT +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 4.WT +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 5.WT +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 6.WT +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 7.WT +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 8.WT +%%DATADIR%%/wavetables_3rdparty/Damon Armani/Damon Armani 9.WT +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/STAC French Horn.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/STAC Tenor Trombone Splat.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/STAC Tenor Trombone.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/STAC Trombone Soft.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/STAC Trombone Splat.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/STAC Trumpet Loud.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/STAC Trumpet.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/STAC Tuba Soft.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/STAC Tuba.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS French Horn Loud.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS French Horn Mute.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS French Horn.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Tenor Trombone Loud.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Tenor Trombone.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Trombone Buzzy.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Trombone Fall.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Trumpet Harmon Mute.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Trumpet Loud.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Trumpet Pierce.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Trumpet Straight Mute 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Trumpet Straight Mute 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Trumpet.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Tuba Funky.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Tuba Loud.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Brass/SUS Tuba.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Organ Open.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Organ Pedal Quiet.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Organ Pedal.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Organ Quiet 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Organ Quiet 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Organ Quiet Dirty.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Upright Piano Dirty.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Upright Piano Loud 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Upright Piano Loud 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Upright Piano Medium Dirty.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Upright Piano Medium Hard.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Upright Piano Medium.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Upright Piano Noisy.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Keys/Upright Piano Soft.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Brick Scrape.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Bubbles Low.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Conga.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Cowbell.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Glass Break.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Hammered.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Metal.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Scatter.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Tambourine.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Timpani.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/ENV Zap.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Chains Low.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Cymbal Oscillator.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Drum Rubber.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Gongy.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Log Drum Sine.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Metal Mush.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Metal.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Scrambled Tambourine.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Snare.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Misc/SUS Xylo Pad.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/DR Kick Loud.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/DR Kick Soft.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/DR Log Drum.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/DR Snare.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/FX Bubbles.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/FX Glass Shatter.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/FX Metal Hit.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/Flute 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/Flute 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/French Horn.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/PR Cowbell.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/PR Tambourine.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/PR Triangle Long.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/PR Triangle Short.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/Trombone Fall.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/Trombone.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Oneshot/Trumpet.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/PIZZ Bass Low.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/PIZZ Bass Soft.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/PIZZ Cello Soft 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/PIZZ Cello Soft 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/PIZZ Viola.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/PIZZ Violin High.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/PIZZ Violin Section.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/PIZZ Violin.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/Pluck Harp Low.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/Pluck Harp.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SPIC Bass 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SPIC Bass 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SPIC Viola.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SPIC Violin.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Bass Low.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Bass Noise.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Bass Trem 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Bass Trem 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Cello Vibrato High.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Cello Vibrato.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Cello.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Harp High.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Harp.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Violin High.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Violin Low.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Violin Trem.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/String/SUS Violin.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Bassoon High.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Bassoon.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Clarinet High.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Clarinet Low.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Flute Dirty.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Flute High.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Flute Pierce.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Oboe Short.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Oboe.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Piccolo 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/STAC Piccolo 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Bassoon High 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Bassoon High 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Bassoon Low.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Bassoon.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Clarinet High Reedy.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Clarinet High.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Clarinet.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Flute High 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Flute High 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Flute High Pierce.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Flute Key.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Flute Soft.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Flute.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Oboe High 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Oboe High 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Oboe Jittery.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Oboe Wobbly.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Oboe.wav +%%DATADIR%%/wavetables_3rdparty/Emu VSCO/Woodwinds/SUS Piccolo.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Chippy.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/ENV Melting Organ.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/FM 2 Loop.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/FM 4 Loop.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/FM 4.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/FM Pal.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Flute Bad.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Ghostly Voices.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Gorb.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Honkey Tonk.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Kick Cycles.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Sax Slax.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Sax Wonk.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Super Chippy.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Thick Frames.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Vocal Mulch.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Experiments/Warble.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Captured Chord.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Noise Brown.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Noise Garble.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Noise Pink.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Noise Sweep.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Sine Buff.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Sine Gorb.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Sine Interest.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Sine Ring.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Square And Back Again.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Tri Diode Clip.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/Tri Distort.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/env Sine Boop.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Digital Simple/env Soft Saw.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Oneshot/Bass.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Oneshot/EP.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Oneshot/FM Attack 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Oneshot/FM Attack 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Oneshot/FM Attack 3.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Oneshot/Poor Lil Guy.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Oneshot/Yeehaw.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Percussion/ENV Bowbell Banjo.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Percussion/ENV China Cymbal.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Percussion/ENV E Piano.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Percussion/ENV Room Kick.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Percussion/ENV Room Snare 1.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Percussion/ENV Room Snare 2.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Percussion/ENV Snare Drum.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Vintage Synths/ENV FM EP.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Vintage Synths/ENV Solid Fish.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Vintage Synths/FM2000 Lunar.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Vintage Synths/FM2000 Organ.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Vintage Synths/FM2000 Otherworld.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Vintage Synths/FM2000 Stardrop.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Vintage Synths/FM2000 String.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Vintage Synths/Pink Elephant.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Actual Donkey.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Boogie.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Donkeys.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Fuzzy Lah.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Fuzzy.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Kitten 1.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Kitten 2.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Kitten 3.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/LOL.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Oh No.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Shuddup 1.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Shuddup 2.wt +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Trashion.wav +%%DATADIR%%/wavetables_3rdparty/Emu/Voices And Animals/Yoobee.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 1.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 10.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 11.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 12.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 13.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 14.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 15.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 16.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 17.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 18.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 19.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 2.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 20.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 21.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 22.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 23.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 24.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 25.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 26.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 27.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 28.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 29.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 3.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 30.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 31.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 32.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 33.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 4.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 5.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 6.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 7.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 8.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Morphs/Morph 9.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 1.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 10.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 11.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 12.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 13.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 14.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 15.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 16.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 17.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 18.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 19.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 2.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 20.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 21.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 22.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 23.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 24.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 25.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 26.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 27.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 28.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 29.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 3.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 30.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 31.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 32.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 4.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 5.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 6.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 7.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 8.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Organ/Organ 9.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 1.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 10.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 11.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 12.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 13.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 14.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 15.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 16.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 17.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 18.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 19.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 2.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 20.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 21.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 22.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 23.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 24.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 25.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 26.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 27.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 28.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 29.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 3.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 30.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 31.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 32.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 33.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 4.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 5.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 6.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 7.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 8.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/PPG/PPG 9.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 1.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 10.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 11.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 12.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 13.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 14.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 15.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 16.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 17.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 18.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 19.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 2.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 20.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 21.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 22.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 23.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 24.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 25.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 26.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 27.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 28.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 29.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 3.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 30.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 31.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 32.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 4.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 5.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 6.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 7.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 8.wt +%%DATADIR%%/wavetables_3rdparty/Layzer/Vocal/Vocal 9.wt +%%DATADIR%%/wavetables_3rdparty/TNMG/Chemical Reaction.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Digital Movement.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/FM Scream Redux.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Glitch Voice.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Growl Spectrum.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Humanoid.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Machine Learning.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Noise Calibration.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Phase Relations.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Pulse Spikes.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Shape Shifter.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Spectra Voice.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Spectral Mirror.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Surge Synthesizer.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Wave Collection.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Wave Crush.wav +%%DATADIR%%/wavetables_3rdparty/TNMG/Xenharmonic.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Acid/VT Acid 1.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Acid/VT Acid 2.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Acid/VT Acid 3.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Acid/VT Acid 4.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Acid/VT Acid 5.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 1.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 10.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 2.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 3.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 4.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 5.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 6.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 7.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 8.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Analog Hybrid/VT Analog Hybrid 9.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Chaos/VT Chaos 1.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Chaos/VT Chaos 2.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Chaos/VT Chaos 3.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Chaos/VT Chaos 4.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Chaos/VT Chaos 5.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Elevate/VT Elevate 1.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Elevate/VT Elevate 2.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Elevate/VT Elevate 3.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Elevate/VT Elevate 4.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Elevate/VT Elevate 5.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 1.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 10.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 2.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 3.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 4.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 5.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 6.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 7.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 8.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/FM/VT FM 9.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Flobeld/VT Flobeld 1.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Flobeld/VT Flobeld 2.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Flobeld/VT Flobeld 3.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Flobeld/VT Flobeld 4.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Flobeld/VT Flobeld 5.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 1.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 10.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 2.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 3.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 4.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 5.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 6.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 7.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 8.wav +%%DATADIR%%/wavetables_3rdparty/Venus Theory/Growl/VT Growl 9.wav |