summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-07-16allow to query export profile typeRobin Gareus
2016-07-16libardour support for timespan realtime exportRobin Gareus
2016-07-16Refactor TmpFile into an abstract base classRobin Gareus
2016-07-16NO-OP session-property commentsRobin Gareus
2016-07-14Also flush buffers of the inner delivery of insertsJulien "_FrnchFrgg_" RIVAUD
2016-07-14Consolidate delivery buffer flushing of all route typesJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14refactoring to prepare for real-time exportRobin Gareus
2016-07-13a better, deeper fix for "cancel all solo", as Session::cancel_all_solo()Paul Davis
2016-07-13use aligned malloc for luaDSPRobin Gareus
2016-07-12Add a new API to format midi-note-names with translation: Do Re Mi...Robin Gareus
2016-07-12once the user has explicitly set the session range end, playlist/range change...Paul Davis
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-07-11add a convenient lua forward mapped buffers methodRobin Gareus
2016-07-11proper semantics for variable port-countRobin Gareus
2016-07-11lua MidiBuffer bindingsRobin Gareus
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10towards export latency compensationRobin Gareus
2016-07-10align stem-export (raw track outputs (with and w/p processing)Robin Gareus
2016-07-09const bool METHOD() const makes no sensePaul Davis
2016-07-10Fix long-standing spelling bug.nick_m
2016-07-10Experimental patch to ensure playback buffer bounds use minimal beat->frame r...nick_m
2016-07-10Avoid the use of dynamic_cast in TempoMap for performance improvement.nick_m
2016-07-10Remove frame conversion for MidiRegionView::note_in_region_range(), speed up ...nick_m
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-07-09move latency-recompute into dedicated thread.Robin Gareus
2016-07-09move LatencyChanged detection from Plugin to Processor (plugin-insert)Robin Gareus
2016-07-08fix thinkoPaul Davis
2016-07-08add an plugin API to query generic-gui grid-layoutRobin Gareus
2016-07-08make route group master a real property.Paul Davis
2016-07-08signed VCA numbersPaul Davis
2016-07-08change VCA number to signed.Paul Davis
2016-07-08treat VCA assign as a RouteGroup property.Paul Davis
2016-07-07implement designated enable/bypass port for lua-procRobin Gareus
2016-07-07add LuaTableRef to DSP API as alternative to shared-memRobin Gareus
2016-07-07some more lua-bindingsRobin Gareus
2016-07-07prepare sharing C++ class instances across lua-interpretersRobin Gareus
2016-07-06remove a bunch of code that will no longer be usedPaul Davis
2016-07-05implement lv2:designation processing#enable (for bypass ports)Robin Gareus
2016-07-05add API to use a plugin provided bypass control portRobin Gareus
2016-07-04OSC: Signal for editor mixer change. (Selected or not)Len Ovens
2016-07-05fix bypassing plugins with sidechain i/oRobin Gareus
2016-07-04add session-scope selection ops for StripablesPaul Davis
2016-07-04fix another logic error in PresentationInfo::flag_match()Paul Davis
2016-07-04make sure that rec-enable changes get to do their non-RT stuff before being q...Paul Davis
2016-07-03UI: Add editor_mixer route pointer to session so all UIs can know the same cu...Len Ovens
2016-07-02extend lua API:Robin Gareus
2016-07-02remove Session::get_nth_stripable.ccPaul Davis