summaryrefslogtreecommitdiff
path: root/libs/ardour/ticker.cc
AgeCommit message (Expand)Author
2019-11-04avoid use of Port::port_offset() everywhere except Port::flush_buffers() and ...Paul Davis
2019-11-03Fix timecode generation after split-cyclesRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-05-27Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightl...nick_m
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...nick_m
2016-05-27Tempo ramps - fix changing from const to ramp in the gui.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-03-31fix OSX/PPC 10.4 long mathsRobin Gareus
2013-12-27initialize some uninitialized variablesRobin Gareus
2013-12-02minor tweaks to MIDI clock support, including delivery of position events/mes...Paul Davis
2013-12-01fix continuous send of MIDI start/position/stop messages introduced by mistakePaul Davis
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-02Send and Read MIDI Positions the right wayMichael Fisher
2013-08-02Midi clock housekeepingMichael Fisher
2013-08-02Revamp clock processing so it uses an internal frame reference.Michael Fisher
2013-08-02WIP - Experimenting with an alternative clock generating algoMichael Fisher
2013-08-02- Send position data from internal position classMichael Fisher
2013-08-02Test code removal...Michael Fisher
2013-08-02MIDI Clock - Shuffling locate code (not actually used yet)Michael Fisher
2013-07-29Housekeeping, code styleMichael Fisher
2013-07-29Moving Mclk locating code to ticker.cc. HousekeepingMichael Fisher
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-02-06fix bug in MidiClock that sent MIDI Clock messages with negative offsets afte...Paul Davis
2012-01-27further simplification of midi clock ticker APIPaul Davis
2012-01-27rework design of midi clock ticker to avoid expensive generalization that has...Paul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-14Use DEBUG_TRACE for all of the MIDI clock ticker code.Carl Hetherington
2010-12-13Oops, fix build.Carl Hetherington
2010-12-13Remove unnecessary assert from midi clock ticker code; MIDI::Port handles non...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-07-08Move MIDI control port ownership into the MIDI Manager, since control port st...Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-06Remove non-JACK midi++ ports.Carl Hetherington
2009-12-22Fix assertion failure on transmission of MIDI clock.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-01Prevent some segfaults when trying to send MTC when there is no port to send ...Carl Hetherington
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-21Fix compilation with -DDEBUG_MIDI_CLOCKDavid Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard