summaryrefslogtreecommitdiffstats
path: root/src/JackInput.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use queue for all inputs and unify interfaceMatthias P. Braendli2017-10-071-0/+6
| | | | | This also changes the --fifo-silence option. Instead of inserting silence separately, it uses the drift compensation to do that.
* Make all inputs use the same interfaceMatthias P. Braendli2017-10-071-20/+22
|
* Add doxygen configuration and targetMatthias P. Braendli2016-07-081-2/+5
|
* Fix two issues seen by static analysisMatthias P. Braendli2015-12-301-0/+2
|
* Change JackInput to char* to avoid crash when JACK compiled in but not usedMatthias P. Braendli2014-06-271-2/+2
|
* Add JACK input supportMatthias P. Braendli2014-06-261-0/+139