summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2017-02-09remove debug output from PresentationInfo changesPaul Davis
2017-02-09fix save_as()' inadvertent marking a session as dirty during the process of s...Paul Davis
2017-02-09NO-OP: whitespace removalPaul Davis
2017-02-09when adding a default start/end range to a Location while saving a template, ...Paul Davis
2017-02-08an automation control that has to do things before its value is set in an RT ...Paul Davis
2017-02-085.5 incorrectly marked the initial tempo as not locked to meter.nick_m
2017-02-07remove debug outputPaul Davis
2017-02-07only reverse propagate solo-by-others-downstream if connections on a Route ch...Paul Davis
2017-02-07don't call shared_from_this() for every route when doing solo-downstream prop...Paul Davis
2017-02-08fix legacy session where initial tempo was not locked to meter,nick_m
2017-02-06use new PBD::Controllable API to correctly save solo and mute controls, which...Paul Davis
2017-02-06save/restore VCA master state inside slaves, so that a reloaded session ends ...Paul Davis
2017-02-05fix type warningPaul Davis
2017-02-05fix potential absorption of music-locked tempo into meter-locked one.nick_m
2017-02-04remove unused empoMap::round_to_beat_subdivision()nick_m
2017-02-04ensure region _quarter_note is set (factory).nick_m
2017-02-04ensure region _quarter_note is set in offset ctor..nick_m
2017-02-04rework snapnick_m
2017-02-03another tweak to maybe-fix crash in Playlist::fade_range()Paul Davis
2017-02-02potential fix for crashes when creating fade-rangesRobin Gareus
2017-02-02Export option to use snapshot name instead of session nameRobin Gareus
2017-02-01Reduce continuous stream of warning messages (latent plugin, PH @ zero)Robin Gareus
2017-01-31Expose a new lua hook for resetting a plugin processor ( convenience func onl...Ben Loftis
2017-01-30Fall back to general MIDI synth for auditioning.Robin Gareus
2017-01-28add VCA::full_name() which returns "VCA %n" : VCA %n" by default and "VCA %n ...Paul Davis
2017-01-28stop looping when deleting loop-range (fixes potential crash)Robin Gareus
2017-01-28improved (as in "correct") deadlock fix for PresentationInfo::ChangePaul Davis
2017-01-28fix deadlock in mutex'ed PresentationInfo codePaul Davis
2017-01-27use a lock when dealing with PresentationInfo::Change emissionPaul Davis
2017-01-27show what PresentationInfo::Change is being used forPaul Davis
2017-01-27use RAII for class-wide PresentationInfo::Change signal, along with propertie...Paul Davis
2017-01-27mark session dirty when moving range markers or altering location lock style.nick_m
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-27no-op - whitespace fix for libs/ardour/playlist.ccnick_m
2017-01-23NO-OP: add a few spaces before function argsPaul Davis
2017-01-23Safe Mode: disable VST scanRobin Gareus
2017-01-23at transport stop, clear all existing automation watches (touch)Paul Davis
2017-01-22Update Japanese translationHiroki Inagaki
2017-01-22implement Session::route_by_selected_count()Paul Davis
2017-01-22PresentationInfo needs to emit Change for selection/hide/orderPaul Davis
2017-01-21Lua: bindings for do_import()Robin Gareus
2017-01-21don't repeat-hard-code names for 3 automation types.Paul Davis
2017-01-21use SSE/AVX for scaling gain automation buffer via masters' valuePaul Davis
2017-01-21Amp is the one place where we generate a per-sample vector for automation pla...Paul Davis
2017-01-21SlavableAutomationControl::get_value(), if doing automation playback, should ...Paul Davis
2017-01-21update bbe62da55a - use last-modified-with, strip git-revRobin Gareus
2017-01-21Instrument insert options:Robin Gareus
2017-01-20Instrument channel option when adding trackRobin Gareus
2017-01-20Extract program version that a session was created withRobin Gareus
2017-01-20remove cruftRobin Gareus