aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-12Update for latest atom extension.David Robillard1-0/+2
2012-02-11Shh.David Robillard1-4/+0
2012-02-09Mac portability fixes.David Robillard1-13/+18
2012-02-08Update for latest Atom extension.David Robillard1-18/+17
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-17Fix crashes when loading presets with no UI present (fix #808).David Robillard1-0/+4
2012-01-15Lint.David Robillard1-50/+52
2012-01-14Always print MIDI buffer size.David Robillard1-0/+1
2012-01-12Support passing either a file or the bundle directory for -l.David Robillard1-4/+14
2012-01-10Fix compilation on old Jack without jack_port_type_get_buffer_size (fix ticke...David Robillard1-0/+8
2012-01-10Update for latest Lilv state API (fix ticket #801).David Robillard1-9/+31
2012-01-03Don't run plugin while setting state (which violates threading rules).David Robillard1-0/+24
2011-12-23Use new LilvState API for state/presets.David Robillard1-6/+8
2011-12-21Add first-class PluginState object and make state interface more generic.David Robillard1-18/+24
2011-12-18Make state implementation more generic.David Robillard1-9/+14
2011-12-18Use file locking on saves presets manifest.ttl.David Robillard1-4/+4
2011-12-18Fix UI updates.David Robillard1-22/+12
2011-12-18Destroy UI before plugin instance.David Robillard1-1/+1
2011-12-18Preset saving.David Robillard1-2/+2
2011-12-16Support presets in Gtk UI.David Robillard1-8/+16
2011-12-10Betrer tolerate UIs that fail to instantiate.David Robillard1-0/+4
2011-12-09Less atrocious debug printing.David Robillard1-0/+1
2011-11-09Update for changes in LV2 SVN.David Robillard1-24/+82
2011-11-07Implement atom buffer.David Robillard1-15/+20
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-7/+4
2011-11-06Fix compilation against latest LV2 svn.David Robillard1-0/+19
2011-11-05Add abstract interface for event buffers (towards event/atom compatibility).David Robillard1-23/+24
2011-10-20Fix compilation without UI resize extension.David Robillard1-1/+1
2011-10-20Support UI resize extension.David Robillard1-0/+27
2011-08-31Exit gracefully when run without arguments.David Robillard1-10/+54
2011-08-22Improve documentation.David Robillard1-1/+15
2011-08-22Fix jalv.gtk when run with UI-less plugins.David Robillard1-2/+4
2011-08-21Fix Jack Session command line.David Robillard1-3/+5
2011-08-21Preliminary support for Jack Session and LV2 Persist.David Robillard1-97/+134
2011-07-07Add stub persist extension support (not yet functional)David Robillard1-2/+3
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 Robillard1-28/+65
2011-06-19Add a real URI map implementation.David Robillard1-8/+14
2011-06-19Support control changes from UI.David Robillard1-7/+39
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 Robillard1-0/+469