OSC: Add Automation mode feedback to /strip
[ardour.git] / libs / ardour / ardour /
2017-05-08 Paul Davisallow Session to call Session::remove_stripable_by_id()
2017-05-06 John EmmasThe new class 'ARDOUR::CoreSelection' needs to be expor...
2017-05-05 Paul Davisadd missing files from selection development branch(es)
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-05-05 Robin GareusMove special-cased FP8 mute-state into libardour
2017-05-04 Robin GareusLua bindings for "end-is-free" (automatic session-end...
2017-05-03 Robin GareusMove RouteGroup color into libardour.
2017-05-03 Robin GareusNO-OP: whitespace
2017-04-29 Robin GareusFix vari-speed and non-locked slave modes
2017-04-26 Robin GareusAutomationLine time-unit conversion and paste API update
2017-04-25 Robin GareusAdd an API to conveniently query plugin-parameter labels
2017-04-24 Robin GareusSwap inheritance, simplifies Lua Bindings
2017-04-22 Robin Gareusremove unused semaphore
2017-04-22 Robin GareusPrivatize non-public methods
2017-04-20 Robin GareusRemove unused enum
2017-04-19 John EmmasChanges needed for building Tim's new 'string_convert...
2017-04-19 Robin GareusRemove cruft. ChanCount::INFINITE is not used
2017-04-18 Tim MayberryUse fixed size type for Playlist sort id as it is seria...
2017-04-18 Tim MayberryUse macro from pbd/enum_convert.h to define to_string...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in Tempo/Time related...
2017-04-18 Tim MayberryUse XMLNode::get/set_property in ARDOUR::IO class
2017-04-18 Tim MayberryRemove now unused stream operator functions in ardour...
2017-04-18 Tim MayberryUse PBD string conversion functions in PBD::Property...
2017-04-18 Tim MayberryAdd header for PBD::to_string/_to template specializati...
2017-04-18 Tim MayberryAdd header for PBD::to_string/string_to() specialisatio...
2017-04-16 Robin GareusFix crashes with empty route-lists e.g. mute_release...
2017-04-13 Robin GareusFaderport8 control surface support
2017-04-12 Robin GareusProperly expose "well known" comp_redux output.
2017-04-12 Robin GareusAdd a ReadOnlyControl parameter abstraction
2017-04-07 Robin GareusAdd session signal to track mute-changes
2017-04-01 Robin GareusAdd option for record-only metronome.
2017-03-31 Robin GareusAdd an API to query if the audible frame is latent...
2017-03-30 Robin GareusCount-in is a no-roll operation.
2017-03-18 Robin GareusResolve copy-c'tor and assignment issue with TempoMap
2017-03-18 Robin GareusLua bindings to access MIDI region/source note-events
2017-03-18 Robin GareusPrefer const references: Beat-Converter does not modify...
2017-03-17 Robin GareusLua bindings for libardour transient-analysis
2017-03-13 Robin Gareusplugin scan tweaks: don't verbosely log by default...
2017-03-12 Robin Gareusremove cruft; superseded by ControlGroup::use_me
2017-03-12 Robin GareusPreparations to keep track of stripable color-dialogs.
2017-03-12 Robin GareusFix issue with automation-playback constantly marking...
2017-03-08 Robin GareusPrepare moving to a dedicated x-thread signal for VST...
2017-03-08 Robin Gareusremove cruft
2017-03-06 Robin GareusRework VST initialization:
2017-03-06 Robin GareusAdd support for VST effSetBypass #7266
2017-03-04 nick_mtempo editing updates
2017-03-04 nick_moffset linked regions to compensate for negative start...
2017-02-28 Robin GareusTweak/optimize VST callback:
2017-02-28 nick_mallow continuation of tempo via right-click 'Continue...
2017-02-27 nick_madd TempoMap::next_tempo_section()
2017-02-27 nick_mcomplete changes to tempo type.
2017-02-27 Ben Loftiscompile fix
2017-02-27 nick_mrework tempo editing.
2017-02-26 Paul Davisselected Stripables now have a counter to indicate...
2017-02-24 Robin GareusSave Lua script origin (for later updates) -- DSP plugin
2017-02-22 Robin GareusPrepare re-locating missing external files.
2017-02-21 Robin GareusAdd API allowing plugin preset load to affect automation
2017-02-21 Paul Davisredesign VCA control over gain (and theoretically other...
2017-02-19 Robin GareusEmit a signal when Lua session script change (prepare...
2017-02-18 Robin Gareusmove color_to_rgba to LuaAPI for consistency
2017-02-17 Robin GareusAllow to use any Lua function factory, produce bytecode
2017-02-15 Robin GareusDon't copy-construct MusicFrame, pass const reference.
2017-02-13 Robin GareusPrepare record with count-in action
2017-02-08 Paul Davisan automation control that has to do things before...
2017-02-06 Paul Davisuse new PBD::Controllable API to correctly save solo...
2017-02-06 Paul Davissave/restore VCA master state inside slaves, so that...
2017-02-04 nick_mremove unused empoMap::round_to_beat_subdivision()
2017-02-04 nick_mrework snap
2017-02-02 Robin GareusExport option to use snapshot name instead of session...
2017-01-31 Ben LoftisExpose a new lua hook for resetting a plugin processor...
2017-01-28 Paul Davisadd VCA::full_name() which returns "VCA %n" : VCA ...
2017-01-27 Paul Davisuse a lock when dealing with PresentationInfo::Change...
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-23 Paul Davisat transport stop, clear all existing automation watche...
2017-01-21 Robin Gareusupdate bbe62da55a - use last-modified-with, strip git-rev
2017-01-20 Robin GareusInstrument insert options:
2017-01-20 Robin GareusInstrument channel option when adding track
2017-01-20 Robin GareusExtract program version that a session was created...
2017-01-19 Robin GareusFix oddities when replacing VST-presets.
2017-01-19 Robin GareusAdd alternative preroll record mode:
2017-01-19 Robin GareusRework preroll-rec API:
2017-01-19 Robin GareusMove preroll duration calc into libardour
2017-01-18 Robin GareusImplement record with preroll
2017-01-17 Robin GareusImplement Count-In (before recording), fixed BPM, up...
2017-01-17 Robin GareusSplit metronome methods into re-usable parts (for count-in)
2017-01-16 Robin GareusPrepare session-wide implicit monitoring overrides
2017-01-08 Robin Gareusprototype track/bus sharing: state-export
2017-01-06 nick_mremove some excessive methods from TempoMap.
2017-01-06 nick_mmore no-op renaming - TempoSection::compute_c_func_...
2017-01-06 nick_mrename TempoSection::c_func() -> c(). ensure constant...
2017-01-05 nick_mprevent meter-locked tempi from being moved directly...
2017-01-05 Julien ROGERProposed fix managing shared playlists (see #7150)
2017-01-04 nick_madd Meter::operator==.
2017-01-03 Robin GareusExtend/update LV2 license interface
2017-01-01 Robin GareusMatch API: add rt_context option for en/disable_record()
2016-12-30 Robin GareusRemove cruft (old MIDI feedback API)
2016-12-28 nick_mallow all types of range location (loop, start, end...
2016-12-28 Robin GareusAdd enum for locale-config
2016-12-28 John EmmasSome operators need to have different visibility (as...
next