summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_region.cc
AgeCommit message (Expand)Author
2014-12-29Fix deadlock while recording MIDI controllers.David Robillard
2014-12-20fix newly introduced deadlock when cloning MIDI regionsPaul Davis
2014-12-20Maintain correct tracker state on MIDI overwrite.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-20Fix lost MIDI note offs and controllers.David Robillard
2014-11-19Fix dropped MIDI events, especially with record enabled.David Robillard
2014-11-14Fix crash when copying MIDI regions with midi-copy-is-fork is on (#6002).David Robillard
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-23Replace use of pbd/filesystem.h with Glib alternativeTim Mayberry
2012-06-09Remove extra .mid suffix added to cloned MIDI region names (#4914).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-23alter API for MIDI cloning to facilitate exportPaul Davis
2012-04-15Update MidiRegion::_start_beats on trimming the front of a MIDI region; reset...Carl Hetherington
2012-01-21Remove unused code.Carl Hetherington
2011-12-22main fix: when transport stops, clear per-region per-playlist note trackers e...Paul Davis
2011-12-17Remove unused code.Carl Hetherington
2011-12-12Set up region BBT time when frame position changes, if the region is glued to...Carl Hetherington
2011-12-11Keep track of MIDI region's start positions in beats, toCarl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-19Trim include tree.David Robillard
2011-10-19Trim the include tree.David Robillard
2011-10-13add new per-session MIDI-region-copy-is-fork: if set, all MIDI region copies ...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2010-12-22Calculate length_beats of split MIDI regions from 'parent' region.David Robillard
2010-12-21Remove confuzzling offset_relative stuff from region construction (pre-proper...David Robillard
2010-12-21Only calculate length_beats from length (in frames) if length property (in fr...David Robillard
2010-12-21Set new (recorded) MIDI source length to length of entire capture (instead of...David Robillard
2010-12-20Fix more broken whitespace.David Robillard
2010-12-20Fix converter origins for computing region length.Carl Hetherington
2010-12-20Fix split of midi regions after tempo / meter changes.Carl Hetherington
2010-12-20use notification of what was changed in MidiRegion::post_set() callPaul Davis
2010-12-17fix BeatFramesConverter so that it at least works even if its not optimally n...Paul Davis
2010-12-14implement methods in TempoMap for walking a given distance along a tempo map ...Paul Davis
2010-12-12Fix MIDI fork using a modified version of a patch from warrenfalk. Fixes #3595.Carl Hetherington
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...Carl Hetherington
2010-12-07Revert previous ill-thought-out patch.Carl Hetherington
2010-12-07Allow trim of midi regions to before the start of the source. Fixes #3156.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-05Remove some unused code.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-01Clean up MidiSource::midi_read now that the signed type sframes_t is being us...Carl Hetherington
2010-09-01Fix error in diskstream fill calculations. Fixes #3426.Carl Hetherington
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington
2010-07-16Remove unused full parameter to Region::stateCarl Hetherington
2010-06-28Fix a couple of crashes on MIDI import.Carl Hetherington
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington