summaryrefslogtreecommitdiff
path: root/libs/backends/jack
AgeCommit message (Expand)Author
2015-03-09there’s no jack_creator_thread on windowsRobin Gareus
2015-03-08add a no-jack-metadata option for poor 12.04 soulsRobin Gareus
2015-03-08add backend support for port properties (jack)Robin Gareus
2015-03-08update https://github.com/x42/weakjack/Robin Gareus
2015-03-03Change order of midi entries so a new backend will default to a working midi ...Ben Loftis
2015-02-19change Audio backend sample time methods to use a 64 bit timelinePaul Davis
2015-02-16remove lib versioning for internal pluginsRobin Gareus
2015-01-30fix “invalid use of incomplete type jack_client_t”Robin Gareus
2015-01-30fix jack thread joiningRobin Gareus
2015-01-14JACK: add support for device names with whitespaceRobin Gareus
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