aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-07-31Support thread-safe state restorationDavid Robillard5-60/+119
2016-07-31Clean up log outputDavid Robillard3-11/+47
2016-07-26Fix feedback on parameter changes from pluginDavid Robillard1-13/+27
This ensures that changing a read-write parameter by clicking the slider or changing the spin button value sends exactly one Set message to the plugin, and that no change messages are sent as a result of updates from the plugin.
2016-07-09Add support for lv2:CVPort via JACK metadata APIHanspeter Portner2-2/+28
2016-04-30Fix wrong size in patch:GetHanspeter Portner1-1/+1
2016-04-25Support read-only controlsDavid Robillard2-66/+128
Based on patch from Hanspeter Portner https://github.com/ventosus/jalv.git fix_extend_jalv_gtk 9cf3e524f33716aaa2bbb18d9eb869ed095f5eaf
2016-04-25Fix invalid read of float port events as atomsDavid Robillard1-0/+1
2016-04-25Add documentation for jalv -s optionDavid Robillard1-0/+1
2016-04-25Properly set jalv->has_ui for ui:showInterfaceHanspeter Portner1-1/+2
2016-04-25Fix broken plugin <-> UI comm in jalv_consoleHanspeter Portner1-0/+2
Fixes broken plugin <-> UI communication in jalv_console when run on top of showInterface (-s).
2016-03-31Fix wrong order of atom size/type in patch:GetHanspeter Portner1-1/+1
2016-03-15Delete trailing whitespaceDavid Robillard2-3/+3
2016-01-25Add ui:idleInterface to host UI featuresHanspeter Portner1-0/+4
To comply with: http://lv2plug.in/ns/extensions/ui/#idleInterface To indicate support, the host should pass a feature to instantiate() with this URI, with NULL for data.
2016-01-07Fix patch:Put handlingHanspeter Portner3-2/+26
(Property, Value) pairs are expected to be embedded in a patch:body property object, not direcly in the patch:Put object.
2015-12-31Fix controls when range is given with integersDavid Robillard3-12/+22
2015-12-04Remove unused macrosDavid Robillard2-4/+0
2015-11-08Support numeric and string plugin propertiesDavid Robillard5-226/+438
Also: * Print plugin/UI communication log in colour if supported * Update UI when internal plugin state is changed during preset load git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5812 a436a847-0d15-0410-975c-d299462d15a1
2015-10-17Remove unused definesDavid Robillard1-4/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5769 a436a847-0d15-0410-975c-d299462d15a1
2015-10-10Support more parameter typesDavid Robillard1-31/+87
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5765 a436a847-0d15-0410-975c-d299462d15a1
2015-10-10Add option to enable plugin trace log messagesDavid Robillard4-2/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5764 a436a847-0d15-0410-975c-d299462d15a1
2015-10-10Support numeric plugin propertiesDavid Robillard3-134/+266
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5762 a436a847-0d15-0410-975c-d299462d15a1
2015-10-09Allow Jack client name to be set from command lineDavid Robillard4-13/+39
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5760 a436a847-0d15-0410-975c-d299462d15a1
2015-10-04Set Qt window size to fit UI.David Robillard1-0/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5740 a436a847-0d15-0410-975c-d299462d15a1
2015-09-12Add Qt5 version.David Robillard1-3/+30
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5726 a436a847-0d15-0410-975c-d299462d15a1
2015-08-30Add option to load preset from the command line.David Robillard4-4/+46
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5717 a436a847-0d15-0410-975c-d299462d15a1
2015-08-14Use lilv_free().David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5707 a436a847-0d15-0410-975c-d299462d15a1
2015-05-22Fix deleting and re-saving presets.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5681 a436a847-0d15-0410-975c-d299462d15a1
2015-04-08Add generic Qt control UI from Amadeus Folego.David Robillard1-13/+558
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5670 a436a847-0d15-0410-975c-d299462d15a1
2015-03-07Save preset bundles with standard naming scheme.David Robillard1-8/+21
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5620 a436a847-0d15-0410-975c-d299462d15a1
2015-03-07Reduce use of deprecated Gtk stock API.David Robillard1-10/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5619 a436a847-0d15-0410-975c-d299462d15a1
2015-03-07Improve preset support.David Robillard4-42/+206
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5618 a436a847-0d15-0410-975c-d299462d15a1
2015-03-06Don't print all presets to console on load.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5614 a436a847-0d15-0410-975c-d299462d15a1
2015-03-06Add command prompt to console version for changing controls.David Robillard1-3/+39
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5613 a436a847-0d15-0410-975c-d299462d15a1
2015-03-03Fix confusing use of GArray.David Robillard1-12/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5612 a436a847-0d15-0410-975c-d299462d15a1
2015-02-22Use text/plain for string metadata.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5599 a436a847-0d15-0410-975c-d299462d15a1
2015-02-22Set Jack port order metadata.David Robillard1-3/+11
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5597 a436a847-0d15-0410-975c-d299462d15a1
2015-02-21Fix trailing whitespace.David Robillard2-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5591 a436a847-0d15-0410-975c-d299462d15a1
2015-02-14Exit GUI versions on interrupt.David Robillard5-13/+19
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5558 a436a847-0d15-0410-975c-d299462d15a1
2015-02-14Report Jack latency (Patch from Robin Gareus).David Robillard2-0/+53
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5557 a436a847-0d15-0410-975c-d299462d15a1
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-2/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5528 a436a847-0d15-0410-975c-d299462d15a1
2014-12-18Fix semaphore on OSX.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5502 a436a847-0d15-0410-975c-d299462d15a1
2014-09-28Update Zix stuff.David Robillard2-12/+49
Turns out the previous fix was already implemented long ago, along with several others, and I need to remember to update things... git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5470 a436a847-0d15-0410-975c-d299462d15a1
2014-09-28Fix semaphore try_wait on windows (Patch from Robin Gareus) (fix #984).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5469 a436a847-0d15-0410-975c-d299462d15a1
2014-09-27Exit on Jack shutdown (close #978).David Robillard1-0/+11
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5468 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Use Markdown in doc comments for better source readability.David Robillard4-13/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5429 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-13/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5428 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Update copyright dates.David Robillard8-8/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5426 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Fix various warnings.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5421 a436a847-0d15-0410-975c-d299462d15a1
2014-07-15Support saving the same preset several times.David Robillard3-1/+26
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5414 a436a847-0d15-0410-975c-d299462d15a1
2014-07-13Add option to print control output changes to stdout.David Robillard4-14/+30
Update man pages and console jalv help output for new options. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5410 a436a847-0d15-0410-975c-d299462d15a1