Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-01 | Remove non-standard include | David Robillard | 1 | -1/+0 | |
2018-01-16 | Remove unnecessary includes | David Robillard | 1 | -2/+3 | |
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 | |
2016-10-05 | Add PortAudio backend | David Robillard | 1 | -2/+2 | |
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 | 1 | -1/+92 | |
2016-10-05 | Factor out Jack backend | David Robillard | 1 | -514/+22 | |
2016-09-17 | Unify control port and parameter implementations | David Robillard | 1 | -17/+155 | |
2016-09-16 | Use cached URIs and fix pprops:rangeSteps nonsense | David Robillard | 1 | -0/+3 | |
2016-08-31 | Discover presence of UI before jack_activate | Hanspeter Portner | 1 | -0/+3 | |
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-01 | Use consistent feature test macros | David Robillard | 1 | -2/+3 | |
2016-07-31 | Fix compilation with C++ | David Robillard | 1 | -14/+16 | |
2016-07-31 | Fix log colour state | David Robillard | 1 | -2/+2 | |
2016-07-31 | Do not call plugin work() method concurrently | David Robillard | 1 | -0/+1 | |
2016-07-31 | Support thread-safe state restoration | David Robillard | 1 | -25/+44 | |
2016-07-31 | Clean up log output | David Robillard | 1 | -2/+17 | |
2016-07-09 | Add support for lv2:CVPort via JACK metadata API | Hanspeter Portner | 1 | -1/+25 | |
2016-04-30 | Fix wrong size in patch:Get | Hanspeter Portner | 1 | -1/+1 | |
2016-03-31 | Fix wrong order of atom size/type in patch:Get | Hanspeter Portner | 1 | -1/+1 | |
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 | 1 | -0/+1 | |
(Property, Value) pairs are expected to be embedded in a patch:body property object, not direcly in the patch:Put object. | |||||
2015-12-04 | Remove unused macros | David Robillard | 1 | -2/+0 | |
2015-11-08 | Support numeric and string plugin properties | David Robillard | 1 | -2/+24 | |
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-10 | Support numeric plugin properties | David Robillard | 1 | -0/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5762 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-09 | Allow Jack client name to be set from command line | David Robillard | 1 | -13/+22 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5760 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-30 | Add option to load preset from the command line. | David Robillard | 1 | -0/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5717 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-14 | Use lilv_free(). | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5707 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-07 | Improve preset support. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5618 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-22 | Use text/plain for string metadata. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5599 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-22 | Set Jack port order metadata. | David Robillard | 1 | -3/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5597 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-21 | Fix trailing whitespace. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5591 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Exit GUI versions on interrupt. | David Robillard | 1 | -8/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5558 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Report Jack latency (Patch from Robin Gareus). | David Robillard | 1 | -0/+51 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5557 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -2/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5528 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-09-27 | Exit on Jack shutdown (close #978). | David Robillard | 1 | -0/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5468 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Fix various warnings. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5421 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-13 | Add option to print control output changes to stdout. | David Robillard | 1 | -2/+12 | |
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 | |||||
2014-05-04 | 'Support' lv2:isLive. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5394 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-27 | Support new UI show/hide interface in console version. | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5377 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-26 | Add support for data-access extension (close #967). | David Robillard | 1 | -1/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5368 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -14/+22 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5357 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -8/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5319 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-31 | Fix crash on plugins with MIDI ports. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5242 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-28 | Don't expose non-MIDI event ports to Jack (fix #907). | David Robillard | 1 | -21/+25 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5220 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-27 | Fix crash when no control command line options are given. | David Robillard | 1 | -2/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5217 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Add -c option for setting controls from the command line (#816). | David Robillard | 1 | -0/+24 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5202 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Fix more const-correctness violations. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5196 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-11-01 | Support ui:portMap feature to allow UIs to avoid hard-coded port indices | David Robillard | 1 | -1/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5170 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-06-08 | Resize ring according to rsz:minimumSize. | David Robillard | 1 | -1/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5127 a436a847-0d15-0410-975c-d299462d15a1 |