aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-18Update to LV2 State extension.David Robillard2-49/+50
2011-11-09Update for changes in LV2 SVN.David Robillard4-26/+98
2011-11-08Fix bug resulting in corrupt (unsorted) map.David Robillard1-2/+2
2011-11-07Implement atom buffer.David Robillard4-88/+185
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard4-14/+18
2011-11-06Fix compilation against latest LV2 svn.David Robillard3-7/+25
2011-11-05Add abstract interface for event buffers (towards event/atom compatibility).David Robillard4-31/+334
2011-10-20Fix compilation without UI resize extension.David Robillard2-3/+1
2011-10-20Support UI resize extension.David Robillard5-0/+66
2011-10-19Make LV2 Persist extension optionalDavid Robillard1-5/+13
2011-08-31Exit gracefully when run without arguments.David Robillard2-10/+56
2011-08-22Improve documentation.David Robillard1-1/+15
2011-08-22Fix jalv.gtk when run with UI-less plugins.David Robillard2-5/+7
2011-08-22Shut down cleanly both on window destroy and File->Quit.David Robillard1-6/+16
2011-08-21Add ability to save from GUI.David Robillard1-4/+36
2011-08-21Add menu bar to Gtk UI.David Robillard1-3/+20
2011-08-21Set Window title from plugin name.David Robillard1-0/+2
2011-08-21Fix Jack Session command line.David Robillard2-3/+6
2011-08-21Preliminary support for Jack Session and LV2 Persist.David Robillard6-119/+513
2011-07-08Add missing file.David Robillard1-0/+82
2011-07-07Add stub persist extension support (not yet functional)David Robillard2-2/+8
2011-06-20Build Jalv in top-level build.David Robillard1-3/+3
2011-06-19Send control output port updates to UIs (commonly used for metering).David Robillard4-35/+101
2011-06-19Add a real URI map implementation.David Robillard4-9/+318
2011-06-19Support control changes from UI.David Robillard2-21/+55
2011-06-19Implement instance-access extension (support IR.lv2 UI).David Robillard1-4/+10
2011-06-12Support plugins without UIs. Clean up UI host/instance.David Robillard1-16/+21
2011-05-30Add "Jalv", a stand-alone version of lv2jack that supports plugin UIs via SuilDavid Robillard5-0/+718