summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2016-06-05extensive changes to PresentationInfo APIPaul Davis
2016-06-03simplify PresentationInfo concept of order so that it is always globalPaul Davis
2016-06-02fix creating aux-busses from templates, reset return-bitslotRobin Gareus
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 new record safe control in libardourPaul Davis
2016-05-31use correct types in arguments to Session::get_remote_nth...()Paul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31fix implementation of Session::get_remote_nth_stripable()Paul Davis
2016-05-31clean up debug output for OrderKeysPaul 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-31clear all solo state should affect VCAs tooPaul Davis
2016-05-31remove Route::listening_via_monitor()Paul Davis
2016-05-31fix backend logic for PFL/AFL when masteredPaul Davis
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31fix logic for Session::solo_control_mode_changed()Paul Davis
2016-05-31some tweaks for solo logic to get things working as they were before (correctly)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-31redesign Route and VCA objects to inherit from ARDOUR::StripablePaul Davis
2016-05-31reorder destruction of VCAManager and RoutesPaul Davis
2016-05-31first pass at making the GUI for a VCA visiblePaul Davis
2016-05-31Session HAS-A VCAManagerPaul Davis
2016-05-27fix some false-positive compiler warningsRobin Gareus
2016-05-27Tempo ramps - formatting, ensure correct initial lock style.nick_m
2016-05-27Tempo ramps - api rename, fix various meter and tempo dialog bugs.nick_m
2016-05-27Tempo ramps - update midi regions and locations when dragging tempo.nick_m
2016-05-24more inter-thread progress fixes; slight change of semantics:Robin Gareus
2016-05-14whitelist libardour bindings as rt-safe for session-scriptsRobin Gareus
2016-05-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-07a few strategic LocaleGuards..Robin Gareus
2016-05-06add API to load Instrument Preset when creating a Midi trackRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-03another (non critical) concurrency issue:Robin Gareus