fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / midi_playlist.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2015-08-24 Robin GareusExclude empty CC-params from "Show Existing Automation"
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-30 David RobillardFix mute of MIDI tracks with channel forcing.
2015-03-29 David RobillardFix mute of MIDI tracks with channel forcing.
2015-03-05 David RobillardHandle edits while playing precisely.
2015-03-05 David RobillardClean up MidiPlaylist::read, kill copy-paste code.
2015-01-18 David RobillardFix stuck notes in short MIDI regions.
2014-12-20 David RobillardMaintain correct tracker state on MIDI overwrite.
2014-12-01 David RobillardMove EventRingBuffer to libardour.
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-16 Paul Davisswitch to a RWLock for Playlist, to allow simultaneous...
2012-05-01 Paul Davisremove recursive mutex from Playlist, replace with...
2012-04-26 Carl HetheringtonUse Glib::Threads::RecMutex rather than Glib::RecMutex...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2011-12-30 Carl HetheringtonSet up layering_index immediately on an explicit layer...
2011-12-26 Paul Davisa grab bag of changes correcting and improving the...
2011-12-22 Paul Davismain fix: when transport stops, clear per-region per...
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-19 David RobillardTrim include tree.
2011-06-22 Paul Davissecond half of "bomb out if playlist construction from...
2011-05-29 Paul Davistotally untested initial code for MidiPlaylistSource...
2011-04-21 Carl HetheringtonPrevent note trackers for overlapping MIDI regions...
2011-04-04 Paul Davisminor tweaks to debug output and comments and header...
2011-03-15 David RobillardFix more broken whitespace.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
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-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-21 Paul Davisfix some warnings that come from a non-debug build...
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
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-10-26 David RobillardRemove cyclic Source->Playlist references (and with...
2009-10-25 Paul Davisdo not sort MIDI regions by layer since they are all...
2009-10-25 Paul Davismake per-region note-tracking in MidiPlaylist work...
2009-10-24 David RobillardStrip trailing whitespace.
2009-10-24 David RobillardFix needlessley explodey MidiPlaylist constructor.
2009-10-24 Paul Davisdebug-tracify current MIDI playlist debug output
2009-10-24 Paul Davis(FULL commit) start of a nominal debug tracing system...
2009-10-22 David RobillardFix MidiBuffer::merge_in_place and add aggressive corre...
2009-10-19 Paul Davistrack notes at the region level in MidiPlaylist; resolv...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-01 David RobillardFix MIDI playback.
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-19 David RobillardLess crash-happy MIDI reading on weird MIDI files.
2008-02-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2007-11-25 David RobillardFix crash on MIDI region split.
2007-07-28 David RobillardUse 'show contents' note range by default (fix uninitia...
2007-06-03 David RobillardFix MIDI region loading.
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-21 Paul Davisvirtualize audioregion, make crossfade IS-A audioregion
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-01-09 David RobillardMerged with trunk R1283.
2006-10-21 David RobillardMerged with trunk R999.
2006-08-29 David RobillardMerged with trunk R861
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-14 David RobillardMore solid "fake" recording and serialization
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-06-26 David RobillardActually added the code mentioned in my last commit...