summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_region.cc
AgeCommit message (Expand)Author
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
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-05-30make trimming in region name (colored) highlight work even in internal edit m...Paul Davis
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-12torben's latest fix for the MTC PiC (adjust catch factor)Paul Davis
2010-02-11tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually g...Paul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...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-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-25search $TOP/build/default/gtk2_ardour BEFORE ../gtk2_ardour when looking for ...Paul Davis
2009-10-24(FULL commit) start of a nominal debug tracing system, with 64 bits available...Paul Davis
2009-10-23More correct looking MidiSource::midi_read.David Robillard
2009-10-22Fix MidiBuffer::merge_in_place and add aggressive correctness checking.David Robillard
2009-10-19track notes at the region level in MidiPlaylist; resolve them (deliver note o...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard