aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.c
AgeCommit message (Collapse)AuthorFilesLines
2018-09-23Remove support for deprecated event and uri-map extensionsDavid Robillard1-141/+45
2017-12-29Remove redundant castsDavid Robillard1-2/+2
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-07-31Fix compilation with C++David Robillard1-1/+1
2012-04-11Fix Jack MIDI output.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4165 a436a847-0d15-0410-975c-d299462d15a1
2012-03-19Update for latest atom extension.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4077 a436a847-0d15-0410-975c-d299462d15a1
2012-03-08Fix sequence ports.David Robillard1-3/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4034 a436a847-0d15-0410-975c-d299462d15a1
2012-02-29Update for latest atom extension.David Robillard1-35/+44
Dump Jack transport information as an atom:Object. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4005 a436a847-0d15-0410-975c-d299462d15a1
2012-02-28Update LV2_Evbuf (matches that used in current ardour 3.0).David Robillard1-15/+25
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4003 a436a847-0d15-0410-975c-d299462d15a1
2012-02-23Update for latest Atom extension.David Robillard1-6/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3993 a436a847-0d15-0410-975c-d299462d15a1
2012-02-18Implement/fix atom event port UI notifications.David Robillard1-5/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3985 a436a847-0d15-0410-975c-d299462d15a1
2012-02-17Update for latest atom extension.David Robillard1-30/+20
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3983 a436a847-0d15-0410-975c-d299462d15a1
2012-02-12Update for latest atom extension.David Robillard1-3/+18
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3982 a436a847-0d15-0410-975c-d299462d15a1
2012-02-08Update for latest Atom extension.David Robillard1-49/+43
Probably fix #802. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3976 a436a847-0d15-0410-975c-d299462d15a1
2011-11-09Update for changes in LV2 SVN.David Robillard1-0/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3608 a436a847-0d15-0410-975c-d299462d15a1
2011-11-07Implement atom buffer.David Robillard1-58/+143
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3606 a436a847-0d15-0410-975c-d299462d15a1
2011-11-06Fix compilation against latest LV2 svn.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3599 a436a847-0d15-0410-975c-d299462d15a1
2011-11-05Add abstract interface for event buffers (towards event/atom compatibility).David Robillard1-0/+159
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3598 a436a847-0d15-0410-975c-d299462d15a1