summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2016-04-26allow to duplicate tracks with sends or load templates with sends/insertsRobin Gareus
2016-04-26don't show engine dialog when loading a session..Robin Gareus
2016-04-24reduce debug-build overhead.Robin Gareus
2016-04-24we need the process lock after all..Robin Gareus
2016-04-24plug some memory leaks in libardourRobin Gareus
2016-04-24further tweaks to session closeRobin Gareus
2016-04-24Disconnect Signals before dropping portsRobin Gareus
2016-04-23delegate port-connections to low priority thread.Robin Gareus
2016-04-22fix send-id "0" when loading sessionRobin Gareus
2016-04-20Mixbus: auto-connect monitor-sectionRobin Gareus
2016-04-18add notification if Engine Rate changes and mismatches session's SRRobin Gareus
2016-04-18never ever change sample-rate saved with the session after creation.Robin Gareus
2016-04-15special case mixbus routingRobin Gareus
2016-04-12add a new counter (for sidechain numbering)Robin Gareus
2016-04-10expose Undo Commands to LuaRobin Gareus
2016-03-26add "no-inplace" buffers.Robin Gareus
2016-03-16Midi Busses? why yes!Robin Gareus
2016-03-14use ForGroup to flag and detect route-group based control changesPaul Davis
2016-02-29initialize uninitialized variableRobin Gareus
2016-02-29pre-process (silence) before export to flush reverb tails etc.Robin Gareus
2016-02-24potential mem corruption at session close:Robin Gareus
2016-02-23Implement Lua session-scriptsRobin Gareus
2016-02-22add syntax and scaffolding for MIDI binding maps to refer to selected tracks/...Paul Davis
2016-02-20add processor lookup by PBD::ID via sessionRobin Gareus
2016-01-25change exposed type of various objects' gain controls; remove Amp::gain() as ...Paul Davis
2016-01-22fix rebase issue from masterPaul Davis
2016-01-22rename Controllable::WholeGroup => InverseGroup to reflect real intent.Paul Davis
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-19Add all_tracks_rec actionsBen Loftis
2016-01-19Revert "mackie: still respond to route groups visibility changes"Paul Davis
2016-01-19mackie: still respond to route groups visibility changesPaul Davis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18move Amp::GainControl out into its own source module and out of AmpPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2016-01-16Change last commit to use it's own variable rather than borrowing solo'sLen Ovens
2016-01-16Mackie Control: fix global Solo lamp to get signalled for listens active too.Len Ovens
2016-01-08Fix monitor-section session-property vs preference state.Robin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-26fix samplerate initialization.Robin Gareus
2015-11-25Prevent crash at session-close when analysing.Robin Gareus
2015-11-14get PlaylistDisposition argument of Session::new_route_from_template() workingPaul Davis
2015-11-13substantial part of infrastructure required for track/bus duplicationPaul Davis
2015-11-09more correct semantics for reserved IO name checkingPaul Davis
2015-11-07slightly improved fix for reserved name handlingPaul Davis
2015-11-07don't force rename of reserved route/IO names if the name isn't taken yetPaul Davis
2015-10-22Decouple Session from MidiPatchManager and reduce parsing of midnam xml filesTim Mayberry
2015-10-15fix deadlock when removing subgroup bus w/sends.Robin Gareus
2015-10-07fix exclusive solo group-overrideRobin Gareus
2015-10-07implement solo group overrideRobin Gareus
2015-10-06more solo propagation fixes.Robin Gareus