Age | Commit message (Expand) | Author | Files | Lines |
2018-09-24 | Fix unused parameter warnings | Timo Wischer | 9 | -34/+44 |
2018-09-23 | Remove support for deprecated event and uri-map extensions | David Robillard | 8 | -210/+53 |
2018-09-22 | Add commands to set and list presets | David Robillard | 1 | -0/+20 |
2018-09-22 | Add commands to print control values | David Robillard | 1 | -0/+21 |
2018-09-22 | Add command to set control values by port index | David Robillard | 1 | -4/+13 |
2018-09-22 | Move control printing function to shared internal header | David Robillard | 3 | -10/+10 |
2018-09-22 | Add rudimentary help to console interface | David Robillard | 1 | -3/+10 |
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 |
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 |
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 |
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 |
2018-08-01 | Use lilv_port_get_range() to get default, min, max of a control port | Timo Wischer | 1 | -3/+0 |
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 |
2017-03-18 | Initialize worker if plugin provides necessary interface | David Robillard | 1 | -2/+1 |
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 |