Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2020 05:53:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538371 - head/audio/surge-synthesizer-lv2
Message-ID:  <202006100553.05A5raYZ099130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jun 10 05:53:35 2020
New Revision: 538371
URL: https://svnweb.freebsd.org/changeset/ports/538371

Log:
  audio/surge-synthesizer-lv2: Fix resource path; Install resources

Added:
  head/audio/surge-synthesizer-lv2/pkg-plist   (contents, props changed)
Modified:
  head/audio/surge-synthesizer-lv2/Makefile

Modified: head/audio/surge-synthesizer-lv2/Makefile
==============================================================================
--- head/audio/surge-synthesizer-lv2/Makefile	Wed Jun 10 05:22:13 2020	(r538370)
+++ head/audio/surge-synthesizer-lv2/Makefile	Wed Jun 10 05:53:35 2020	(r538371)
@@ -4,6 +4,7 @@ PORTNAME=	surge-synthesizer
 DISTVERSIONPREFIX=	release_
 DISTVERSION=	1.6.6-58
 DISTVERSIONSUFFIX=	-g3dbd1be
+PORTREVISION=	1
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
@@ -37,14 +38,11 @@ GH_TUPLE=	\
 
 BINARY_ALIAS=	python=${PYTHON_CMD}
 
-PLIST_FILES=	lib/lv2/Surge.lv2/Surge.so \
-		lib/lv2/Surge.lv2/Surge_dsp.ttl \
-		lib/lv2/Surge.lv2/Surge_ui.ttl \
-		lib/lv2/Surge.lv2/manifest.ttl \
-		lib/vst/Surge.so
-
 PORTSCOUT=	limit:^\d+\. # prevent alpha-numeric strings
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|"/usr/share/Surge/"|"${DATADIR}/"|' ${WRKSRC}/src/common/SurgeStorage.cpp
+
 do-install:
 	# LV2 plugin
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/lv2
@@ -53,5 +51,7 @@ do-install:
 	# VST plugin
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/vst
 	${INSTALL_LIB} ${WRKSRC}/products/Surge.vst3/Contents/*/Surge.so ${STAGEDIR}${PREFIX}/lib/vst
+	# data
+	cd ${WRKSRC}/resources/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>

Added: head/audio/surge-synthesizer-lv2/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/surge-synthesizer-lv2/pkg-plist	Wed Jun 10 05:53:35 2020	(r538371)
@@ -0,0 +1,2324 @@
+lib/lv2/Surge.lv2/Surge.so
+lib/lv2/Surge.lv2/Surge_dsp.ttl
+lib/lv2/Surge.lv2/Surge_ui.ttl
+lib/lv2/Surge.lv2/manifest.ttl
+lib/vst/Surge.so
+%%DATADIR%%/configuration.xml
+%%DATADIR%%/patches_3rdparty/Argitoth/Arabian Flute.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Argitoth.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Asian Flute.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Block.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Blue Pad.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Classic Strings.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Computer Language 1.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Computer Language 2.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Dirty Saw Init.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Earmelt Saw.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Edges Rhythm.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Garbage Man.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Gumdrops.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Input Osc 1 + 2.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Input Scene A + B.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Kick.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Monster Feedback.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Music Toy.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Psyence Loop.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Raindrops.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Recorder.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Reson.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Saw-Square Pad.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Screaming Saw.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Scrooz Loop.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Snare.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Subtle Pad.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Surge FX True Stereo 1.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Surge FX True Stereo 2.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Trance Lead 1.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Trance Lead 2.fxp
+%%DATADIR%%/patches_3rdparty/Argitoth/Trance Lead 3.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 1.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 10.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 11.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 12.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 13.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 14.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 15.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 16.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 17.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 2.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 3.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 4.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 5.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 6.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 7.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 8.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass 9.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Bass/Bass Seq 110 BPM.fxp
+%%DATADIR%%/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/Lead/A Rattle In The Old Man's Sax.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Crusher.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Distorted Cello.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Harpsick.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Ice Rain.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 1.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 10.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 11.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 2.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 3.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 4.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 5.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 6.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 7.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 8.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Lead 9.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Lead/Zappa Digilead.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Organ/C. Jack Dupree.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Organ/Santana Goin' Home 73.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Another Warm.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Bad News.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Broken.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/China Crisis.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Delta Rhythm Boys.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 1.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 2.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 3.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 4.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 5.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths 6.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Fifths Whiteboat.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Film.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Frogs With Dirty Little Lips.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Ghost Glass Harmonium.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Gods.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Hassel Lost His New Horn.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Hine's Vertigo 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Hit and Hesitate.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Innit Blue.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Juno.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/King.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Mid Key Squeal.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Obie.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Orbit and Sub.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Out Of Tune Tin 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Rainy Day Dreamaway.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Res Wave Shift.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Rhythm Delay 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Sawdust.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Shimmer Glimmer Goes Dirt.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Skum Bolero 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/The Lunatic.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Whatever.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/White Room.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Wool 1.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Pad/Wool 2.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Perc/Tubular.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Split/Bilbo 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Split/Casio VL Tone 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Split/Dam Dam Dam 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Split/Diggety Doggety 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Split/Nu 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Split/Royals Straight Flushed 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Split/Trevor Horn Is My Mother 110 BPM.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Vox/Gregorian Rant Mono.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Vox/Gregorian Rant Poly.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Wind/Bamboo.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Wind/Basson.fxp
+%%DATADIR%%/patches_3rdparty/Bluelight/Wind/Recorder.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Arp/Cinematic Arp.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Arp/Dark & Rhythmic.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Arp/Lush Style.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Arp/Transparent.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Analog Magic.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Another Dubstep.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Bulky.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Crazy Dub.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Disto Bass.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Dubstep.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Fast & Furious .fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Little Finger.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Massive Dubstep.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Satu Bass.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Bass/Unknowing Bass.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/Attacky.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/Dark Strange.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/Funky.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/RoboTalker.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Lead/Rough & Soft.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pad/Church Pad.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pad/Freedom Message.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pad/Funky Gate.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pad/Spaceship.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Daft Punk.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Dark Clouds.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Disto.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Drunk Pluck.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Fun Key.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Happy Snappy.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Like Piano.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Talking.fxp
+%%DATADIR%%/patches_3rdparty/Damon Armani/Pluck/Trance Pluck.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Bass/Lucy Louise.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Bass/Piglet.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Bass/Throated Bass.fxp
+%%DATADIR%%/patches_3rdparty/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/Lead/By The Way....fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Positive Feedback.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Reluctant Leader.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Second Thoughts.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Sharp Lead.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Soft Sync.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Sync Sweep Lead.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Lead/Third Release.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Dark Friday.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Drone Bee.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Fingers On Wine Glass.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Galaxy Pad.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Here's Your Sine.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Jellyfish.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Lush PWM Strings.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Muted Square Pad.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/The Voice.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Touch Brass.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pad/Touch String - Brass.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Big Bells.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Morphing Bells.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Phased Gong 1.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Phased Gong 2.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Phased Gong 3.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Smooth Bells.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Perc/Synclav Bells.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Bowed Plucked Pipe.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Comb Harp.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Galactic Harp.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Hidden Tiger.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Muther Plucker.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Power Chord.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Purple.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Resonated Pluck.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Sine Of The Times.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Pluck/Strum Up.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Bass & Rhythm 1.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Bass & Rhythm 2.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Carolina Reaper.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Drum Loop 1.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Drum Loop 2.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Drum Loop 3.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Flying Squares.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Sequence/Tube Rhythm.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Big Brass.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Cascade.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Chainsaw.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Chime Charm.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Comb String Section.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Feedback Cycle.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Freeform.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Grey And Black.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Lyrica.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Metal Head.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Overdriven Cello.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Saskatoon.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Saturation.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Scrooge McDuck.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Splash Mouth.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Square Wave.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/String Quartet.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Virtual Sync Sweep.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Warm Reception.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Synth/Wudang.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/A Robotic Mind.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Alternate Solution.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Bad Influence.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Boidae.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Brave New World.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Catalina.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Certified.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Chime Charm.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Dancing Strings.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Dizzy Busy.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Dope Drummer.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Dropper.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Earfull.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/FM Waves 01.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/FM Waves 02.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Fire Breather.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Generator.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Hartsfield.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Ice Cream Sundae.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Jambourie.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Ka$h.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Lanes.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Moving Day.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Mumford's the Word.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/North Atlantic.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Old Tool Motion.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Piano Vector.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pick Me Minor Arp.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pick Me.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pipe Dreams.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Prism.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pulling Strings.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Pulstronic.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Quinceanera.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Reanimation.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Rhythm and Lead.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Rice Paper.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Shuddup!.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Six Palms.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Stepping Out.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Sweet Sixteen.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Syncing Ship.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Tin Men.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Tinker Toys.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Twelve Step Layer.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Two Bit.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Until Then.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Walking Away.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/Wave Complex.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wave Motion/What's Your Vector, Victor .fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Amped Harmonica.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Andes Pipes.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Clarinet.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Double Reed.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Flute 1.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Flute 2.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Huangshan.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Junkyard Dog.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Oboe-Wan-Can-No-Be.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Oscar The Grouch.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Physical Therapy.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Pipe Attack.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Reed To Pipe Morph.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Scratchy Throat.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Simple Pipe.fxp
+%%DATADIR%%/patches_3rdparty/Dan Maurer/Wind/Tenor Sax.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Chippy Bits.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Kick Chippy.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Kick.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Noisey Drum.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR Mort Snare.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Clap VA.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Conga.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Cowbell.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Cymbal.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Kick 01.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Kick 02 .fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Snare.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T8 Tom.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T9 Snare.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/DR T9 Tom.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/PR Egg Shaker.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/PR Hat Closed VA.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/PR Hat Open VA.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/PR Hat SPLIT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Hat.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Kick Room 01.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Kick Room 02.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Snare Room 01.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Snare Room 02.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Drum/WT Splashy Ride.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/BS Acidy FM Boy.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/BS Barfy Beauty WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/BS Beefy Boi.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/BS Soft Plucks WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Noise Particles WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Robot Exhaust.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Sick In The Super Dome WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Signature Talker 1S.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/FX Slapshot.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY CowbellBanjo WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Crispy Key EMU.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY FMHappy WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY I Once Was A Cymbal WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Light EP WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY SoftSaw WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Thin and Gaseous Organ WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Trashion EP WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Trombone Harmonica WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/KY Yoobee Talker WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Crushed Upright Piano WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Doink Realm Organ WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Droney FM Steamer.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Melted Organ WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Sax Destroyer WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/LD Square Adventure WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/MULTI Hidden Hats FM.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/MULTI pluck2pad DemonSad EMU.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Beautiful Flutebad WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Blazing Galaxies WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Buzzy Bees and Sitars WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Fez Pad.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Fuzzy Speaks WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Ghostly Voices WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Square and Back Again WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PD Windy Brassmen WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PL Banjo Like WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PL Bossy Saw.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PL Brass Attacks WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/PL Horn Ring Boops WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/SEQ Dancing Sine Boyz.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/SEQ Dirty Saws.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/SY 80's Future Key WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Disto Brass Pass WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Garbely Joe.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Golden Square VA.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Piercing Trumpet Morph WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Strange Declarations WT.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Synth/SY Wonky Game Pad.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM Faux Filter.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM Saw.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM Square.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM Triangle.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM Woodwind Maker.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #02.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #03.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #04.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #05.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #07.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/FM100 Routing #08.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/WT ENV morph.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/WT MOD morph.fxp
+%%DATADIR%%/patches_3rdparty/Emu/Template/WT RAMP UP morph.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Black Swarm.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Dark Notch.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Dark Trancer.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Deep Jungler.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Distorro.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Dog.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Highpass Terror.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Hoovin' Spot.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Mid Band Diver.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Module Hunter.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Multisaw Ring.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Phasing Warp.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Rave Detuner.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Ring 'n' Shape.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Shaped Tri-Saw.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Sinus To Sinus.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Sirens and Fire.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Squeezy Chaos.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Swell Reece.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Tech Cabinet.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/VA Experience.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Warm Square.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Wave Joke.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Wellblech.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/Wobbler.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Bass/X0X Bassline.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/5th Element.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Dual Ensemble.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Happy Old Vibe.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Inside The Place.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Minor Flag.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Minor Synth Piano.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Pluck Character.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Synth Stab Minor.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Unison Minority.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Chord/Visitor's Playground.fxp
+%%DATADIR%%/patches_3rdparty/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/Lead/Background Sweep.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Crisp Cross.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Cut Through.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Formant Tables.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Frag 7th Syn.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Future Sax.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Guitar Vibe.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/House Vibe.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Mechanic Unison.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Ravin' Stalker.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Saw Rings.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Squary Sync.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Street Parade.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Synth Surfer.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Tech Ring.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Under The Tomb.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Lead/Wave Arp.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organ/Charmy Organ.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organ/Deep Houser.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organ/Draft Card.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organ/Hammond's Hall.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organ/Late Night.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organ/Liquid Steel.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organ/Lot Of Drawbars.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organ/Morph Magic.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Organ/Wanna B3.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Back Texture.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Breath Of China.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Changing Sines.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Chorbells.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Cyborg Texture.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Dark Whisper.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Deep Choir.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Digitized Choir.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Dub Choir.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Electric City.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Horizon Opens.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Moon and Water.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/OAH Choir.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Organaut.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Sci-Fi Church.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Sun Rising.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Time Shift.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Vocodarian.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Wide Vibrations.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Pad/Wood Walk.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Alarm Reese.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Bellchordian.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Bellistic.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Hard Hacked.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Mellow On Sync.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Reeseliner.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Sine Hammer.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Staccato Mellow.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Trance Ground.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Tubularity.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Rhythm/Unison Retrigger.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Wind/Clarinet.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Wind/Flute.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Wind/Horns.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Wind/Oboe.fxp
+%%DATADIR%%/patches_3rdparty/Giana Brotherz/Wind/Trumpet.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/60s Sci-Fi.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Air Spray.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Alone.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Apex Arp 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Apex Arp 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Atonal.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Bass 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Bass 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Bass 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Bass 4.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Bass 5.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Beautiful Thoughts 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Beautiful Thoughts 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Bell Cave.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Bellish Lead.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Blade 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Blade 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Blade 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Blade 4.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Blade 5.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Bloody Valentine.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Calamity 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Calamity.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Cat Bass.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Chiff 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Chiff 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Chiff 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Chiff.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Children's Lead.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Clockers 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Clockers 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Clockers 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Clockers 4.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Crackles.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Dark Bass.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Dark Bell.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Dark Dyson.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Delicate.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Digital Lead.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Digitalis.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Dirty Hardcore 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Dirty Hardcore 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Dirty Pad.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Distance Between Us.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Disturbances.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Dreaming.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Drone Melancholy.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Edgy.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Faint Memory.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Faraway Tree.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fat Detuned Squares.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fat Detuned Sync.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fizzer 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fizzer 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fizzer 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fizzer 4.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fizzer 5.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Flat Oboe.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fragile 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fragile 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fragile 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fragile 4.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fragile 5.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fragile 6.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Fragile 7.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Further 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Further 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Further 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Go Carefully.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Going Away.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Hangars 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Hangars 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Hangars 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Hangars 4.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Hangars 5.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Happy Saws.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Harpsick.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Hello Little Weed.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Irreversible 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Irreversible 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Klop.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Knocks.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Ladder 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Ladder 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Ladder 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Ladder 4.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Melodic Line 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Melodic Line 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Melodic Line 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Melodic Line 4.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Melodic Organ.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Mountain Pipe.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Nasal Cavern.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/No End Drum.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Nova 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Nova 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pad Basics.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Paddy Power.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Persistance.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Piano 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Piano 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Piano 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Piano 4.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Piano 5.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Piano 6.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Pops.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Rain On Top.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Ravine.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Resonant Atmosphere 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Resonant Atmosphere 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Saturn V.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Saw Pad 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Saw Pad 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Scaffold.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Sea Pipe.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Shipping.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Simply Moving.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Sine Movers 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Sine Movers 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Six Way 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Softer Bass.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Something At The Lighthouse.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Spook 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Spook 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Squelch 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Squelch 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Squelch 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Subtle Lead.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Suspense.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Sweet.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Tables Turning.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/The Softest Melody.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/The Well.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Three Way 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Three Way 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Three Way 3.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Tonal.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Trill.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Twinkle.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Undulation.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Unexpected.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Unstable Bass.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Uplifting Noise.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Warm Fuzzy Bass.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Watch Out Below.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Wobbly.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Wonk 1.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Wonk 2.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Wrong Bass.fxp
+%%DATADIR%%/patches_3rdparty/Inigo Kennedy/Yearn.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Arp/Calc.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Arp/Chording.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Bass/Big Moog.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Bass/Big.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Bass/Hoover.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Bass/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/Lead/I Said.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Lead/Mini.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Lead/Moogish.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Lead/Next Move.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Lead/Rough Going.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Lead/Time Tourist.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Lead/Unstable.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Lead/You.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Organ/Big Church.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Pad/After Warp.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Pad/Giallo.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Pad/Jammer AT.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Pad/Lullabye.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Pad/Nebulous.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Sequence/All In The Wrists.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Sequence/And Destroy.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Sequence/Dancer.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Sequence/Deconstruct.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Sequence/Naive.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Sequence/Netlon.fxp
+%%DATADIR%%/patches_3rdparty/Kuniklo/Sequence/Old Fog.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Arp/Demon Power.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Agressor.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Basted Lead.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Black Betty.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Chicago.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/China Long.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Crash Attack.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Crazy.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Deep Stack.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Dista Bass.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Drunky.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Dusty Road.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Dynamic Sawer.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Electro Shock.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/FM Structure.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Fidget.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Fretless Bass.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Grizzly.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Hemera.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Hoover FM.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Juno Fire.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Key Station.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Morphine.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Odionis.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Phantom.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Plastic Dream.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Poolpad.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Rubber Bass.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Scrambler.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Serious Step.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Shot Gun.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Slide Note.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Sortier.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Strange Frog.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Strekoza.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Striply Saw.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Strode Impulse.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/Super Stap.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Bass/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/Lead/5th House.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Lead/Chicago Key.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Lead/Demon Here.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Lead/Huge Saw.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Lead/Involved Crunch.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Lead/Modular.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Lead/Some Lead.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Pad/Brass Pad.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Pad/Nightmare.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Pad/Purple Ocean.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Pad/Saw Sweeper.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Pad/Scary Pad.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Pad/Sorrowful.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Sequence/Brain Out.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Sequence/Dark Knight.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Split/Ana Bass Pluck.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Strings/Orchestral Trombone.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Synth/Adrenaline.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Synth/Dream Drops.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Synth/Forest Angels.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Synth/Moon Piano.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Synth/Morrowind.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Synth/Mystery Grotto.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Synth/Pushing Ocean.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Synth/Regressive Notes.fxp
+%%DATADIR%%/patches_3rdparty/Nick Moritz/Synth/Space Stranger.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Back To Tyrell.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Bagpipes Plugged In.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Busted Echobox.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Electric Leady Land.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Kinda Fearless FM.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Lost In Electric Woods.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Rubberband Fight.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Singing Space Saw.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Skyscraper Harp.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Slow-mo Samurai.fxp
+%%DATADIR%%/patches_3rdparty/Noisegeek/Something Clangy.fxp
+%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/LS Blues Harmonica.fxp
+%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/LS Hollow Tubes.fxp
+%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/LS Lead Guitar 2.fxp
+%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/LS Lead Guitar Shrill.fxp
+%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/LS Lead Guitar Wah Wah on Y-axis.fxp
+%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/LS Lead Guitar.fxp
+%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/LS Wurly.fxp
+%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/LS ZtoFilter YtoPulseWidth.fxp
+%%DATADIR%%/patches_3rdparty/Roger Linn (MPE)/LS ZtoOctave YtoChorus.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/6 Osc Stab.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Badass D'n'B Bass 1.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Badass D'n'B Bass 2.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Click Bass.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Cute.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/DX Tonez.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Dark Heart.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Delicious Square.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Disco!.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Enchanted.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Evil From The Deep.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/FM Wob Bass.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Fairy Dust.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Far Away Places.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Fast Fingers.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/God Gave Me Bad Acid.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/He Never Lost His Hardcore.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Hell's Bells.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Industry.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Insectisoid.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/JP80x0 Pluck.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/LC Bass.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/M25 Stab.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Modularity.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Natural Bass.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Night Vision.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Nu Skool Bass 1.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Nu Skool Bass 2.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/OOOOOoooooh Scary.....fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Old Skool Detroit Minor Stab.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Pinhole.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Prog Rock Octave Lead.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Real Ether.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/She Cannae Take It.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Sunday Organist.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Super Thick Strings.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Sweet Child.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Symphonic Strings.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Sync Alarm!.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Tight FM Bass.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Trance Seq Bass.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Tuff Enough .fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Twisted.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Unisono Mw At.fxp
+%%DATADIR%%/patches_3rdparty/Rozzer/Useful Bass.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Add Wind.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Ahead.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Arrival.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Benny.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Bibass.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Black Hawk.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Boing 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Boing 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Bottlefly.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Brain Stem.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Braqo WT.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Charmer Wah.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Charmer.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Chewsy.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Clavish.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Clingy.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Coldness 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Coldness 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Coldness 3.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Conflict.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Conjurer.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Crossover.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Current.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Disabled.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Dissonance.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Drill.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Elephant Shock.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Expansion 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Expansion 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Fish.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Fizzy.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Flutter.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Frontal.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Glow 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Glow 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Godfather.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Goose.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Growl.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Gurgle.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Harshness.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Hell Choir 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Hell Choir 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Hesitant.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Higher.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Hilo.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Iceover.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Icy Pluck.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/In The Water.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Intruder.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Jimson.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Jumper.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Lazy Motion.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Meltdown.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Mindfunk.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Modified.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Modrops 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Modrops 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Munchkin 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Munchkin 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Munchkin 3.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Mute.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Neustation.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Nightcrawler.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Oncoming.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Open Up.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Partite.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Pasty.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Plaything.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Plectrum 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Plectrum 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Quick 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Quick 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Quickspit.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Raft.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Release Me.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Rip Fat.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Seesaw.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Segur.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Shortwave.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Shuttle 1.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Shuttle 2.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Spacious.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Starfield.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Static.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Station.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Streetsweeper.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Suffer.fxp
+%%DATADIR%%/patches_3rdparty/Zoozither/Swamp 1.fxp

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



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