summaryrefslogtreecommitdiff
path: root/libs/ardour/engine_slave.cc
AgeCommit message (Collapse)Author
2020-05-12Fix spacing of engine-delta displayRobin Gareus
2020-05-12Consolidate delta-string format, avoid markupRobin Gareus
2020-05-11Transport Masters dialog: use delta symbol in all delta_strings (libardour ↵Ben Loftis
tweak)
2019-11-15fix oddly damaged code (vs. 5.x) for EngineSlave core methods (JACK transport)Paul Davis
2019-09-17add ::usable() method to TransportMaster objects to allow GUI to show their ↵Paul Davis
usability after backend/engine changes
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-01-25new approach to handling Transport Masters when engine is restartedPaul Davis
Trust that ::reset() works for all transport masters, and call it when engine is stopped. This way the transport masters are ready to be called again as soon as the engine restarts.
2018-10-04add new ::update_interval() method for transport masters, and use in shared ↵Paul Davis
::speed_and_position() implementation
2018-09-27consolidate all transport masters on a SafeTime object that is a member of ↵Paul Davis
the TransportMaster base class. This seems to have broken some aspects of chasing/locking
2018-09-21Fix --no-nls (4/5), i18n include order in libs/*Robin Gareus
"i18n.h" needs to be included last (after any includes that may indirectly pull in getext or libintl etc)
2018-09-18namespace change to help out on non-linux platformsPaul Davis
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2013-10-21fix issues with recording while synced to JACK (non-pure-virtual method ↵Paul Davis
added to AudioBackend) and remove pause() from AudioEngine/AudioBackend APIs
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis