summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-07-31Support thread-safe LV2 state restorationDavid Robillard
2016-07-31Support LV2 log trace messagesDavid Robillard
2016-07-28Fix whitespaceDavid Robillard
2016-07-26fix thinko-typo in SoloControl::soloed_by_others()Paul Davis
2016-07-26add initial midi sidechain if plugin has one.Robin Gareus
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2016-07-24prepare region RMS (loudness) normalizationRobin Gareus
2016-07-23Make Region's _beat a PBD::Property.nick_m
2016-07-21fix issue with solo-in-placePaul Davis
2016-07-20tentative fix for a crash that occurs when switching backends.5.0-pre1Paul Davis
2016-07-20MuteMaster should (a) use a Muteable's own ::muted_by_others_soloing() (b) no...Paul Davis
2016-07-20Add a dedicated export method to MidiRegionJulien "_FrnchFrgg_" RIVAUD
2016-07-20Make MidiModel::write_section_to able to offset event timesJulien "_FrnchFrgg_" RIVAUD
2016-07-19revert inadvertently committed debug settingsRobin Gareus
2016-07-19and plain realloc (not mlocked) as baselineRobin Gareus
2016-07-19another TLSF vs realloc-pool shootoutRobin Gareus
2016-07-18add a const - just because.Robin Gareus
2016-07-18Normalize API rename part 2Robin Gareus
2016-07-18No-Op: rename Normalizer to IntermediateRobin Gareus
2016-07-16improve AU Latency PropertyChange EventsRobin Gareus
2016-07-16AU: install latency listenerRobin Gareus
2016-07-16AU: remove cruft, fix parameter initializationRobin Gareus
2016-07-16add a realtime-export session propertyRobin Gareus
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