summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2017-04-19Add header for PBD::to_string/_to template specializations for Evoral typesTim Mayberry
2017-04-19Add header for PBD::to_string/string_to() specialisations for libardour typesTim Mayberry
2017-04-19Use ID::to_s() in libardour instead of ID::print()Tim Mayberry
2017-04-18prevent crash when loading midi port info about ports that no longer existPaul Davis
2017-04-17Only check active_state when potentially skipping the route processing.Ben Loftis
2017-04-17Flush processor (re-activate) on route active changeRobin Gareus
2017-04-17amend 649b9e92f, backport MB codeRobin Gareus
2017-04-17Backport some MB specifics (to avoid -Wmisleading-indentation)Robin Gareus
2017-04-17Update well-known controls (Ardour, Mixbus, 32C)Robin Gareus
2017-04-16Fix crashes with empty route-lists e.g. mute_release w/o routesRobin Gareus
2017-04-16Fix indentation in ARDOUR::Amp::set_stateTim Mayberry
2017-04-16Fix indentation in MonitorProcessor::stateTim Mayberry
2017-04-16Fix indentation in ardour/enums.ccTim Mayberry
2017-04-14Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2017-04-14Exclude MB EQ/Comp from visible processors de/activate.Robin Gareus
2017-04-14Don't A/B en/disable invisible processors, nor MB channelstripRobin Gareus
2017-04-14Convert polarity-invert from older session-formatsRobin Gareus
2017-04-13Faderport8 control surface supportRobin Gareus
2017-04-12Properly expose "well known" comp_redux output.Robin Gareus
2017-04-12Add a ReadOnlyControl parameter abstractionRobin Gareus
2017-04-12Fix setting Plugin-Owner (route) for analysis pluginsRobin Gareus
2017-04-12fix mb32 well-known EQ (4 bands, different ports)Robin Gareus
2017-04-11add FileSource Lua BindingsRobin Gareus
2017-04-08Emit Session::MuteChanged() if a mutes route is removed.Robin Gareus
2017-04-07Add session signal to track mute-changesRobin Gareus
2017-04-03do not save or restore MIDI port "pretty-names" from XMLPaul Davis
2017-04-01Add option for record-only metronome.Robin Gareus
2017-04-01Unregister ports at session close.Robin Gareus
2017-03-31Connect route-template insert i/o ports #5778Robin Gareus
2017-03-31Add an API to query if the audible frame is latent pending a locateRobin Gareus
2017-03-30Fix count-in for non 4/4 time signaturesRobin Gareus
2017-03-30Count-in is a no-roll operation.Robin Gareus
2017-03-30Fix hiding Lua __metatable -- prevent setmetatable() overrideRobin Gareus
2017-03-30Add proper Lua bindings for RouteGroupListRobin Gareus
2017-03-29Fix Patch Change Naming when plugins change (Route::reset_instrument_info)Robin Gareus
2017-03-26more fully disable gain adjustment sharing in a RouteGroup that is assigned t...Paul Davis
2017-03-23Increase mempool for session-scriptsRobin Gareus
2017-03-21Improve plugin Ccategory consistency somewhatRobin Gareus
2017-03-21Relax LV2 plugin filter to substring (e.g. "Utility", "MIDI Utility")Robin Gareus
2017-03-18fix copy/paste issue, typename is not needed hereRobin Gareus
2017-03-18Resolve copy-c'tor and assignment issue with TempoMapRobin Gareus
2017-03-18Lua bindings to access MIDI region/source note-eventsRobin Gareus
2017-03-18Prefer const references: Beat-Converter does not modify the TempoMapRobin Gareus
2017-03-18Oh boy!Robin Gareus
2017-03-18Don't push WriteMemoryCallback into global namespaceRobin Gareus
2017-03-18Add newline to DEBUG::Soundcloud so that it's readable & flushedRobin Gareus
2017-03-17Update Japanese translationHiroki Inagaki
2017-03-17Lua bindings for libardour transient-analysisRobin Gareus
2017-03-16Sanitize cubic-interpolation code (NO-OP safe for float inaccuracies)Robin Gareus
2017-03-13Add track/bus rename safeguards to the backend (handy for scripting)Robin Gareus