summaryrefslogtreecommitdiff
path: root/libs/backends/jack/jack_utils.cc
AgeCommit message (Expand)Author
2017-08-23backends: jack: display playback only devicesStefan Müller-Klieser
2017-04-19Use PBD::to_string() from pbd/string_convert.h in JACK utilsTim Mayberry
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-06Remove an unnecessary boolean argument in jack utilsTim Mayberry
2015-10-05remove i/ofstream from libardourRobin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-08-11fix jack startup on OSX (w/midi)Robin Gareus
2015-03-28Backend - change midi optons string.nick_m
2015-03-13only jack+windows use portaudio.Robin Gareus
2015-03-03Change order of midi entries so a new backend will default to a working midi ...Ben Loftis
2015-01-14JACK: add support for device names with whitespaceRobin Gareus
2014-10-23weak/runtime jack linking: load libjack dynamically at runtimeRobin Gareus
2014-06-25Use PBD::find_files_matching_pattern instead of other variationsTim Mayberry
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus
2014-06-03Revert "When writing '.jackdrc' make sure we enclose any device names inPaul Davis
2014-06-03When writing '.jackdrc' make sure we enclose any device names in quotation marksJohn Emmas
2014-05-27(Windows) Add support for finding the bundled version of Jack which comes wit...John Emmas
2014-05-27Remove an unnecessary #defineJohn Emmas
2014-05-27Use PLATFORM_WINDOWS (in preference to WIN32) for consistency with the other ...John Emmas
2013-12-02Remove command line string quoting when forming jack command line on windowsTim Mayberry
2013-11-26resolve merge with master (?)Paul Davis
2013-10-23Don't ever pass -d for device name to dummy jackd driverColin Fletcher
2013-10-23Fix setting playback & capture channel counts for jackd dummy backend.Colin Fletcher
2013-10-23Don't fail jackd command line creation for jack dummy backend.Colin Fletcher
2013-10-16Merge branch 'master' into windowsPaul Davis
2013-10-15fix up issues with MIDI I/O option when using jack1 or jack2's most recent op...Paul Davis
2013-10-15Merge branch 'master' into windowsPaul Davis
2013-10-12adapt JACK audiobackend to pay attention to new _start() API related to laten...Paul Davis
2013-10-10some slightly hackish changes to make it possible to use the new internal ALS...Paul Davis
2013-10-10add JACK backend support for MIDI option discoveryPaul Davis
2013-09-12merge with master and fix Searchpath conflictPaul Davis
2013-09-11always add a timeout value of 200msec to jack, just like qjackctl does.Paul Davis
2013-09-07move JACK audio backend to its own folder and adjust build system to reflect ...Paul Davis