diff options
author | David Robillard <d@drobilla.net> | 2006-06-09 15:07:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-09 15:07:31 +0000 |
commit | acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad (patch) | |
tree | e31b37a2456e6d1e564c9a7146c88be259d338b0 /src/clients/patches/Makefile.am | |
download | ingen-acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad.tar.gz ingen-acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad.tar.bz2 ingen-acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad.zip |
Added Om aka Graph aka god knows what
git-svn-id: http://svn.drobilla.net/lad/grauph@9 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/clients/patches/Makefile.am')
-rw-r--r-- | src/clients/patches/Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/clients/patches/Makefile.am b/src/clients/patches/Makefile.am new file mode 100644 index 00000000..904dcc96 --- /dev/null +++ b/src/clients/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 |