Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-22 | Document command syntax in man page | David Robillard | 2 | -1/+15 | |
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 | Update README | David Robillard | 1 | -1/+2 | |
2018-09-21 | Make Suil dependency optional | David Robillard | 4 | -5/+27 | |
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 | 3 | -1/+18 | |
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-20 | Update NEWS | David Robillard | 1 | -1/+4 | |
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-09-16 | Merge commit 'fd7097d059f9abacac8c9c4f987e4309a28c9ba3' | David Robillard | 1 | -4/+6 | |
2018-09-16 | Squashed 'waflib/' changes from 982416b..3e43d09 | David Robillard | 1 | -4/+6 | |
3e43d09 Add short forms for common options 5db477c Automatically define version for child libraries git-subtree-dir: waflib git-subtree-split: 3e43d0965e29bbd7bf8aa1281930ffa75f401c99 | |||||
2018-09-16 | Clean up wscript | David Robillard | 1 | -37/+24 | |
2018-09-15 | Switch to using bundled waf source | David Robillard | 1 | -162/+9 | |
2018-09-15 | Squashed 'waflib/' content from commit 982416b | David Robillard | 182 | -0/+41453 | |
git-subtree-dir: waflib git-subtree-split: 982416b8a6c6728e200243e1be3ab60435c08830 | |||||
2018-09-15 | Merge commit '8c96b17a5393bffee0c521c4872a9fa999048032' as 'waflib' | David Robillard | 182 | -0/+41453 | |
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 | Upgrade to waf 2.0.9 and autowaf a328983 | David Robillard | 1 | -7/+7 | |
2018-07-22 | Add gitattributes file | David Robillard | 1 | -0/+1 | |
2018-07-22 | Rename README to README.md | David Robillard | 1 | -0/+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 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -3/+1 | |
2018-01-16 | Upgrade to waf 2.0.4 | David Robillard | 1 | -6/+6 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -1/+11 | |
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-29 | Upgrade to waf 2.0.3 | David Robillard | 2 | -39/+41 | |
2017-12-18 | Update waf | David Robillard | 1 | -5/+5 | |
2017-12-16 | Clean up wscript | David Robillard | 1 | -13/+14 | |
2017-12-16 | Update waf | David Robillard | 2 | -7/+5 | |
2017-12-16 | Remove unused variable | David Robillard | 1 | -1/+0 | |
2017-12-16 | Use C11 memory barriers where available | David Robillard | 2 | -10/+17 | |
2017-05-07 | Fix Jack deactivation | David Robillard | 2 | -2/+3 | |
2017-04-26 | Merge pull request #1 from smbolton/master | David Robillard | 1 | -2/+2 | |
Fix use-after-free in jalv_gtk.c |