summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2017-02-08an automation control that has to do things before its value is set in an RT ...Paul Davis
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-04remove unused empoMap::round_to_beat_subdivision()nick_m
2017-02-04rework snapnick_m
2017-02-02Export option to use snapshot name instead of session nameRobin Gareus
2017-01-31Expose a new lua hook for resetting a plugin processor ( convenience func onl...Ben Loftis
2017-01-28add VCA::full_name() which returns "VCA %n" : VCA %n" by default and "VCA %n ...Paul Davis
2017-01-27use a lock when dealing with PresentationInfo::Change emissionPaul Davis
2017-01-27use RAII for class-wide PresentationInfo::Change signal, along with propertie...Paul Davis
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-23at transport stop, clear all existing automation watches (touch)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-20Fix oddities when replacing VST-presets.Robin Gareus
2017-01-19Add alternative preroll record mode:Robin Gareus
2017-01-19Rework preroll-rec API:Robin Gareus
2017-01-19Move preroll duration calc into libardourRobin Gareus
2017-01-18Implement record with prerollRobin Gareus
2017-01-17Implement Count-In (before recording), fixed BPM, up to 2 barsRobin Gareus
2017-01-17Split metronome methods into re-usable parts (for count-in)Robin Gareus
2017-01-16Prepare session-wide implicit monitoring overridesRobin Gareus
2017-01-08prototype track/bus sharing: state-exportRobin Gareus
2017-01-07remove some excessive methods from TempoMap.nick_m
2017-01-07more no-op renaming - TempoSection::compute_c_func_* -> compute_c_nick_m
2017-01-07rename TempoSection::c_func() -> c(). ensure constant tempi have this set to 0.nick_m
2017-01-06prevent meter-locked tempi from being moved directly when replacing.nick_m
2017-01-05Proposed fix managing shared playlists (see #7150)Julien ROGER
2017-01-05add Meter::operator==.nick_m
2017-01-03Extend/update LV2 license interfaceRobin Gareus
2017-01-02Match API: add rt_context option for en/disable_record()Robin Gareus
2016-12-30Remove cruft (old MIDI feedback API)Robin Gareus
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
2016-12-28Add enum for locale-configRobin Gareus
2016-12-28Some operators need to have different visibility (as they're now used outside...John Emmas
2016-12-27Add backend support to extract session-archivesRobin Gareus
2016-12-27Allow gain factor for audio sources.Robin Gareus
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-12-19Session::_ac_thread_active should be used with atomics to create memory barri...Paul Davis
2016-12-19TempoMap - rename some methods.nick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-18Prepare configurable mini-timeline time-spanRobin Gareus
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-12-16add copy constructor, operator= and a clean ::dump() method for TempoMapPaul Davis
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-14use SMF track or instrument names in imported MIDI track names, if requestedPaul Davis
2016-12-14add new member to ImportStatus object to allow specifying how to name new MID...Paul Davis
2016-12-14add a new enum to identify how SMF data should be used when naming imported M...Paul Davis