fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / ticker.cc
2016-05-27 nick_mTempo ramps - rename meter_at() -> meter_at_frame(...
2016-05-27 nick_mTempo ramps - rename tempo_at() -> tempo_at_frame(...
2016-05-27 nick_mTempo ramps - fix changing from const to ramp in the...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-31 Robin Gareusfix OSX/PPC 10.4 long maths
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Robin Gareusinitialize some uninitialized variables
2013-12-05 Paul DavisMerge branch 'master' into cairocanvas
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-12-03 Paul DavisMerge branch 'windowspush' of https://github.com/mojofu...
2013-12-03 Paul DavisMerge branch 'master' into windows
2013-12-03 Paul Davisminor tweaks to MIDI clock support, including delivery...
2013-12-01 Paul Davisfix continuous send of MIDI start/position/stop message...
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Michael FisherSend and Read MIDI Positions the right way
2013-08-08 Michael FisherMidi clock housekeeping
2013-08-08 Michael FisherRevamp clock processing so it uses an internal frame...
2013-08-08 Michael FisherWIP - Experimenting with an alternative clock generatin...
2013-08-08 Michael Fisher- Send position data from internal position class
2013-08-08 Michael FisherTest code removal...
2013-08-08 Michael FisherMIDI Clock - Shuffling locate code (not actually used...
2013-08-08 Michael FisherHousekeeping, code style
2013-08-08 Michael FisherMoving Mclk locating code to ticker.cc. Housekeeping
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Robin GareusMerge branch 'midiclock' of https://github.com/axetota...
2013-08-02 Michael FisherSend and Read MIDI Positions the right way
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Michael FisherMidi clock housekeeping
2013-08-02 Michael FisherRevamp clock processing so it uses an internal frame...
2013-08-02 Michael FisherWIP - Experimenting with an alternative clock generatin...
2013-08-02 Michael Fisher- Send position data from internal position class
2013-08-02 Michael FisherTest code removal...
2013-08-02 Michael FisherMIDI Clock - Shuffling locate code (not actually used...
2013-08-01 Paul Davisfix merge conflict from master
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherHousekeeping, code style
2013-07-29 Michael FisherMoving Mclk locating code to ticker.cc. Housekeeping
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-02-06 Paul Davisfix bug in MidiClock that sent MIDI Clock messages...
2012-01-27 Paul Davisfurther simplification of midi clock ticker API
2012-01-27 Paul Davisrework design of midi clock ticker to avoid expensive...
2011-12-13 Paul Davismore fun and games with meter and the tempo map: rename...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-23 Carl HetheringtonRe-fix compile failure with --no-nls (#3111).
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-14 Carl HetheringtonUse DEBUG_TRACE for all of the MIDI clock ticker code.
2010-12-13 Carl HetheringtonOops, fix build.
2010-12-13 Carl HetheringtonRemove unnecessary assert from midi clock ticker code...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-06 Carl HetheringtonRemove non-JACK midi++ ports.
2009-12-22 Carl HetheringtonFix assertion failure on transmission of MIDI clock.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-01 Carl HetheringtonPrevent some segfaults when trying to send MTC when...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-21 David RobillardFix compilation with -DDEBUG_MIDI_CLOCK
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-01 Carl HetheringtonDon't send midi clock during export, for now, to avoid...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-01-01 Hans Baier* made MidiClock_Slave conform more to to the Spec...
2009-01-01 Hans Baier* fix broken MidiClockTicker (introduced by revision...
2008-12-30 Sakari BergenWrap some Jack_MidiPort stuff in #ifdefs to solve dylib...
2008-12-01 Hans Baier* minor cleanup
2008-12-01 Hans Baier* reduced debugging output
2008-12-01 Hans Baier* Sending MIDI Clock while looping works now
2008-11-29 Hans Baier* sending MIDI clock works, hooray\!
2008-11-26 Hans Baier* added Menu for sending midi clock
2008-11-26 Hans Baier* the very humble beginnings of sending MIDI clock