summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-08-23add basic libardour wrapper for fluidsynth (for Lua bindings)Robin Gareus
2016-08-23fix threaded state restore (duplicate calls to restore during init)Robin Gareus
2016-08-22new libardour API for Session::new_route_from_template to allow specifying in...Paul Davis
2016-08-19MIDI polyphonic pressure, part 2Paul Davis
2016-08-17do not allow undo/redo while actively recordingPaul Davis
2016-08-18Add methods for plugin APIs to obtsin quarter pulses ('beats' for AU) from th...nick_m
2016-08-16Also send lv2:timePosition whenever BBT or Tempo changesRobin Gareus
2016-08-16turn comments into doxygen docRobin Gareus
2016-08-15expose SessionConfiguration as lua bindingsRobin Gareus
2016-08-15Expose Stripable Color & Ordering API to LuaRobin Gareus
2016-08-10Fix test compilation error.nick_m
2016-08-06a few more Location related lua bindingsRobin Gareus
2016-08-03add support for VST default values (instantiation time value)Robin Gareus
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