summaryrefslogtreecommitdiff
path: root/libs/backends/jack
AgeCommit message (Expand)Author
2014-11-13yet another copy/paste typo :(Robin Gareus
2014-11-13fix typo in b9fc616538Robin Gareus
2014-11-13auto-initialize weak-jackRobin Gareus
2014-11-13prepare for JACK meta-data APIRobin Gareus
2014-11-13make new jack thread API functions optionalRobin Gareus
2014-11-13add symbol debug information to weak-jackRobin Gareus
2014-11-13yet another build fixRobin Gareus
2014-10-25proper solution for variable-args jack_client_open()Robin Gareus
2014-10-24Some minor bits of casting to keep MSVC happy when building 'backends/jack/we...John Emmas
2014-10-24fix screwup in prev commit-diffRobin Gareus
2014-10-24add explicit construction (for MSVC) and some debug messagesRobin Gareus
2014-10-24fix jack transport return valueRobin Gareus
2014-10-24use x-macros to simplify weak-jack implementationRobin Gareus
2014-10-24fix libjack namesRobin Gareus
2014-10-23fix 64bit compile with old gccRobin Gareus
2014-10-23add 'available' interface to the AudioBackendInfoRobin Gareus
2014-10-23weak/runtime jack linking: load libjack dynamically at runtimeRobin Gareus
2014-10-22fix jack/mingw compilationRobin Gareus
2014-10-22fix all 4 backends' failure to include the main "backend" thread when computi...Paul Davis
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-06-25Use PBD::find_files_matching_pattern instead of other variationsTim Mayberry
2014-06-13add AudioEngine API to configure individual MIDI devicesRobin Gareus
2014-06-07Don't use module versioning with jack backend in the mingw buildTim Mayberry
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus
2014-06-04if the user chooses to stop the jack-backend, mark it as stopped. Don't displ...Robin 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
2014-05-01Add AudioBackend::info() method to retrieve AudioBackendInfo objectPaul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-03-23fix undefined value, support netjack2Robin Gareus
2014-02-24remove unused and unimplementable audio engine sample format codePaul Davis
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-07Merge branch 'master' into cairocanvasPaul Davis
2014-01-06add M-Audio 2496 as a recognized card for the mudita24 control panel/app.Paul Davis
2013-12-12fix merge conflicts from masterPaul Davis
2013-12-09ignore "unofficial" states in jack_sync_callback()Nils Philippsen
2013-12-05Merge branch 'master' into cairocanvasPaul Davis
2013-12-04Merge branch 'master' into windowsPaul Davis
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-12-03switch from using Sleep/usleep to Glib::usleep()Paul Davis
2013-12-03Reinstate call to package config for JACK backendTim Mayberry
2013-12-03Use Sleep instead of usleep on windows in JACK backendTim Mayberry
2013-12-02Remove command line string quoting when forming jack command line on windowsTim Mayberry
2013-12-02Waf options are not valid during build stage so use environment variableTim Mayberry
2013-12-02Include pbd/localtime_r.h in session_jack.cc for MinGWTim Mayberry
2013-11-29fix merge with masterPaul Davis