ptformat: Make PT import more resilient to bad user choices and display messages
[ardour.git] / libs /
2016-04-16 Damien Zammitptformat: Make PT import more resilient to bad user...
2016-04-15 Robin Gareusdisallow strict-i/o output on monitor and auditioner
2016-04-15 Robin Gareusfix duplicate definition (typo in 5242aeb8)
2016-04-15 Robin Gareusvariable plugin port config.
2016-04-15 Robin Gareusspecial case mixbus routing
2016-04-15 Robin GareusAU synth inplace processing
2016-04-15 Robin Gareusluaproc error logging
2016-04-15 Robin Gareusfind a good match for variable i/o plugins
2016-04-14 Robin Gareusdocument buffer requirement, add sidechain constraint.
2016-04-14 Robin Gareusfix locking when switching strict i/o.
2016-04-14 Robin Gareusfix split plugin default connection with strict-i/o
2016-04-14 Robin GareusMixbus enforces output port count
2016-04-14 Robin Gareusfix odd case where a deliver has no ports e.g session...
2016-04-14 Robin Gareusproperly calculate requrired thread buffers
2016-04-14 Robin Gareusalternative approach for 48532baaa, C++98 compat that...
2016-04-14 Robin GareusRevert "remove C++11'isms from libptformat. back to...
2016-04-14 Robin Gareusallow to compare C class instances from lua
2016-04-13 Robin GareusNO-OP, whitespace
2016-04-13 Robin Gareusallow midi tracks with audio-out only (and vice versa)
2016-04-13 Robin Gareusstrict i/o sets enforces output port count.
2016-04-13 Robin Gareusfix typo
2016-04-13 Robin Gareusfix configurable IO MIDI FX w/strict-i/o
2016-04-13 Robin Gareusfix crash introduced in 0d1cd3865d
2016-04-13 Robin Gareusprepare fix for copying plugin state
2016-04-13 Robin Gareusproperly auto-connect sidechain pins
2016-04-13 Robin Gareusfix OSX builds
2016-04-13 Robin Gareusspecial case strict-i/o on the master-bus
2016-04-13 Robin Gareusinitialize uninitialized variable
2016-04-13 Robin Gareusextend strict-i/o to include route outputs.
2016-04-12 Robin GareusVST report audioMasterPinConnected according to Pin...
2016-04-12 Robin Gareusprepare VST plugins for reporting connected pins
2016-04-12 Robin Gareusexpose sidechain binding, fix "bounce" typo
2016-04-12 Robin Gareusyet more documentation..
2016-04-12 John EmmasModify 'getIdentityKey()' function to have LuaBridge_AP...
2016-04-12 John EmmasChange LuaBridge_API to be __declspec(dllexport) or...
2016-04-12 Robin Gareusfix typo in luabindings
2016-04-12 Robin Gareussome strategic documentation
2016-04-12 Robin Gareususe dedicated counter for sidechain port numbering
2016-04-12 Robin Gareusadd a new counter (for sidechain numbering)
2016-04-12 Robin GareusNO-OP; document some more parameters.
2016-04-12 Robin Gareussome more windows bandaids for optimized builds
2016-04-11 Robin Gareushotfix process-graph: include internal-send -> internal...
2016-04-11 Robin Gareusspecial case luabridge for windows/MSVC
2016-04-11 Robin Gareusclean up lua-class inheritance
2016-04-11 Robin Gareusadd some class documentation
2016-04-10 Robin Gareusupdate lua related doc, add missing bindings
2016-04-10 Robin Gareusexpose port bindings
2016-04-10 Robin Gareusadd lua bindings for Automation Events
2016-04-10 Robin GareusNO-OP whitespace + comments
2016-04-10 Robin GareusNO-OP document Evoral::ControlList
2016-04-10 Robin Gareusadd a C++ lifetime MementoCommand API
2016-04-09 Robin Gareusexpose Undo Commands to Lua
2016-04-09 Robin Gareusadd some more libardour lua bindings
2016-04-09 Robin Gareusanother lua convenience API
2016-04-09 Robin Gareusrefactor and document delayline
2016-04-09 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-04-08 Robin Gareusimprove elapsed time readability for large numbers.
2016-04-08 Robin GareusProfile Session::save_state
2016-04-08 Robin GareusRevert "experimental session-save speedup" -- needs...
2016-04-08 Robin Gareusmore potential session-save speedup.
2016-04-08 Robin Gareusexperimental session-save speedup
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 Gareusdesaturate inactive rec-enabled button
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 John Emmas#define LUA_DEBUG when making a Debug build with 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-04 Robin Gareusliblua visibility and compiler-flags
2016-04-03 Robin Gareusdon't collect rt-mempoll statistics anymore (by default)
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
next