summaryrefslogtreecommitdiff
path: root/libs/backends/jack
AgeCommit message (Expand)Author
2017-12-16Fix gcc4 builds "GCC diagnostic not allowed inside functions"Robin Gareus
2017-12-15Sync weakjack with upstream https://github.com/x42/weakjack/Robin Gareus
2017-10-30Add & implement PortEngine::externally_connected() APIRobin Gareus
2017-10-30Add missing header (-Wmissing-prototypes)Robin Gareus
2017-10-30Add weak linked symbol for "jack_port_is_mine"Robin Gareus
2017-09-19Revert some more frame/sample API issuesRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-23backends: jack: display playback only devicesStefan Müller-Klieser
2017-08-05Update backend API: read-only MIDI input buffersRobin Gareus
2017-04-19Use PBD::to_string() from pbd/string_convert.h in JACK utilsTim Mayberry
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-10-18fix retrieval of port properties (metadata) when the value has no typePaul Davis
2016-08-19handle edge-case where jack-meta-data may be NULL, but the call succeedsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-01fix jack_port_rename() detectionRobin Gareus
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2016-04-18implement metadata-set for remaining backendsRobin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-01-07nitpickRobin Gareus
2016-01-07fix missing symbol on OS XPaul Davis
2015-12-05JACK: expose --nperiods optionRobin Gareus
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-10-28fix JACK/windows compilationRobin Gareus
2015-10-28use weak-jack's jack_port_rename wrapperRobin Gareus
2015-10-06Remove an unnecessary boolean argument in jack utilsTim Mayberry
2015-10-05remove i/ofstream from libardourRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin 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-07-04fix jack_port_get_aliases return value (if n/a)Robin Gareus
2015-07-04fix jack/pthread windows conditionRobin Gareus
2015-07-04synchronize with https://github.com/x42/weakjack/Robin 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-07-04fix use of += in waf variableRobin Gareus
2015-07-04only compile, don’t link & run jack checksRobin Gareus
2015-07-04fix weak jack w/new jack_port_rename()Robin Gareus
2015-07-02fix error in type definition for weak jack handling of jack_port_renamePaul Davis
2015-07-02add conditional use of jack_port_rename(), a newly added public API for JACKPaul Davis
2015-06-14probe buffersize if jackd is already running.Robin Gareus
2015-05-03Fix mixed spaces/tabs in wscriptsChristopher Arndt
2015-04-30When testing for x86 / x64 architecture, don't forget the symbols that MSVC c...John Emmas
2015-04-23fix jack-metadata for weak-jack linkingRobin Gareus
2015-04-23fix JACK metadata configure check.Paul Davis
2015-04-23add a real check for functioning JACK metadata API; remove configure time opt...Paul Davis
2015-03-28Backend - change midi optons string.nick_m
2015-03-13only jack+windows use portaudio.Robin Gareus
2015-03-11mingw: all code is position independentRobin Gareus