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/testing/subpatching/quux.om | |
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/testing/subpatching/quux.om')
-rw-r--r-- | src/clients/patches/testing/subpatching/quux.om | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/clients/patches/testing/subpatching/quux.om b/src/clients/patches/testing/subpatching/quux.om new file mode 100644 index 00000000..25270515 --- /dev/null +++ b/src/clients/patches/testing/subpatching/quux.om @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<patch> + <name>quux</name> + <polyphony>1</polyphony> + <subpatch> + <name>quuux</name> + <filename>/home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/quuux.om</filename> + <polyphony>1</polyphony> + <module-x>1300.000000</module-x> + <module-y>980.000000</module-y> + </subpatch> + <subpatch> + <name>quuux2</name> + <filename>/home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/quuux2.om</filename> + <polyphony>1</polyphony> + <module-x>1300.000000</module-x> + <module-y>980.000000</module-y> + </subpatch> + <preset> + <name>default</name> + </preset> +</patch> |