Latency compensation for plugin thru routing.
[ardour.git] / libs / ardour /
2016-04-08 Robin GareusLatency compensation for plugin thru routing.
2016-04-08 Robin GareusAdd a fixed (not de-clicked) multi-buffer audio/midi...
2016-04-08 Robin Gareusconsistent count/n_total API
2016-04-08 Robin Gareusadd Plugin LatencyChanged() signal and max latency...
2016-04-07 Robin Gareusmark session dirty when plugin pin mapping changes
2016-04-07 Robin Gareusadd support for plugin bypass/thru connections
2016-04-06 Robin Gareusamend 00ecc545 (split + inplace)
2016-04-06 Robin Gareusconsistent lua binding name (nil is a reserved word...
2016-04-06 Robin Gareusreturn of the in-place split-processing optimization
2016-04-06 Robin Gareuslua bindings & API documentation
2016-04-06 Robin Gareusupdate processor in-place mode when pin-mapping changes
2016-04-06 Robin GareusRoute API to query all outputs (incl sends) and graph...
2016-04-06 Robin GareusAdd an API to traverse the process graph downstream
2016-04-05 John EmmasWhen building with MSVC don't attempt to link to the...
2016-04-04 Robin Gareusfix d3447dfd1 Mixbus special case.
2016-04-04 Robin Gareusdrop std::vector<double> lua binding. not used in the...
2016-04-04 Paul Davisfix return value for playback/capture buffer loads...
2016-04-04 Robin Gareusspecial case MB channelstrip
2016-04-04 John EmmasModify our MSVC projects to build liblua as a DLL rathe...
2016-04-04 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-04-04 Robin Gareusthose who can't spell need to push thrice.
2016-04-04 Robin Gareusexpose more info from plugin-strip (for GUI display)
2016-04-03 Robin Gareuscement daa10a6a38
2016-04-03 Robin Gareusautomatically add & connect sidechain plugin pins.
2016-04-03 Robin GareusFix graph ordering incl. Inserts, Returns and SideChains
2016-04-03 Robin GareusImplement describe_io_port() API for LV2
2016-04-03 Robin Gareusadd Plugin API to query port-labels and side-chain...
2016-04-03 Robin Gareusadd channel count difference operator.
2016-04-03 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-04-03 Robin Gareushandle sidechain input changes
2016-04-03 Robin Gareussmall optimization, read-only buffer suffices here.
2016-04-03 Robin Gareusexpose plugin sidechain (via route):
2016-04-03 Robin Gareusimplement plugin sidechain
2016-04-03 Robin Gareusignore sidechain configuration test result
2016-04-03 Robin GareusNO-OP whitespace
2016-04-03 Robin Gareusfix IOProcessor state loading for half-duplex I/Os
2016-04-02 Robin Gareusadd some more Lua bindings: Sidechain + IOProcessor
2016-04-02 Robin Gareusconvenient Lua bindings to use Ardour::DataType
2016-04-02 Robin Gareusprepare sidechain i/o processor
2016-04-02 Robin Gareusadd some AU debug message
2016-04-02 Robin GareusNO-OP whitespace
2016-04-02 Robin Gareusfix stict-i/o midi bypass
2016-04-02 Robin Gareusfix invalid mapping detection
2016-04-02 Robin Gareusset processor owner early on (when loading session)
2016-04-02 Robin Gareusrevert bd5da84928 - separate i/o-map & config reset.
2016-04-02 Robin Gareusproper debug output for channel mapping
2016-04-02 Robin Gareuskeep port maps sane and properly detect changes
2016-04-01 Robin Gareusreset pin-maps with custom config.
2016-04-01 Robin Gareusre/store custom plugin pin maps
2016-04-01 Robin Gareusimplement save/load channel-maps
2016-04-01 Robin Gareusautodetect if current pin-connections can be processed...
2016-04-01 Robin Gareusadd chan-mapping count/size()
2016-03-31 Robin Gareuscustom config trumps strict-i/o
2016-03-31 Robin Gareuschange strict-i/o default (off for Ardour on Linux...
2016-03-31 Robin Gareusfix typo
2016-03-31 Robin Gareusplugin-pin-map:
2016-03-30 Robin Gareusremove unused source files
2016-03-30 Robin GareusAdd a few class documentations to override inherited...
2016-03-30 Robin Gareusfix prev commit.
2016-03-30 Robin Gareusadd i/o map support for Audio Unit
2016-03-30 Robin GareusISO rules compatibility (don't re-use variable name...
2016-03-30 Robin Gareusallow to sum channel maps
2016-03-30 Pavel PotocekFix #5884: errors when using timestretch tool
2016-03-30 YQ-YSYupdate /libs/ardour/po/zh.po for 4.7-469-g3f71e66
2016-03-30 YQ-YSYfound 2 clerical errors, update Chinese translatio
2016-03-30 Robin Gareusfix ChanCount min/max
2016-03-30 Robin Gareusdebug print match method
2016-03-30 Robin Gareusspecial case mixbus.
2016-03-30 Robin Gareusfix copy/paste typo
2016-03-30 Robin GareusDelegated plugin configuration is now always successful...
2016-03-29 Robin Gareuslua exception constitues configuration failure
2016-03-29 Robin Gareusabort if configuration fails
2016-03-29 Robin Gareusfix AU configure_io return value (bool not int)
2016-03-29 Robin GareusC++11/C++98 compat mainly for OSX/clang
2016-03-29 Robin Gareusplugin-pin management.. nearly there
2016-03-29 Robin Gareusextend channel-map
2016-03-28 Robin Gareusreduce header dependencies (part 1/2)
2016-03-28 Robin Gareusadd strict-i/o preference (for new tracks)
2016-03-27 Robin Gareusadd some more documentation
2016-03-27 Robin Gareuslua bindings for ChanCount
2016-03-27 Robin Gareusprepare Pin Management GUI
2016-03-27 Robin Gareusclosing in on pin management.
2016-03-27 Robin GareusVSTs don't process in-place
2016-03-27 Robin Gareusallow no-inplace processing
2016-03-27 Robin Gareusadd ChanMapping comparator
2016-03-26 Robin Gareusproper C++ comment
2016-03-26 Robin Gareusfurther pin management prototyping.
2016-03-26 Robin Gareusstep by step evolution of plugin pin management
2016-03-26 Robin Gareusstrict i/o: limit output channels.
2016-03-26 Robin Gareusallocate buffers for all possible plugin configurations
2016-03-26 Robin Gareusmove LuaOSC into Ardour namespace
2016-03-26 Robin Gareusprototype support for arbitrary plugin channel maps
2016-03-25 Robin Gareusadd "no-inplace" buffers.
2016-03-25 Robin Gareusamend last commit
2016-03-25 Robin Gareusadd a dedicated channel map per plugin
2016-03-25 Robin Gareuslua bindings to test strict i/o
2016-03-25 Robin Gareusprepare strict-i/o configuration.
2016-03-25 Robin Gareusprepare Plugin Pin Management
2016-03-25 Robin Gareusadd some more documentation
2016-03-25 Robin Gareusadd some more documentation
next