aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-31Fix log colour stateDavid Robillard1-0/+1
2016-07-31Do not call plugin work() method concurrentlyDavid Robillard1-0/+1
2016-07-31Support thread-safe state restorationDavid Robillard1-1/+5
2016-07-31Clean up log outputDavid Robillard1-4/+8
2016-07-09Add support for lv2:CVPort via JACK metadata APIHanspeter Portner1-1/+3
2016-01-07Fix patch:Put handlingHanspeter Portner1-0/+1
2015-11-08Support numeric and string plugin propertiesDavid Robillard1-3/+88
2015-10-10Add option to enable plugin trace log messagesDavid Robillard1-0/+1
2015-10-10Support numeric plugin propertiesDavid Robillard1-0/+12
2015-10-09Allow Jack client name to be set from command lineDavid Robillard1-0/+2
2015-08-30Add option to load preset from the command line.David Robillard1-0/+1
2015-03-07Improve preset support.David Robillard1-0/+5
2015-02-14Exit GUI versions on interrupt.David Robillard1-1/+1
2015-02-14Report Jack latency (Patch from Robin Gareus).David Robillard1-0/+2
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-07-15Support saving the same preset several times.David Robillard1-0/+3
2014-07-13Add option to print control output changes to stdout.David Robillard1-10/+11
2014-04-27Support new UI show/hide interface in console version.David Robillard1-0/+1
2013-12-25Add -c option for setting controls from the command line (#816).David Robillard1-0/+1
2013-12-19Add --no-menu option to jalv.gtk.David Robillard1-0/+1
2013-11-01Support ui:portMap feature to allow UIs to avoid hard-coded port indicesDavid Robillard1-0/+3
2013-11-01Hide controls for ports with notOnGUI property in generic UI.David Robillard1-6/+7
2013-06-08Probably fix thread safety of debug printing (#911).David Robillard1-0/+1
2013-05-27Support rsz:minimumSize for atom and event ports.David Robillard1-0/+3
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-2/+3
2013-05-09Add command-line option to control UI update frequency.David Robillard1-0/+1
2013-02-11Group controls under headings if port group information is available.David Robillard1-0/+2
2013-01-27Remove unused noe.David Robillard1-1/+0
2013-01-26Support state:loadDefaultState.David Robillard1-0/+1
2013-01-22Use a dynamically allocated buffer for reading from plugin=>UI ring to avoid ...David Robillard1-0/+1
2013-01-10Support event-based file parameters in built-in UI.David Robillard1-0/+5
2012-11-17Make URI map thread-safe, fixing occasional crashes for plugins with UIs.David Robillard1-1/+2
2012-11-16Send new time information to plugin when Jack tempo changes.David Robillard1-0/+1
2012-08-29Implement buf-size via options.David Robillard1-0/+1
2012-08-29Implement providing block length to plugin via options.David Robillard1-0/+3
2012-08-22Fix Jack Session 'save and close' operation.David Robillard1-0/+3
2012-08-21Implement basic support for the new options extension and use it to pass the ...David Robillard1-0/+2
2012-08-02Pass parent widget to suil_instance_new.David Robillard1-3/+9
2012-07-08Notify plugins of Jack transport changes by sending events (an atom:Blank withDavid Robillard1-0/+3
2012-06-05Use LV2 buf-size extension.David Robillard1-0/+1
2012-04-28Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ...David Robillard1-2/+1
2012-04-27Add comm buffer size parameter and use Jack MIDI buffer size by default.David Robillard1-4/+5
2012-04-12Delete trailing whitespace.David Robillard1-7/+7
2012-04-11Simpler preset saving.David Robillard1-1/+2
2012-04-11Fix Jack MIDI output.David Robillard1-0/+1
2012-04-11Fix memory leak.David Robillard1-0/+1
2012-04-10Make controls update when changing presets (except combos).David Robillard1-9/+18
2012-04-09More sensible URI node cacheing structure.David Robillard1-14/+19
2012-04-09Generic UI for jalv.gtk from Nick Lanham.David Robillard1-0/+1
2012-04-05Implement log extension.David Robillard1-1/+14