Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-29 | Fix inconsistent parameter names | David Robillard | 1 | -1/+1 | |
2017-12-29 | Remove redundant casts | David Robillard | 1 | -2/+2 | |
2017-12-16 | Remove unused variable | David Robillard | 1 | -1/+0 | |
2017-12-16 | Use C11 memory barriers where available | David Robillard | 1 | -10/+14 | |
2017-05-07 | Fix Jack deactivation | David Robillard | 1 | -1/+1 | |
2017-04-26 | Merge pull request #1 from smbolton/master | David Robillard | 1 | -2/+2 | |
Fix use-after-free in jalv_gtk.c | |||||
2017-03-18 | Initialize worker if plugin provides necessary interface | David Robillard | 1 | -2/+1 | |
This change ignores the schedule feature and initializes the worker(s) if the plugin provides the worker interface even if it doesn't list the schedule feature as supported. This relaxes support for sloppy plugins that don't list their features, and technically allows a plugin to only provide the interface and use it for synchronous thread-safe restore only (not that this makes much sense). | |||||
2017-03-18 | Use new suil init API to fix Qt5 plugin UIs | David Robillard | 1 | -0/+1 | |
2017-03-05 | Fix use-after-free in jalv_gtk.c | Sean Bolton | 1 | -2/+2 | |
2017-02-18 | Sort options in man pages and help output | David Robillard | 1 | -6/+6 | |
2017-02-18 | Add jalv -i option to ignore stdin for background use | David Robillard | 2 | -1/+6 | |
2017-02-12 | Disable deprecation warnings with Gtk3 | David Robillard | 1 | -1/+20 | |
2016-10-05 | Fix combo boxes | David Robillard | 1 | -3/+3 | |
2016-10-05 | Add PortAudio backend | David Robillard | 2 | -2/+225 | |
2016-10-05 | Tidy | David Robillard | 1 | -6/+3 | |
2016-10-05 | Fix time stamp of UI events delivered to plugin | David Robillard | 1 | -1/+1 | |
2016-10-05 | Factor out UI communication from backend | David Robillard | 3 | -65/+110 | |
2016-10-05 | Factor out Jack backend | David Robillard | 7 | -548/+970 | |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 1 | -1/+2 | |
2016-09-18 | Update copyright dates | David Robillard | 6 | -6/+6 | |
2016-09-17 | Unify control port and parameter implementations | David Robillard | 5 | -220/+307 | |
2016-09-16 | Fix memory error on preset save | David Robillard | 1 | -6/+7 | |
2016-09-16 | Use cached URIs and fix pprops:rangeSteps nonsense | David Robillard | 3 | -25/+17 | |
2016-09-15 | Fix crash on changes for ports with no widget | David Robillard | 1 | -1/+3 | |
This happens, for example, with latency ports with the notOnGUI property set. | |||||
2016-08-31 | Discover presence of UI before jack_activate | Hanspeter Portner | 6 | -5/+30 | |
jalv.has_ui should be set before jack_activate. If not, patch:Get message may be without effect and parameter replies never be sent from within jack process callback, as the latter may run before the corresponding UI logic (e.g. with jalv.has_ui still being false). | |||||
2016-08-16 | Fix potential use of uninitialized variable | David Robillard | 1 | -2/+2 | |
2016-08-01 | Add feature test macro for usleep on Lignux | David Robillard | 1 | -0/+1 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -1/+1 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 2 | -4/+6 | |
2016-07-31 | Fix compilation with C++ | David Robillard | 6 | -28/+30 | |
2016-07-31 | Fix log colour state | David Robillard | 2 | -2/+3 | |
2016-07-31 | Do not call plugin work() method concurrently | David Robillard | 3 | -0/+6 | |
2016-07-31 | Support thread-safe state restoration | David Robillard | 5 | -60/+119 | |
2016-07-31 | Clean up log output | David Robillard | 3 | -11/+47 | |
2016-07-26 | Fix feedback on parameter changes from plugin | David Robillard | 1 | -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-09 | Add support for lv2:CVPort via JACK metadata API | Hanspeter Portner | 2 | -2/+28 | |
2016-04-30 | Fix wrong size in patch:Get | Hanspeter Portner | 1 | -1/+1 | |
2016-04-25 | Support read-only controls | David Robillard | 2 | -66/+128 | |
Based on patch from Hanspeter Portner https://github.com/ventosus/jalv.git fix_extend_jalv_gtk 9cf3e524f33716aaa2bbb18d9eb869ed095f5eaf | |||||
2016-04-25 | Fix invalid read of float port events as atoms | David Robillard | 1 | -0/+1 | |
2016-04-25 | Add documentation for jalv -s option | David Robillard | 1 | -0/+1 | |
2016-04-25 | Properly set jalv->has_ui for ui:showInterface | Hanspeter Portner | 1 | -1/+2 | |
2016-04-25 | Fix broken plugin <-> UI comm in jalv_console | Hanspeter Portner | 1 | -0/+2 | |
Fixes broken plugin <-> UI communication in jalv_console when run on top of showInterface (-s). | |||||
2016-03-31 | Fix wrong order of atom size/type in patch:Get | Hanspeter Portner | 1 | -1/+1 | |
2016-03-15 | Delete trailing whitespace | David Robillard | 2 | -3/+3 | |
2016-01-25 | Add ui:idleInterface to host UI features | Hanspeter Portner | 1 | -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-07 | Fix patch:Put handling | Hanspeter Portner | 3 | -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-31 | Fix controls when range is given with integers | David Robillard | 3 | -12/+22 | |
2015-12-04 | Remove unused macros | David Robillard | 2 | -4/+0 | |
2015-11-08 | Support numeric and string plugin properties | David Robillard | 5 | -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-17 | Remove unused defines | David Robillard | 1 | -4/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5769 a436a847-0d15-0410-975c-d299462d15a1 |