correct error message
[ardour.git] / libs /
2015-10-04 Robin Gareuscorrect error message
2015-10-04 John EmmasChange a few instances of 'stat()' to use 'g_stat(...
2015-10-04 Robin Gareusalways use session rt-event to un/set solo
2015-10-03 Len OvensInitialize variable every loop so MCP devices don't...
2015-10-03 Len OvensInitialize variable every loop so MCP profiles don...
2015-10-03 Paul DavisNOOP: delete trailing whitespace
2015-10-03 Paul Davisreset IP MIDI port when deleting a mackie surface port
2015-10-03 Paul Davisreset shared_ptr to master surface when clearing surfac...
2015-10-03 Paul DavisMerge branch 'zamaudio-click-level'
2015-10-03 Damien ZammitClick: Normalized then dropped by 6dB
2015-10-03 Paul Davismake a start on providing direct choice of MIDI ports...
2015-10-03 Paul DavisNOOP: reformat indentation
2015-10-03 Paul DavisNOOP: reformat indentation
2015-10-03 Paul Davismore code-control when laying out Mackie Control GUI...
2015-10-03 Paul Davisadd basic support for HUI heartbeat, only used for...
2015-10-03 Paul Davisadd DeviceType specifier for mackie devices.
2015-10-03 Paul DavisNOOP: reformat indentation
2015-10-03 Paul Davisadd device type to Mackie device info
2015-10-03 Paul Davisadd support to display and set key aliases in mackie GUI
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 Robin Gareusfix windows compilation
2015-10-03 Paul Davisremove undefined and unused method declaration
2015-10-03 Paul Davisanother change from modifier_state() to main_modifier_s...
2015-10-03 Paul Davisavoid handling pitchbend (fader) messages while SHIFT...
2015-10-03 Paul Davisno longer call ::zero_all() when deleting an MCP surfac...
2015-10-03 Paul Davisuse ::main_modifier_state() in some more places
2015-10-03 Paul Davisnecessary header changes for new redisplay code in MCP
2015-10-03 Paul Davisadd new (fast) redisplay timer that pushes parameter...
2015-10-03 Paul Davisfix comment spelling
2015-10-03 Paul Davisuse Surface::reset() when deleting MackieControlProtoco...
2015-10-03 Paul Davisimplement backlight, fader touch sensitivity and recali...
2015-10-03 Paul Davisavoid sending replicated fader set position messages
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 Gareususe new error-messages
2015-10-02 Robin Gareusdefine more backend error-messages.
2015-10-02 Robin Gareusimprove CoreAudio error reporting
2015-10-02 Paul Davisfix handler of fader (pitchbend) messages in Mackie...
2015-10-02 Paul Davisallow aliasing Mackie Control buttons to other buttons
2015-10-02 Paul Daviscatch changes in click status and alter LED appropriately
2015-10-02 Paul Davischange zoom and scrub handling to use modifier bits
2015-10-02 Paul Davisspelling correction in error message
2015-10-01 Robin Gareusre-apply roll-delay after seek - fixes #5781
2015-10-01 Robin Gareusthere's no class called "The" :)
2015-10-01 Robin GareusALSA: update error-codes for HW initialization.
2015-09-30 Tim MayberryReturn meaningful error codes when ALSA backend fails...
2015-09-30 Tim MayberryReturn meaningful error codes when PortaudioBackend...
2015-09-30 Tim MayberryUse portaudio error codes in the PortaudioIO class.
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-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
next