summaryrefslogtreecommitdiff
path: root/libs/backends/jack/jack_audiobackend.cc
AgeCommit message (Expand)Author
2020-04-28Con't work on ALSA nperiod selection (see also d3d120fa)Robin Gareus
2020-04-08use RCU to manage JACK backend's container of portsPaul Davis
2020-04-07improved port cleanup as backend is destroyedPaul Davis
2020-04-07use shared_ptr to manage backend port lifetimes (Pulse,ALSA,Dummy,JACK)Paul Davis
2019-11-15add a bit of debugging to JACK transport codePaul Davis
2019-08-03Update backend GPL boilerplate and (C) from git logRobin Gareus
2018-10-11Add API to query backend realtime thread priorityRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-12-05JACK: expose --nperiods optionRobin Gareus
2015-10-06Remove an unnecessary boolean argument in jack utilsTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-07-04fix jack/pthread windows conditionRobin Gareus
2015-07-04use a trick to compile JACK/win with new and old headersRobin Gareus
2015-07-04fix side-effect of moving to jack1 headersRobin Gareus
2015-07-04fix compilation with mingw + pthreadsRobin Gareus
2015-06-14probe buffersize if jackd is already running.Robin Gareus
2015-02-19change Audio backend sample time methods to use a 64 bit timelinePaul Davis
2015-01-30fix “invalid use of incomplete type jack_client_t”Robin Gareus
2015-01-30fix jack thread joiningRobin 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-04if the user chooses to stop the jack-backend, mark it as stopped. Don't displ...Robin Gareus
2014-05-01Add AudioBackend::info() method to retrieve AudioBackendInfo objectPaul Davis
2014-03-23fix undefined value, support netjack2Robin Gareus
2014-02-24remove unused and unimplementable audio engine sample format codePaul 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-04change "cpu" in cpu load backend functionsPaul Davis
2013-11-29fix merge with masterPaul Davis
2013-11-27make JACK backend return the right set of values when asked for buffer sizes ...Paul Davis
2013-11-27Merge branch 'master' into cairocanvasPaul Davis
2013-11-27add error check to call to PortManager::reestablish_portsPaul Davis
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-10-23Report an error to stderr if creation of jack command line fails.Colin Fletcher
2013-10-21fix issues with recording while synced to JACK (non-pure-virtual method added...Paul Davis
2013-10-12fix inability to export twicePaul Davis
2013-10-12adapt JACK audiobackend to pay attention to new _start() API related to laten...Paul Davis
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10add JACK backend support for MIDI option discoveryPaul Davis
2013-10-08restore jack timebase master and jack session callback functionality (moved i...Paul Davis
2013-10-04Implement JACKAudioBackend::in_process_threadTim Mayberry
2013-10-04Move processing thread list from ARDOUR::Graph into AudioBackend implementationTim Mayberry
2013-10-04Add AudioBackendThread class to support different thread type on windowsTim Mayberry