summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-04-24reduce debug-build overhead.Robin Gareus
2016-04-24we need the process lock after all..Robin Gareus
2016-04-24some new lua-bindings and session-lua (creating sessions)Robin Gareus
2016-04-24fix mismatched delete/delete[]Robin Gareus
2016-04-24some notes on mem-leaks...Robin Gareus
2016-04-24hand over automationlist undo state ownership (mem-leak)Robin Gareus
2016-04-24plug some memory leaks in libardourRobin Gareus
2016-04-24further tweaks to session closeRobin Gareus
2016-04-24lua bindings for track/bus and session creationRobin Gareus
2016-04-24Disconnect Signals before dropping portsRobin Gareus
2016-04-23delegate port-connections to low priority thread.Robin Gareus
2016-04-23fix typo in config variableRobin Gareus
2016-04-22fix send-id "0" when loading sessionRobin Gareus
2016-04-22fix single-bus AU rendering & related updatesRobin Gareus
2016-04-22invalidate AU cache on re-scanRobin Gareus
2016-04-22use coreaudio wrapperRobin Gareus
2016-04-22Single instance AUs only, use variable i/oRobin Gareus
2016-04-22AU multibus supportRobin Gareus
2016-04-22fix AU cache clearRobin Gareus
2016-04-22add API to load plugin presets for all instancesRobin Gareus
2016-04-21and now with proper closing bracket.Robin Gareus
2016-04-21take MB dithering into account when stripping silence on exportRobin Gareus
2016-04-20backend part for MB send-panners (ignore existing state, force disable)Robin Gareus
2016-04-20fix AU sidechain connectionRobin Gareus
2016-04-20include sidechain when delegating I/O configurationRobin Gareus
2016-04-20Mixbus: auto-connect monitor-sectionRobin Gareus
2016-04-20amend 386f244f - don't reinitialize I/O mapRobin Gareus
2016-04-20Reset I/O map when copying plugin and ChanCount changesRobin Gareus
2016-04-19OSC: removed unused _namespace_root variable.Len Ovens
2016-04-19fix stuck solo w/sidechain (when using port, not send, connections)Robin Gareus
2016-04-19clear [midi] plugin audio output buffers before running plugin.Robin Gareus
2016-04-19Revert/amend "fix a const-cast issue"Robin Gareus
2016-04-19some plugin-insert debuggingRobin Gareus
2016-04-19fix a const-cast issuePaul Davis
2016-04-19hidden config option to replace TRY_AUTOSTART_ENGINE environment var.Robin Gareus
2016-04-19default strict-i/o preference to enableRobin Gareus
2016-04-19Mixbus specific Pin Mapping tweaksRobin Gareus
2016-04-19NO-OP, whitespace and commentsRobin Gareus
2016-04-19fix plugin silence runs (e.g. during audition)Robin Gareus
2016-04-18fix possible crash at session close.Robin Gareus
2016-04-18add some assert for reloading saved plugin pin connectionsRobin Gareus
2016-04-18add notification if Engine Rate changes and mismatches session's SRRobin Gareus
2016-04-18never ever change sample-rate saved with the session after creation.Robin Gareus
2016-04-18implement metadata-set for remaining backendsRobin Gareus
2016-04-17set sidechain port pretty nameRobin Gareus
2016-04-17add IOProcessors pretty name supportRobin Gareus
2016-04-17notify IO about port disconnection due to port removalRobin Gareus
2016-04-17add API to set pretty names for ardour portsRobin Gareus
2016-04-17implement pretty-name set-property for ALSA and DummyRobin Gareus
2016-04-17add portengine set-property API (follows jack_set_property)Robin Gareus