summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2016-12-08Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus
2016-12-08Speed up recent session display (for many large sessions)Robin Gareus
2016-12-05Add Lua bindings to manage GroupsRobin Gareus
2016-11-25RAII to postpone processor changes/graph recalculationRobin Gareus
2016-10-25Desperate hack to align master-bus on export.Robin Gareus
2016-10-21when fetching MIDI ports for bundles and auto-connection, ignore control-only...Paul Davis
2016-10-19infrastructure for MIDI-input-follows-selectionPaul 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-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-27change Session::goto_start() to take an argument to optionally roll after locatePaul Davis
2016-09-23add an option to exclude unused Audio Sources when archiving the sessionRobin Gareus
2016-09-23Remove _midi_regions_use_bbt_beats from Session, _start_pulse and _length_pul...nick_m
2016-09-21Add option to flac encode audio when archivingRobin Gareus
2016-09-20initial support for archiving sessionsRobin Gareus
2016-09-13provide Session::declick_out_pending()Paul Davis
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-17do not allow undo/redo while actively recordingPaul Davis
2016-08-15expose SessionConfiguration as lua bindingsRobin Gareus
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-10towards export latency compensationRobin Gareus
2016-07-09move latency-recompute into dedicated thread.Robin Gareus
2016-07-06remove a bunch of code that will no longer be usedPaul Davis
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-03UI: Add editor_mixer route pointer to session so all UIs can know the same cu...Len Ovens
2016-07-02remove Session::get_nth_stripable.ccPaul Davis
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-06-10New editor API to retrieve the Stripable with via presentation info order.Paul Davis
2016-06-02change name of a Session method to makes its intended function clearPaul Davis
2016-06-01save version string with session for informational purposesRobin Gareus
2016-05-31use correct types in arguments to Session::get_remote_nth...()Paul Davis
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis
2016-05-31add Session::get_stripables()Paul Davis
2016-05-31move ControllableDescriptor from libpbd to libardour; add support for describ...Paul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31add Session::loading() to allow easy detection of "session is being loaded" c...Paul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31change API of Controllable::Changed signal to include (from_self, GroupContro...Paul Davis
2016-05-31new API for route solo/mute state mgmtPaul Davis
2016-05-31Session API changes to enable VCAs to set soloed-by-upstream on assigned routesPaul Davis
2016-05-31redesign Route and VCA objects to inherit from ARDOUR::StripablePaul Davis
2016-05-31Session HAS-A VCAManagerPaul Davis
2016-05-27Tempo ramps - update midi regions and locations when dragging tempo.nick_m
2016-05-06add API to load Instrument Preset when creating a Midi trackRobin Gareus
2016-04-26don't show engine dialog when loading a session..Robin Gareus