Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-22 | Print error message on unknown command input | David Robillard | 1 | -0/+2 | |
2018-09-22 | Only print initial value for control inputs | David Robillard | 1 | -1/+1 | |
2018-09-22 | Simplify control display in console interface | David Robillard | 4 | -18/+9 | |
2018-09-22 | Print real JACK name instead of requested name | David Robillard | 1 | -1/+2 | |
2018-09-22 | Fix double backend activation | David Robillard | 1 | -3/+0 | |
2018-09-21 | Make Suil dependency optional | David Robillard | 2 | -0/+16 | |
2018-09-21 | Remove use of SuilController type in jalv_ui_port_index() interface | David Robillard | 2 | -2/+2 | |
Towards making Suil dependency optional, this type is just void* anyway, so no other changes are required. | |||||
2018-09-21 | Use jalv_ui_write() universally | David Robillard | 3 | -9/+8 | |
2018-09-21 | Factor out running show-interface UIs from the console front-end | David Robillard | 1 | -3/+13 | |
2018-09-20 | Use sigaction() instead of signal() | Laxmi Devi | 1 | -0/+10 | |
Issue is that even after ctrl+c, fgets is waiting for a newline. See signal(7) for details. We have to either use siginterrupt() together with signal(), or use sigaction() instead of signal() for registering the signal handler, in order to disable restarting a read() system call after a signal. Signed-off-by: Laxmi Devi <Laxmi.Devi@in.bosch.com> Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-09-19 | Add support for underscore in port names on command line | Jośe Fernando Moyano | 1 | -1/+1 | |
2018-09-18 | Fix a potential crash when closed with worker | JP Cimalando | 3 | -2/+15 | |
2018-08-07 | Fix closing JACK backend | David Robillard | 1 | -1/+1 | |
2018-08-01 | Make zix_ring_free() safe to call on NULL | Timo Wischer | 1 | -2/+4 | |
2018-08-01 | Avoid NULL dereference in JACK backend on startup failure | Timo Wischer | 1 | -4/+8 | |
Without this, there is a segmentation fault when the initialization of Jalv fails and it exits before the backend was initialized. | |||||
2018-08-01 | Remove non-standard include | David Robillard | 1 | -1/+0 | |
2018-08-01 | Remove unused control value variable | Timo Wischer | 1 | -1/+0 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-08-01 | Use lilv_port_get_range() to get default, min, max of a control port | Timo Wischer | 1 | -3/+0 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-07-22 | Fix stepped logarithmic controls in generic Qt UIs | David Robillard | 1 | -4/+5 | |
2018-01-16 | Remove unnecessary includes | David Robillard | 2 | -3/+3 | |
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 | |