try not thinning when loading old-school automation lists
[ardour.git] / libs / ardour / session_midi.cc
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-11 Carl HetheringtonRemove some unused parameters.
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2011-12-26 Carl HetheringtonRemove unused method.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-02-07 Carl HetheringtonPrevent various things from stopping the transport...
2011-01-10 Carl HetheringtonRespond to MMC even when synced to JACK. Fixes #3700.
2011-01-04 Carl HetheringtonSend full MTC messages every 1/4 of a second when quart...
2011-01-03 Carl HetheringtonStop QF messages when transport speed is out of range...
2011-01-03 Carl HetheringtonCope with non-unity transport speed when sending MTC.
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-13 Carl HetheringtonFix comment.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-22 Paul Davisremove a bunch of uses of long (mostly replaced by...
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-07 Carl HetheringtonTransmit MTC on playhead drag, as per #3239.
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-03 Carl HetheringtonFix up my previous buggy MMC cleanup.
2010-07-01 Paul Davisfix assumption that Session::_mmc != 0
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-12 Paul DavisMTC drift patch from robin gareus, plus two related...
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-02-01 Paul Davisfix transmission of MTC so that we don't send while...
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-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-07 Paul DavisRoute::set_meter_point() is now conceptually RT safe...
2009-12-06 Taybin RutkinMerged revisions 6293,6296-6306,6308 via svnmerge from
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-12-02 Paul Davismore MTC stuff, including toggleable use of torben...
2009-12-01 Paul Davismake ALSA MIDI I/O work with timestamps; more MTC debug...
2009-12-01 Paul Davisget non-JACK MIDI I/O working again, with debug tracing...
2009-12-01 Paul Davisrework MTC slave so that speed is computed in the MIDI...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-11-28 Paul DavisMMC related fixes
2009-11-10 Paul Davislots of tweaks relating to GUI sync management
2009-11-09 Paul Davis90% done with external sync design changes (GUI now...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-18 David RobillardFix MIDI controller feedback.
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-25 Hans Baier* fixed jitter problems for midi clock and removed...
2008-08-06 Hans Baier* fixed JACK_MidiPort to get the events into the slave
2008-08-04 Hans Baier* first implementation of MIDI Clock Slave support
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-03-19 Paul Davisfix up delivery of MTC & MMC; add zero=last_timestamp...
2008-03-19 Paul Davisfix up and re-enable MTC transmission
2008-03-19 Paul Davisreinstate Ye Olde MIDI (input) thread; fix up a few...
2007-08-06 Paul Davisslightly improved fixes for MIDI issues
2007-08-06 David RobillardFix startup crashes from recent MIDI stuff.
2007-08-06 Paul Davismerge changes to libmidi++ API from 2.0-ongoing
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-25 Sampo SavolainenSend MMC/MTC options will stick now, and prevent the...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-26 Paul Davisclean up RCU fix even more; nedko's missing sources...
2007-02-26 Paul Davisfix for #1503, crash on new session in write-protected dir
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-20 Paul Davismake MMC work again, make tracing MIDI input work again...
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-03 Nick MainsbridgeFix probably broken MMC locate
2007-01-02 Nick MainsbridgeGeneral SMPTE fixes mostly relating to non-integer...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-13 Paul Davissession export starts from session start marker; add...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-25 Paul Davisthe BIG CONFIG patch
2006-08-24 David RobillardMerged with trunk R846
2006-08-12 Hans Fugal r259@gwythaint (orig r799): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r321@gandalf: fugalh | 2006-08-12 15:48:28 -0600
2006-08-12 David RobillardMerged with trunk R795
2006-08-11 Hans FugalRect fix
2006-08-10 Hans Fugalhistory snapshot name
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-28 David RobillardMerged with trunk R708
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-21 David RobillardMerged with trunk
2006-06-16 David RobillardPreliminary MMC sending
2006-06-15 David RobillardMoved SMPTE type/functions into SMPTE namespace;
next