summaryrefslogtreecommitdiff
path: root/libs/ardour/mtc_slave.cc
AgeCommit message (Expand)Author
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
2017-01-10Fix MTC slave implicit return on transport-stopRobin Gareus
2016-12-08Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29Add some libardour support for indicating MTC active status.Paul Davis
2013-12-02Use PBD::pthread_name in MTC_Slave for portabilityTim Mayberry
2013-09-18'libs/ardour' - Further compiler specific changesJohn Emmas
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-08-13fixes to get MTC (and probably MIDI clock) slaving working againPaul Davis
2013-08-12assorted extra debug output for MTCPaul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-13Use pthread_name instead of pthread_self for portabilityPaul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-03-03clock info-box: fix alignment and spacingRobin Gareus
2013-03-03replace unicode dash with (monospace) minus.Robin Gareus
2013-03-02fix MTC slave+generator for non integer quarter_frame_durationRobin Gareus
2013-02-05replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAM...Paul Davis
2013-01-09remove timecode subframe configurationRobin Gareus
2012-11-13implement TC offset for slave&generator.Robin Gareus
2012-11-12slave delta: move sign next to the digitRobin Gareus
2012-11-11add slave and generator Timecode offset (no UI yet)Robin Gareus
2012-11-11reintroduce space before delta "sample" lableRobin Gareus
2012-11-11first round of audio-clock font rendering updateRobin Gareus
2012-11-10add a delta sign to the slave delta display.Robin Gareus
2012-11-10update slave clocks -- to use long minusRobin Gareus
2012-11-09make timecode offset workRobin Gareus
2012-11-09Don't notify user if fps changes only affect speed but not counting.Robin Gareus
2012-11-09MTC slave: 2997fudge optionRobin Gareus
2012-11-05MTC slave: set initial framerates to current value.Robin Gareus
2012-11-04MTC slave: disable seekahead, implement own sync-lockedRobin Gareus
2012-10-23MTC slave - resolve drift issueRobin Gareus
2012-10-22MTC slave - fix jumps on initializationRobin Gareus
2012-10-17disable LTC,MTC speed deadzone for now.Robin Gareus
2012-10-17Add a 1% speed deadzone around speed=1.0 for LTC, MTC slavesRobin Gareus
2012-10-17slave delta displayRobin Gareus
2012-10-16MTC Slave: allow >2 sec for re-sync, format deltaRobin Gareus
2012-10-15MTC slave: timcode and delta formattingRobin Gareus
2012-10-14MTC slave fix reporting approx positionRobin Gareus
2012-10-14prepare reporting slave delta & MTC slave implementationRobin Gareus
2012-10-14MTC,LTC print current timecodes in warningRobin Gareus
2012-10-14MTC Slave: MIDI 30df -> A3 29.97dfRobin Gareus
2012-10-14MTC Slave: fix return approx position.Robin Gareus
2012-10-13MTCslave - use new timecode APIRobin Gareus