summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2016-11-28Fix Duplicate Track with Copy Playlist option selectedTim Mayberry
2016-11-28Fix duplicate track with new playlist so only one playlist is createdTim Mayberry
2016-11-25RAII to postpone processor changes/graph recalculationRobin Gareus
2016-11-25when duplicating tracks and copying playlists, use a new name for the copied ...Paul Davis
2016-11-25make the session do the right thing when clearing solo state during non-loadi...Paul Davis
2016-11-25remove redundant (identical) 2nd conditional, and improve commentPaul Davis
2016-11-25provisional changes to speed up solo changes to large numbers of routes.Paul Davis
2016-11-25Speed up AFL/PFL changes for large sessionsRobin Gareus
2016-11-10Remove a group when the last track in the group is removedRobin Gareus
2016-11-07make auto track naming make a bit more senseLen Ovens
2016-10-31Fix crash when instrument instantiation fails on track creation.Robin Gareus
2016-10-21when fetching MIDI ports for bundles and auto-connection, ignore control-only...Paul Davis
2016-10-19basics of following MIDI track selection and rewiring inputPaul Davis
2016-10-17fast region export -- don't call process()Robin Gareus
2016-10-17use existing method rather than inline code for pending port deletionsPaul Davis
2016-10-13new scheme for managing port deletionPaul Davis
2016-09-27add Session::get_physical_ports() to centralize "get physical ports but (mayb...Paul Davis
2016-09-27ignore control-only physical ports when building system bundlesPaul Davis
2016-09-27change Session::goto_start() to take an argument to optionally roll after locatePaul Davis
2016-09-23Remove _midi_regions_use_bbt_beats from Session, _start_pulse and _length_pul...nick_m
2016-09-13Remove duplicate header include from libardour source fileTim Mayberry
2016-09-11Fix #6774, Moving start/end markers doesn't set Session as modified/dirtyTim Mayberry
2016-09-07Load midi region length and start correctly in sessions modified by v5.0 -> 5...nick_m
2016-08-22new libardour API for Session::new_route_from_template to allow specifying in...Paul Davis
2016-08-01make Session::get_remote_nth_stripable() ignore hidden stripables unless asked.Paul Davis
2016-07-2632bit compat (amend 90a67d04)Robin Gareus
2016-07-25another attempt to fix playhead position with varispeed.Robin Gareus
2016-07-20MuteMaster should (a) use a Muteable's own ::muted_by_others_soloing() (b) no...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14refactoring to prepare for real-time exportRobin Gareus
2016-07-13a better, deeper fix for "cancel all solo", as Session::cancel_all_solo()Paul Davis
2016-07-12once the user has explicitly set the session range end, playlist/range change...Paul Davis
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-07-10towards export latency compensationRobin Gareus
2016-07-09fix initialization orderPaul Davis
2016-07-09better safe than sorryRobin Gareus
2016-07-09move latency-recompute into dedicated thread.Robin Gareus
2016-07-09Make MIDI busses possible targets of internal sendsJulien "_FrnchFrgg_" RIVAUD
2016-07-06a few post-rebase cleanupsPaul Davis
2016-07-06remove a bunch of code that will no longer be usedPaul Davis
2016-07-06tweak lua gcRobin Gareus
2016-07-04OSC: Signal for editor mixer change. (Selected or not)Len Ovens
2016-07-04add session-scope selection ops for StripablesPaul Davis
2016-07-03fix behaviour when opening up a gap to insert new Stripables.Paul Davis
2016-07-02remove Session::get_nth_stripable.ccPaul Davis
2016-06-26Enable build for FreeBSD (part 1/2)Robin Gareus
2016-06-12ignore midi on monitor-section and force strict-i/oRobin Gareus
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
2016-06-05fix Session::get_remote_nth_stripable() to use zero-based numberingPaul Davis
2016-06-05OS X clang build issue fixPaul Davis