aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-21Make Suil dependency optionalDavid Robillard1-0/+12
2018-09-21Remove use of SuilController type in jalv_ui_port_index() interfaceDavid Robillard1-1/+1
2018-09-21Use jalv_ui_write() universallyDavid Robillard1-8/+3
2018-09-20Use sigaction() instead of signal()Laxmi Devi1-0/+10
2018-09-18Fix a potential crash when closed with workerJP Cimalando1-0/+3
2018-08-01Remove non-standard includeDavid Robillard1-1/+0
2018-01-16Remove unnecessary includesDavid Robillard1-2/+3
2017-03-18Initialize worker if plugin provides necessary interfaceDavid Robillard1-2/+1
2017-03-18Use new suil init API to fix Qt5 plugin UIsDavid Robillard1-0/+1
2016-10-05Add PortAudio backendDavid Robillard1-2/+2
2016-10-05Fix time stamp of UI events delivered to pluginDavid Robillard1-1/+1
2016-10-05Factor out UI communication from backendDavid Robillard1-1/+92
2016-10-05Factor out Jack backendDavid Robillard1-514/+22
2016-09-17Unify control port and parameter implementationsDavid Robillard1-17/+155
2016-09-16Use cached URIs and fix pprops:rangeSteps nonsenseDavid Robillard1-0/+3
2016-08-31Discover presence of UI before jack_activateHanspeter Portner1-0/+3
2016-08-01Use consistent feature test macrosDavid Robillard1-2/+3
2016-07-31Fix compilation with C++David Robillard1-14/+16
2016-07-31Fix log colour stateDavid Robillard1-2/+2
2016-07-31Do not call plugin work() method concurrentlyDavid Robillard1-0/+1
2016-07-31Support thread-safe state restorationDavid Robillard1-25/+44
2016-07-31Clean up log outputDavid Robillard1-2/+17
2016-07-09Add support for lv2:CVPort via JACK metadata APIHanspeter Portner1-1/+25
2016-04-30Fix wrong size in patch:GetHanspeter Portner1-1/+1
2016-03-31Fix wrong order of atom size/type in patch:GetHanspeter Portner1-1/+1
2016-01-25Add ui:idleInterface to host UI featuresHanspeter Portner1-0/+4
2016-01-07Fix patch:Put handlingHanspeter Portner1-0/+1
2015-12-04Remove unused macrosDavid Robillard1-2/+0
2015-11-08Support numeric and string plugin propertiesDavid Robillard1-2/+24
2015-10-10Support numeric plugin propertiesDavid Robillard1-0/+13
2015-10-09Allow Jack client name to be set from command lineDavid Robillard1-13/+22
2015-08-30Add option to load preset from the command line.David Robillard1-0/+15
2015-08-14Use lilv_free().David Robillard1-2/+2
2015-03-07Improve preset support.David Robillard1-0/+1
2015-02-22Use text/plain for string metadata.David Robillard1-1/+1
2015-02-22Set Jack port order metadata.David Robillard1-3/+11
2015-02-21Fix trailing whitespace.David Robillard1-2/+2
2015-02-14Exit GUI versions on interrupt.David Robillard1-8/+15
2015-02-14Report Jack latency (Patch from Robin Gareus).David Robillard1-0/+51
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-2/+10
2014-09-27Exit on Jack shutdown (close #978).David Robillard1-0/+11
2014-08-08Fix various warnings.David Robillard1-2/+2
2014-07-13Add option to print control output changes to stdout.David Robillard1-2/+12
2014-05-04'Support' lv2:isLive.David Robillard1-0/+3
2014-04-27Support new UI show/hide interface in console version.David Robillard1-1/+3
2014-04-26Add support for data-access extension (close #967).David Robillard1-1/+10
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-14/+22
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-8/+8
2013-12-31Fix crash on plugins with MIDI ports.David Robillard1-1/+1
2013-12-28Don't expose non-MIDI event ports to Jack (fix #907).David Robillard1-21/+25