summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2015-06-29initial version of playback priority design. No GUI control over options yetPaul 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-29remove unused methodPaul Davis
2015-06-29bring in more connection-related changes from TracksPaul Davis
2015-06-29add in more Tracks-related auto-(re)connect changesPaul 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-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-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-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2015-05-07extend save-as API to allow for new empty sessions based on currentPaul Davis
2015-05-07fix Session::rename()Paul Davis
2015-04-30session: add signal to indicate batch updatesRobin Gareus
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-21merge monitor_section branchBen Loftis
2015-04-20Merge branch 'master' into saveasPaul Davis
2015-04-06fix crash during new session creation when sync-to-JACK is enabled as a prefe...Paul Davis
2015-04-06changes related to resetting source paths during save-as.Paul Davis
2015-04-05add libardour code for going completely silent after a compile-time defined n...Paul Davis
2015-04-02[Summary] Adding option to avoid sorting the routs in Session::foreach method...Valeriy Kamyshniy
2015-03-16Add route dialog order hint changes.nick_m
2015-03-10throttle TransportStateChange signal emissionsRobin Gareus
2015-03-08consolidate BundleAdded/Remove signalRobin Gareus
2015-02-20fix logic of Session::audio_source_name_is_unique()Paul Davis
2015-02-17another required fix following recent cherry-picks from wavesPaul Davis
2015-02-17[Summary] Blocked redundant skip marker (during skip ranges consolidation) up...GZharun
2015-02-13correctly set track loop status when locating away from loop range (and later...Paul Davis
2015-02-05modify behaviour of session when updating skips to use new SessionEvent APIPaul Davis
2015-02-05Clean up Session's _current_trans when aborting a drag.nick_m
2015-01-24Add a new signal (not yet used) to initiate session saves; alter signal name ...Paul Davis
2015-01-14get Session::save_as() working much more correctly, and cleanerPaul Davis
2015-01-11add initial code (and stubs) for save-as related functionalityPaul Davis
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-17MIDI bounce.David Robillard
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-11-03Add menu to set frequency controls in beats, and half or double current value.David Robillard
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-10-22fix delivery of MMC events under split process cycle conditionsPaul Davis
2014-10-22remove obsolete jack includes in libardourRobin Gareus
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-09-16header file part of initial attempt to push certain kinds of Locations into L...Paul Davis
2014-09-07add Session::record_location()Paul Davis