extend session-save dirty-flag logic
[ardour.git] / libs / ardour /
2015-10-16 Robin Gareusextend session-save dirty-flag logic
2015-10-15 Robin Gareusfix crash when creating subgroup-bus - fixes #6642
2015-10-15 Robin Gareusfix deadlock when removing subgroup bus w/sends.
2015-10-14 John EmmasFix a problem where VST automation data wasn't getting... 4.3
2015-10-13 Paul Davisfix registration of automation type enums
2015-10-13 Robin Gareusremove last ofstream
2015-10-12 Robin Gareusfix crashes due to glib ignored EDEADLK.
2015-10-09 Paul Davisfix behaviour of AsyncMIDIPort so that large amounts...
2015-10-09 Paul Davistweaks to MidiBuffer::push_back() variants
2015-10-09 Paul Davisremove unused PortManager::port_name_prefix_is_unique...
2015-10-09 Paul Davisremove declaration of undefined (and necessarily unused...
2015-10-08 Robin Gareusfix region "valid-transient" property
2015-10-08 Robin Gareuswindows compatible paths for analysis
2015-10-08 Robin Gareusfix return value for transient load
2015-10-08 Robin Gareusrenice DLL info messages
2015-10-08 Robin Gareususe g_open for DLL arch test
2015-10-08 Robin Gareusdetect VST arch only during discovery (not scan)
2015-10-08 Len OvensAdd Trim to Mackie controls.
2015-10-07 Damien ZammitAdded use click emphasis toggle (libs/ardour)
2015-10-07 Paul Davisuse C++ for PortManager::make_port_name_relative()
2015-10-07 Robin Gareusfix exclusive solo group-override
2015-10-07 Robin Gareusonly subdivide plugin-cycle when automation is playing
2015-10-07 Robin Gareusprint VST blacklist filename (for good measure)
2015-10-06 Robin Gareusimplement solo group override
2015-10-06 Robin Gareusadd missing include
2015-10-06 Robin Gareusrenice code. RAII rocks.
2015-10-06 Robin GareusCPPUNIT workaround for mingw/wine/windows
2015-10-06 Robin Gareusadd a "reset all solo state" safeguard
2015-10-06 Robin Gareusfix initial AFL/PFL state after session-load
2015-10-06 Robin Gareusadd missing semicolon
2015-10-06 Robin Gareusdetect windows DLL architecture
2015-10-06 Robin Gareusremove newly unused code
2015-10-06 Robin Gareuspropagate solo/iso when disconnecting ports.
2015-10-06 Robin Gareusmore solo propagation fixes.
2015-10-06 Robin Gareusfix implicit mute display
2015-10-06 Robin Gareus"Solo Lock" only locks explicit solo (not implicit).
2015-10-06 Robin GareusSolo-Isolate has no effect on solo propagation.
2015-10-06 Tim MayberryInitialize AudioEngine::last_backend_error() to the...
2015-10-06 Tim MayberryShow DSP/CPU load of 0.0% when AudioEngine isn't running
2015-10-06 Robin Gareusfix implicit solo on disconnect - fixes #6308
2015-10-05 Robin Gareusforward "disconnect all", partial fix for #6308
2015-10-05 Robin Gareusfix typo in prev. commit
2015-10-05 Robin Gareusfix typo
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin Gareusremove unused fstream includes
2015-10-05 Robin Gareusremove i/ofstream from libardour
2015-10-05 Robin Gareusreplace i/ofstream for plugin statues
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-05 Robin GareusSiP and "solo overrides mutes" tweak:
2015-10-04 Robin Gareusallow grouped AFL/PFL with excl. solo
2015-10-04 Robin Gareusfix various stuck-solo cases:
2015-10-04 Robin Gareusfix AFL/PFL/SIP "stuck solo" - fixes #5803
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-10-04 Paul Davisattempt to stop transport, finish butler work, and...
2015-10-04 Paul DavisNOOP: delete trailing whitespace
2015-10-04 Robin Gareusnamespace fix.
2015-10-04 Robin Gareusreplace std::ifstream with g_fopen for portability
2015-10-04 Robin Gareuscorrect error message
2015-10-04 John EmmasChange a few instances of 'stat()' to use 'g_stat(...
2015-10-03 Paul DavisMerge branch 'zamaudio-click-level'
2015-10-03 Damien ZammitClick: Normalized then dropped by 6dB
2015-10-03 Paul DavisNOOP: reformat indentation
2015-10-03 Robin Gareusadditional check for DSP falloff.
2015-10-03 Robin Gareusless verbose unit-tests
2015-10-03 Robin GareusDSP load fall-off from 100%.
2015-10-03 Robin Gareusfix float calc:
2015-10-03 Paul Davisexplicitly drop control surface protocols before discon...
2015-10-03 Paul Davisremove debug output
2015-10-03 Paul Davisthe return of the 1 second fade out at session close
2015-10-02 Robin Gareusfix unbound DSP calc.
2015-10-02 Robin Gareusdefine more backend error-messages.
2015-10-01 Robin Gareusre-apply roll-delay after seek - fixes #5781
2015-09-30 Tim MayberryReinterpret the return value of AudioBackend::start...
2015-09-30 Tim MayberryAdd a couple of error codes to AudioBackend::ErrorCode
2015-09-30 Paul Davischange the logic for a capture buffer flush to disk...
2015-09-30 Paul Davistweak some debug output
2015-09-30 Paul Davisremove apparently bogus adjustment to capture_captured...
2015-09-30 Paul Davissplit Butler::flush_tracks_to_disk() into two distinct...
2015-09-29 Len OvensFix Mackie control metering (fixes #6608).
2015-09-28 Robin GareusBWF USID according to EBU-R99
2015-09-28 Paul Davisfix initialization of reserved I/O names vector
2015-09-28 Paul Davisget loop recording working when using seam-ed looping
2015-09-28 Paul Davisbetter more reliable checks on renamed, newly created...
2015-09-28 Paul Davischange semantics of 4th argument to Session::locate...
2015-09-28 Paul Davisa few new DEBUG_TRACE calls related to session transpor...
2015-09-28 Paul Davisminor fix for possible off-by-one logic when at/near...
2015-09-28 Paul Davisfix a long-standing bug arising from a change to some...
2015-09-28 Paul Davismove code location where loop playback is cancelled...
2015-09-28 Paul Davisloop record is a feature whether or not loop-is-mode...
2015-09-28 Paul DavisSession::disable_record() should work whether we are...
2015-09-27 Robin Gareusremove cruft.
2015-09-27 Robin GareusSort ports in state-save.
2015-09-27 Robin GareusLV2 state cleanup, patch from deva. closes #6607
2015-09-25 Robin Gareuscopy LV2 options to heap.
2015-09-24 John EmmasAdd some newly introduced sources to our MSVC project...
2015-09-23 Robin Gareusfix iterator after map::erase().
2015-09-22 Robin Gareusstandardize VST Callback debug message print
2015-09-22 Robin Gareusadd debug flags for VST Callbacks
2015-09-21 Robin Gareusamend 01403dc (VST Pin connected)
2015-09-21 Todd NaugleUpdate RouteGroup property defaults.
next