aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-10Separate Jack client creation from backend initialisationDavid Robillard1-2/+12
2018-09-27Split jalv_main() from main()David Robillard1-224/+230
2018-09-27Return distinct error codes for different error conditionsDavid Robillard1-8/+10
2018-09-25Remove unused fieldDavid Robillard1-1/+0
2018-09-24Fix some unnecessary const castsDavid Robillard3-5/+5
2018-09-24Fix unused parameter warningsTimo Wischer9-34/+44
2018-09-23Remove support for deprecated event and uri-map extensionsDavid Robillard9-211/+55
2018-09-22Document command syntax in man pageDavid Robillard2-1/+15
2018-09-22Add commands to set and list presetsDavid Robillard1-0/+20
2018-09-22Add commands to print control valuesDavid Robillard1-0/+21
2018-09-22Add command to set control values by port indexDavid Robillard1-4/+13
2018-09-22Move control printing function to shared internal headerDavid Robillard3-10/+10
2018-09-22Add rudimentary help to console interfaceDavid Robillard1-3/+10
2018-09-22Print error message on unknown command inputDavid Robillard1-0/+2
2018-09-22Only print initial value for control inputsDavid Robillard1-1/+1
2018-09-22Simplify control display in console interfaceDavid Robillard4-18/+9
2018-09-22Print real JACK name instead of requested nameDavid Robillard1-1/+2
2018-09-22Fix double backend activationDavid Robillard1-3/+0
2018-09-21Update READMEDavid Robillard1-1/+2
2018-09-21Make Suil dependency optionalDavid Robillard4-5/+27
2018-09-21Remove use of SuilController type in jalv_ui_port_index() interfaceDavid Robillard2-2/+2
2018-09-21Use jalv_ui_write() universallyDavid Robillard3-9/+8
2018-09-21Factor out running show-interface UIs from the console front-endDavid Robillard1-3/+13
2018-09-20Use sigaction() instead of signal()Laxmi Devi3-1/+18
2018-09-20Update NEWSDavid Robillard1-1/+4
2018-09-19Add support for underscore in port names on command lineJośe Fernando Moyano1-1/+1
2018-09-18Fix a potential crash when closed with workerJP Cimalando3-2/+15
2018-09-16Merge commit 'fd7097d059f9abacac8c9c4f987e4309a28c9ba3'David Robillard1-4/+6
2018-09-16Squashed 'waflib/' changes from 982416b..3e43d09David Robillard1-4/+6
2018-09-16Clean up wscriptDavid Robillard1-37/+24
2018-09-15Switch to using bundled waf sourceDavid Robillard1-162/+9
2018-09-15Squashed 'waflib/' content from commit 982416bDavid Robillard182-0/+41453
2018-09-15Merge commit '8c96b17a5393bffee0c521c4872a9fa999048032' as 'waflib'David Robillard182-0/+41453
2018-08-07Fix closing JACK backendDavid Robillard1-1/+1
2018-08-01Make zix_ring_free() safe to call on NULLTimo Wischer1-2/+4
2018-08-01Avoid NULL dereference in JACK backend on startup failureTimo Wischer1-4/+8
2018-08-01Remove non-standard includeDavid Robillard1-1/+0
2018-08-01Remove unused control value variableTimo Wischer1-1/+0
2018-08-01Use lilv_port_get_range() to get default, min, max of a control portTimo Wischer1-3/+0
2018-07-22Upgrade to waf 2.0.9 and autowaf a328983David Robillard1-7/+7
2018-07-22Add gitattributes fileDavid Robillard1-0/+1
2018-07-22Rename README to README.mdDavid Robillard1-0/+0
2018-07-22Fix stepped logarithmic controls in generic Qt UIsDavid Robillard1-4/+5
2018-01-16Remove unnecessary includesDavid Robillard2-3/+3
2018-01-16Explicitly set language versionDavid Robillard1-3/+1
2018-01-16Upgrade to waf 2.0.4David Robillard1-6/+6
2017-12-29Use clang-tidy for lintingDavid Robillard1-1/+11
2017-12-29Fix inconsistent parameter namesDavid Robillard1-1/+1
2017-12-29Remove redundant castsDavid Robillard1-2/+2
2017-12-29Upgrade to waf 2.0.3David Robillard2-39/+41