summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2015-10-06Solo-Isolate has no effect on solo propagation.Robin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-05allow grouped AFL/PFL with excl. soloRobin Gareus
2015-10-05fix various stuck-solo cases:Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-04correct error messageRobin Gareus
2015-10-02explicitly drop control surface protocols before disconnecting from engine.Paul Davis
2015-09-28better more reliable checks on renamed, newly created and imported track/bus ...Paul Davis
2015-09-28loop record is a feature whether or not loop-is-mode is true or notPaul Davis
2015-09-28Session::disable_record() should work whether we are in loop mode or notPaul Davis
2015-09-15use an explicit black list of route names that require numbering.Paul Davis
2015-09-11fail to create Monitor section if port-names are not uniqueRobin Gareus
2015-09-10use PortManager::port_name_prefix_is_unique to check for new route namesPaul Davis
2015-09-10when removing routes, don't do potentially expensive work once for each route.Paul Davis