Support LV2 atom sequence ports alongside old event ports.
authorDavid Robillard <d@drobilla.net>
Sat, 25 Feb 2012 04:16:42 +0000 (04:16 +0000)
committerDavid Robillard <d@drobilla.net>
Sat, 25 Feb 2012 04:16:42 +0000 (04:16 +0000)
commitf122504784e8e38be7d7df87af3f2a7044a7f14c
tree7c172067c6d9979db7348c8b42a1ccc897a3161b
parent4f96a1006bbee939e258c844e49d41e207184b48
Support LV2 atom sequence ports alongside old event ports.

git-svn-id: svn://localhost/ardour2/branches/3.0@11517 d708f5d6-7413-0410-9779-e7cbd77b26cf
12 files changed:
libs/ardour/ardour/buffer_set.h
libs/ardour/ardour/lv2_event_buffer.h [deleted file]
libs/ardour/ardour/lv2_plugin.h
libs/ardour/buffer_set.cc
libs/ardour/lv2/lv2plug.in/ns/ext/atom/atom.h [new file with mode: 0644]
libs/ardour/lv2/lv2plug.in/ns/ext/atom/forge.h [new file with mode: 0644]
libs/ardour/lv2/lv2plug.in/ns/ext/atom/util.h [new file with mode: 0644]
libs/ardour/lv2_evbuf.c [new file with mode: 0644]
libs/ardour/lv2_evbuf.h [new file with mode: 0644]
libs/ardour/lv2_event_buffer.cc [deleted file]
libs/ardour/lv2_plugin.cc
libs/ardour/wscript