summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_region.h
AgeCommit message (Expand)Author
2016-11-10Correct the #includes for 'ardour/midi_cursor.h' (see commit #ec12fccf08)John Emmas
2016-11-11remove unused variable and debugging.nick_m
2016-11-08Support multiple readers for MIDI source/modelDavid Robillard
2016-10-25make MidiRegion::start/length_beats() const.nick_m
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
2016-09-29Remove bogus methods from MidiRegion.nick_m
2016-09-29Add headless-chicken session utility.nick_m
2016-09-23Remove _midi_regions_use_bbt_beats from Session, _start_pulse and _length_pul...nick_m
2016-09-13change all MIDI read-from-source to map all events into the loop-range for se...Paul Davis
2016-09-06Set start_pulse and length_pulse from state, neither need to be a PBD::Property.nick_m
2016-08-31Add start_pulse and length_pulse to midi region for beat/note separation.nick_m
2016-07-20Add a dedicated export method to MidiRegionJulien "_FrnchFrgg_" RIVAUD
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Remove frame conversion for MidiRegionView::note_in_region_range(), speed up ...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-06-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
2016-05-27Rwbi ramps - midi regions resize when tempo map changed.nick_m
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2015-10-17Remove all the now unused functions in the MidiModel class.André Nusser
2015-03-29Fix mute of MIDI tracks with channel forcing.David Robillard
2015-03-05Handle edits while playing precisely.David Robillard
2015-01-07MusicalTime => Beats.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2013-10-17get everything compiling with libardour built using -fvisibility=hiddenPaul Davis
2013-10-17add export visibility macros across libardourPaul Davis
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-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2011-12-17Remove unused code.Carl Hetherington
2011-12-11Keep track of MIDI region's start positions in beats, toCarl Hetherington
2011-10-19Trim 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-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-20Fix more broken whitespace.David Robillard
2010-12-20use notification of what was changed in MidiRegion::post_set() callPaul Davis
2010-12-14implement methods in TempoMap for walking a given distance along a tempo map ...Paul Davis
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-07-16Remove unused full parameter to Region::stateCarl Hetherington
2010-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis