summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2017-03-13plugin scan tweaks: don't verbosely log by default, bump timeoutRobin Gareus
2017-03-12remove cruft; superseded by ControlGroup::use_meRobin Gareus
2017-03-12Preparations to keep track of stripable color-dialogs.Robin Gareus
2017-03-12Fix issue with automation-playback constantly marking a session dirty.Robin Gareus
2017-03-12Optimize Session::set_dirty()Robin Gareus
2017-03-12Prepare for graceful case-by-case fallback of VST BypassRobin Gareus
2017-03-11Fix Controllable::InverseGroup behavior.Robin Gareus
2017-03-11Fix possible segfault in multi-bus AUs.Robin Gareus
2017-03-11fix incorrect property change in AudioRegion::set_fade_out()nick_m
2017-03-10fix potential crash in LV2Plugin::connect_and_run() when music starts after 0nick_m
2017-03-08Prevent adding "master" to a groupRobin Gareus
2017-03-08Prepare moving to a dedicated x-thread signal for VST UI resizingRobin Gareus
2017-03-08remove cruftRobin Gareus
2017-03-07Fix copy/paste typo -- MacOSX buildsRobin Gareus
2017-03-07Rework VST initialization:Robin Gareus
2017-03-07announce what changed correctly in MidiRegion::model_shifted()nick_m
2017-03-06more linked midi region trim drag fixes.nick_m
2017-03-06Add support for VST effSetBypass #7266Robin Gareus
2017-03-05Fix AFL/PFL from MIDI tracks without audio (zero buffers)Robin Gareus
2017-03-05fix uninitialised variable (fixes linked midi region negative start oatch)nick_m
2017-03-05tempo editing updatesnick_m
2017-03-04Notify UI when plugin state is copied/replacedRobin Gareus
2017-03-04offset linked regions to compensate for negative start after trim drag.nick_m
2017-03-01Fix crash when adding a plugin immediately after re-order (via script)Robin Gareus
2017-03-01Don't display "channel-selector" for plugins only pretending to be instrumentsRobin Gareus
2017-03-01Fix audition with monitor-section.Robin Gareus
2017-02-28Tweak/optimize VST callback:Robin Gareus
2017-02-28when destroying a MidiSource, invalidate any existing MidiCursorsPaul Davis
2017-03-01allow continuation of tempo via right-click 'Continue' where appropriate.nick_m
2017-02-28Update GUI when playing mute-automationRobin Gareus
2017-02-27fix crash in pinch dragnick_m
2017-02-27harden TempoMap::next_tempo_section () a bit.nick_m
2017-02-27amend last commit (don't depend on 0.0)nick_m
2017-02-27hopefully fix legacy session loading (tempo)nick_m
2017-02-27add TempoMap::next_tempo_section()nick_m