summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_region.cc
AgeCommit message (Expand)Author
2018-02-11SoloSelection: libardour part.Ben Loftis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-23Update "separate_by_channel" API & add Lua bindingsRobin Gareus
2017-04-19Use PBD string conversion functions in PBD::Property classTim Mayberry
2017-03-07announce what changed correctly in MidiRegion::model_shifted()nick_m
2017-03-06more linked midi region trim drag fixes.nick_m
2017-03-05fix uninitialised variable (fixes linked midi region negative start oatch)nick_m
2017-03-04offset linked regions to compensate for negative start after trim drag.nick_m
2017-02-13fix missing position property in MidiRegion::clone()nick_m
2017-02-04rework snapnick_m
2017-01-07amend massive thinko in last commit (actually works).nick_m
2017-01-07fix incorrect _start after a split.nick_m
2017-01-03MidiRegion::clone() needs to ensure that the model is loaded before calling M...Paul Davis
2016-12-13only update MidiRegion length_beats in partial copy ctor if there is an offset.nick_m
2016-12-13only recalculate MidiRegion start_beats if there is an offset in the 'part-of...nick_m
2016-11-18remove thinko in MidiRegion::post_set().nick_m
2016-11-11rename Region pos_beats -> quarter_notenick_m
2016-11-11ensure non-zero midi region length when tempo map changes.nick_m
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-11-11MidiRegion _start/_length beats are frame based only when lock style is Audio...nick_m
2016-11-10#include <ardour/midi_cursor.h> in a couple of placesJohn Emmas
2016-11-08Support multiple readers for MIDI source/modelDavid Robillard
2016-10-25don't mix framepos with quarter notes when calculating _start frames.nick_m
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
2016-10-09Ensure midi region start trim always sets _start_beats.nick_m
2016-10-09Fix logic fail when setting midi region position, rework midi region start tr...nick_m
2016-10-01Add MidiRegion _start to the list of things we leave alone on session load.nick_m
2016-09-29Prevent overwriting of MidiRegion length and length_beats during session load.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-07Load midi region length and start correctly in sessions modified by v5.0 -> 5...nick_m
2016-09-06Set start_pulse and length_pulse from state, neither need to be a PBD::Property.nick_m
2016-08-31Fix incorrect start_pulse in MidiRegion copy-with-offset ctor.nick_m
2016-08-31Add start_pulse and length_pulse to midi region for beat/note separation.nick_m
2016-08-14Always send start property changes when a midi region trim alters position.nick_m
2016-08-14Audio-locked midi region fixes.nick_m
2016-07-20Fix previous commitJulien "_FrnchFrgg_" RIVAUD
2016-07-20Make bus's trim control also affect sends to the busJulien "_FrnchFrgg_" RIVAUD
2016-07-20Add a dedicated export method to MidiRegionJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Back to using exact beats for midi region start_beats calculation when trimming.nick_m
2016-07-10Fix bad comment.nick_m
2016-07-10Use frame-based (non-exact) beat calculation to set new start in midi region ...nick_m
2016-07-10Experimental patch to ensure playback buffer bounds use minimal beat->frame r...nick_m
2016-07-10Only update midi regions having a playlist after tempo map change, fix 0 leng...nick_m
2016-07-10Quick fix to get trim working again (bahaving oddly during trim right now)nick_m
2016-07-10Remove frame conversion for MidiRegionView::note_in_region_range(), speed up ...nick_m