diff options
Diffstat (limited to 'patches/Makefile.am')
-rw-r--r-- | patches/Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/patches/Makefile.am b/patches/Makefile.am new file mode 100644 index 00000000..904dcc96 --- /dev/null +++ b/patches/Makefile.am @@ -0,0 +1,23 @@ +patchesdir = $(pkgdatadir)/patches + +dist_patches_DATA = \ + 303.om \ + broken_bass_synth.om \ + broken_oscillator.om \ + fm_operator.om \ + house_ensemble.om \ + karplus_strong_digeridoo.om \ + kick.om \ + organ.om \ + pad.om \ + saw_detuned.om \ + quick_bass.om \ + rhodes.om \ + saw_lp.om \ + sine.om \ + trance.om \ + wah_bass.om \ + hugebass.om \ + evildistbass.om \ + slapbass.om \ + meanbass.om |