summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/EventBuffer.hpp
AgeCommit message (Collapse)AuthorFilesLines
2008-07-29Fix stateful port value setting stuff (trigger output ports on ↵David Robillard1-2/+2
note/trigger/etc modules now work correctly). git-svn-id: http://svn.drobilla.net/lad/ingen@1302 a436a847-0d15-0410-975c-d299462d15a1
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ↵David Robillard1-0/+2
(it's not C anyway, might as well). Properly support LV2 events from plugin UIs over OSC and directly (w/ monolithic UI/engine). Fix crashes on node destruction with monolithic UI/engine. Resolves ticket #177. git-svn-id: http://svn.drobilla.net/lad/ingen@1293 a436a847-0d15-0410-975c-d299462d15a1
2008-05-23Fix infinite loops (and jack death) on internal MIDI nodes (note, trigger, ↵David Robillard1-2/+1
control). git-svn-id: http://svn.drobilla.net/lad/ingen@1231 a436a847-0d15-0410-975c-d299462d15a1
2008-05-20Fix Jack MIDI output.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/ingen@1224 a436a847-0d15-0410-975c-d299462d15a1
2008-02-10Update LV2 event stuff.David Robillard1-8/+13
Update LV2 UI stuff. git-svn-id: http://svn.drobilla.net/lad/ingen@1141 a436a847-0d15-0410-975c-d299462d15a1
2008-01-21Work on generic LV2 events.David Robillard1-0/+97
git-svn-id: http://svn.drobilla.net/lad/ingen@1090 a436a847-0d15-0410-975c-d299462d15a1