better more reliable checks on renamed, newly created and imported track/bus names
[ardour.git] / libs /
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-27 Robin Gareusupdate semantics of PBD::remove_directory()
2015-09-25 Robin Gareuscopy LV2 options to heap.
2015-09-24 John EmmasAdd some casting to keep MSVC happy
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 GareusPBD::Debug to stdout
2015-09-21 Robin Gareusamend 01403dc (VST Pin connected)
2015-09-21 Todd NaugleUpdate RouteGroup property defaults.
2015-09-21 Robin Gareusprocessor-box: explicitly check for "Amp" (Fader)
2015-09-21 Robin Gareusadd includes for g_open()
2015-09-21 Ben Loftisfix vst plugin; not sure if this was the intention...
2015-09-21 Len OvensVpot assign buttons don't do anything, don't light...
2015-09-21 Len OvensMake Mackie control surface LEDs for modifier keys...
2015-09-21 Robin Gareusfix VST audioMasterPinConnected callback
2015-09-20 André Nusserfix duplicating multiple selected regions - fixes ...
2015-09-20 Robin Gareusexplicit string.h include for memset()
2015-09-20 Robin Gareussilence detection: include fades.
2015-09-20 Robin Gareusfix sndfilesource::open return value typo.
2015-09-20 Robin Gareusprepare LTC File Reader
2015-09-19 Robin Gareusadd silence-stripping fade constraints
2015-09-19 Robin GareusDummy: add a CC only test-sequence
2015-09-19 Robin Gareusfix silence-strip process report
2015-09-19 Tim MayberryFix windows test to also pass under wine
2015-09-18 Robin Gareusno c99
2015-09-18 Robin Gareusspeed-up smf_track_delete() from O(N^2) to O(n)
2015-09-18 Robin GareusNOOP - SMF debugging.
2015-09-18 Robin GareusMidi CC events have no event-ID
2015-09-18 Robin Gareusfix ever increasing MIDI event IDs
2015-09-18 John EmmasModify Strip Silence so that it can't create regions...
2015-09-18 John EmmasMake sure that those recently moved functions will...
2015-09-18 John EmmasMSVC projects - accommodate some modules that recently...
2015-09-17 Paul Davisadd string_compose argument specializations so that...
2015-09-17 Ben Loftisassociate label more closely with VST path button....
2015-09-17 Tim MayberryAdd test to libpbd to check PBD::touch_file and pbd...
2015-09-17 Robin Gareusfix g_lstat()
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-09-17 Robin Gareusadd glib/stdio compat wrapper for mingw64-w32
2015-09-16 Paul DavisRevert "add an Amp to Delivery, remove it from Send...
2015-09-16 Tim MayberryAdd ardour/types.h to ardour/parameter_descriptor.h...
2015-09-16 Robin Gareusupdate reported DSP load for ALSA & Dummy
2015-09-16 Robin GareusCoreAudio: use libardour provided DSP load calc.
2015-09-16 Robin Gareusfix DSP load bounds 0..1 and add unbound API
2015-09-16 Tim MayberryAdd PBD::QPC::initialize to initialize timer and call...
2015-09-16 Tim MayberryMake sure the QPC frequency is cached so the timer...
2015-09-16 Tim MayberryUse ARDOUR::DSPLoadCalculator in DummyBackend
2015-09-16 Tim MayberryUse PBD::get_microseconds() from pbd/windows_timer_util...
2015-09-16 Tim MayberrySet max time of DSPLoadCalculator in every cycle in...
2015-09-16 Tim MayberryUse ARDOUR::DSPLoadCalculator in ALSA Backend
2015-09-16 Tim MayberryAdd test for DSPLoadCalculator to libardour tests
2015-09-16 Tim MayberryAdd DSPLoadCalculator::set_max_time() to set max time...
2015-09-16 Tim MayberryPut functions inside anonymous namespace and use static...
2015-09-16 Tim MayberryMark strings intended for developers/debugging as not...
2015-09-16 Tim MayberryDe/Initialize MMCSS on windows in PBD::init/cleanup...
2015-09-16 Tim MayberryMove Windows MMCSS related utility functions into libpbd
2015-09-16 Tim MayberryAdd PBD::DebugBit for debugging thread related debuggin...
2015-09-16 Tim MayberryMove MMCSS related utility functions into PBD namespace
2015-09-16 Tim MayberryPerform QPC timer check on windows in PBD::init when...
2015-09-16 Tim MayberryRename PBD::QPC::get_timer_valid to check_timer_valid...
2015-09-16 Tim MayberryAdd windows specific test for pbd/windows_timer_utils...
2015-09-16 Tim MayberryFix PBD::MMTIMER::reset_resolution and add some documen...
2015-09-16 Tim MayberryRemove glib timer test from pbd testsuite
2015-09-16 Tim MayberryMove Windows timer utility functions from PA backend...
2015-09-16 Tim MayberryPut Windows timer functions into PBD namespace in prepa...
2015-09-16 Tim MayberryUpdate timestamp types in CycleTimer class to be signed
2015-09-16 Tim MayberryMove implementation for DSPLoadCalculator back into...
2015-09-16 Tim MayberryUse same algorithm as CA and ALSA backends in DSPLoadCa...
2015-09-16 Tim MayberryAdd check for invalid timer values from the DummyBackend
2015-09-16 Tim MayberryChange types in DSPLoadCalculator to signed integer...
2015-09-16 Tim MayberryCheck return value of windows timer functions and handl...
2015-09-15 Paul Davismove speed quietning code into Delivery, where it belongs.
2015-09-15 Paul Davisadd an Amp to Delivery, remove it from Send, make use...
2015-09-15 Robin Gareusanother note-off fix.
2015-09-15 Robin Gareusprepare displaying peakfile queue-len
2015-09-15 Paul Davislogic rearrangement to avoid unnecessary call to Route...
2015-09-15 Paul DavisNO-OP: comment clarification
2015-09-15 Paul DavisNO-OP: parenthesis and brace style
2015-09-15 Paul Davisonly apply transport declicking if requested to do...
2015-09-15 Paul Davisadd 2 new session properties related to implicit fades...
2015-09-15 Paul Davisuse an explicit black list of route names that require...
2015-09-15 Robin Gareusprepare peak-file cleanup/recreate.
2015-09-15 John EmmasRemove ifstream / ofstream when accessing session templ...
2015-09-14 Robin Gareusamend previous commit.
2015-09-14 Robin Gareusfix short x-fade rendering
2015-09-14 Robin Gareusnote-off ordering - fixes #6340
2015-09-13 Robin Gareushack around a bug in cppunit/mingw/windows.
2015-09-13 Robin Gareusadjust precision to specified value, avoid "0".
2015-09-13 Robin Gareusallow to run unit-test under wine from srcdir.
next