aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-07 08:44:24 +0000
committerDavid Robillard <d@drobilla.net>2015-03-07 08:44:24 +0000
commit19f70db3e2318a4cd50a594900331ecdb5f79f62 (patch)
treed5e7242fac00a71f6ad91a98a7aa6aab3ca335a1 /src/jalv.c
parent13ebd34fd8d72c159d53c1b88be3ae8c618b7a07 (diff)
downloadjalv-19f70db3e2318a4cd50a594900331ecdb5f79f62.tar.gz
jalv-19f70db3e2318a4cd50a594900331ecdb5f79f62.tar.bz2
jalv-19f70db3e2318a4cd50a594900331ecdb5f79f62.zip
Improve preset support.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5618 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 86e58af..5eafc5f 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -1043,6 +1043,7 @@ main(int argc, char** argv)
jalv.nodes.midi_MidiEvent = lilv_new_uri(world, LV2_MIDI__MidiEvent);
jalv.nodes.pg_group = lilv_new_uri(world, LV2_PORT_GROUPS__group);
jalv.nodes.pset_Preset = lilv_new_uri(world, LV2_PRESETS__Preset);
+ jalv.nodes.pset_bank = lilv_new_uri(world, LV2_PRESETS__bank);
jalv.nodes.rdfs_label = lilv_new_uri(world, LILV_NS_RDFS "label");
jalv.nodes.rsz_minimumSize = lilv_new_uri(world, LV2_RESIZE_PORT__minimumSize);
jalv.nodes.work_interface = lilv_new_uri(world, LV2_WORKER__interface);