summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2015-06-29merge in Tracks-derived session-end-is-N-seconds beyond last region end, but ...Paul Davis
2015-06-29rename Session::add_session_range_location() to ::set_session_range_location()Paul Davis
2015-06-29enabling record (either tentative for punch or fully enabled) cancels play lo...Paul Davis
2015-06-29follow various events related to playhead priority (loop changes, parameter c...Paul Davis
2015-06-29initial version of playback priority design. No GUI control over options yetPaul Davis
2015-06-29more tweaks for varifill model, and avoid filling playback buffers during ses...Paul Davis
2015-06-29Add some libardour support for indicating MTC active status.Paul Davis
2015-06-29superior fix for limits on track name lengthPaul Davis
2015-06-29[Summary] Fixed bug: Dragging Region with copying it provoked a crash. The re...Valeriy Kamyshniy
2015-06-29after changing session SR, reset all write sources to use new ratePaul Davis
2015-06-29Tracks does not (want to) support destructive tracksPaul Davis
2015-06-29Tracks specific fix for SR reverting to previous value while creating new ses...Paul Davis
2015-06-29Tracks puts the master bus remote ID into a different "namespace" than ArdourPaul Davis
2015-06-29remove unused methodPaul Davis
2015-06-29fix whitespace/indentation and remove references to ScopedConnectionLists tha...Paul Davis
2015-06-29[Summary] Eliminated redundant marker update notification which lead to creat...GZharun
2015-06-29noop: indentationPaul Davis
2015-06-29when loop range is set, if loop-is-mode and seamless looping, set loop for al...Paul Davis
2015-06-29fix inadvertent typoPaul Davis
2015-06-29Tracks uses -inf gain on newly created tracksPaul Davis
2015-06-29bring in more connection-related changes from TracksPaul Davis
2015-06-29include Tracks engine state controller header for Tracks buildPaul Davis
2015-06-29change names for scene I/O port connection methodsPaul Davis
2015-06-29add in more Tracks-related auto-(re)connect changesPaul Davis
2015-06-29add in more Tracks-related auto-(re)connect changes, all conditionalized by P...Paul Davis
2015-06-29initial incorporation of Tracks' automatic reconnect features, based on curre...Paul Davis
2015-06-29another signal related to record state added from Tracks.Paul Davis
2015-06-29distribute use of RouteAddedOrRemoved to appropriate places.Paul Davis
2015-06-29include emission of RouteAddedOrRemoved in Session::add_audio_track()Paul Davis
2015-06-29integrate Session::remove_routes() from Tracks and replace Session::remove_ro...Paul Davis
2015-06-29re-do previous commit with less variablesPaul Davis
2015-06-29Tracks calls tracks "Tracks"; Ardour uses type-namesPaul Davis
2015-06-29Session::reconnect_midi_scene_ports() is a Tracks thing.Paul Davis
2015-06-29add Session::reconnect_midi_scene_ports()Paul Davis
2015-06-29[Summary] Changed function name update_route_active_state() on update_route_r...nikolay
2015-06-29provide Session::have_rec_disabled_track()Paul Davis
2015-06-29add the Tracks version of Track::monitoring_state()Paul Davis
2015-06-29adding routes no longer saves session but leaves it marked dirty (Tracks sema...Paul Davis
2015-06-29mark session dirty when markers/ranges are changedPaul Davis
2015-06-29save recent templates analogously to recent sessionsPaul Davis
2015-06-11fix transport loop sub-state eventsRobin Gareus
2015-05-28change the semantics of AudioFileSource::peak_path() and Session::peak_path()...Paul Davis
2015-04-29add xrun counter API to sessionRobin Gareus
2015-04-29delegate signal emission to dedicated thread.Robin Gareus
2015-04-25prepare trim automationRobin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-04-21merge monitor_section branchBen Loftis
2015-04-01add header to deal with destruction issues for tempo mapPaul Davis
2015-04-01delete tempo map at appropriate timesPaul Davis
2015-03-24Resolve only active notes when muted/non-soloed.David Robillard