summaryrefslogtreecommitdiff
path: root/libs/ardour/region_factory.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-05-25Always create a deep copy of MIDI regions when copying playlists.Robin Gareus
2017-02-04rework snapnick_m
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-10Fix missing note divisor when creating regions, ensure an existing musical ti...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-06-28changes in logic used by source cleanup to avoid endless recursion in session...Paul Davis
2016-06-07Ensure correct lock style before setting position.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-11-14Fix crash when copying MIDI regions with midi-copy-is-fork is on (#6002).David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2013-08-04'libs/ardour' - Use 'std::vector' instead of dynamically sized arrays (requir...John Emmas
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-18Use a map of region names to speed upCarl Hetherington
2012-05-30rethink how to load legacy crossfades as new-style xfadesPaul Davis
2012-05-30debugging legacy xfade loading, part 2Paul Davis
2012-05-27don't add regions created with announce=false to the global region map. i hop...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-15remove two instances of static/global ScopedConnectionList. one remains worth...Paul Davis
2012-05-15Remove unused method.Carl Hetherington
2012-05-15Remove bind to shared_ptr.Carl Hetherington
2012-04-11Fix use of invalidated iterator (#4822).Carl Hetherington
2011-12-05when doing a pure copy of a region, which resets the position, reset the posi...Paul Davis
2011-11-24Add option to glue new regions to bars and beats (#4202).Carl Hetherington
2011-10-29tweaks to boost debug related code, from a boost debugging sessionPaul Davis
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-05-25correct the logic used when building a compound region to include a whole-fil...Paul Davis
2011-05-22rationalize and improve region naming conventions to cover compound regionsPaul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-03-01improve, cleanup, rationalize Session::cleanup_sources() and supporting infra...Paul Davis
2011-02-10#ifdef-ize all/most uses of the boost debug hooks APIPaul Davis
2010-12-22Remove lying comment.David Robillard
2010-12-22Less code.David Robillard
2010-12-21Consistently mark all regions "interesting".David Robillard
2010-12-21Remove confuzzling offset_relative stuff from region construction (pre-proper...David Robillard
2010-12-20Fix more broken whitespace.David Robillard
2010-11-05try to sensibly handle repeated imports of the same file. the same thing migh...Paul Davis
2010-09-21missing part of lincoln's patchPaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-25Rename various things in the property system.Carl Hetherington
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-07-01debug outputPaul Davis
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-06remove the session region list; GUI now represents (a relatively unfiltered v...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis