ardour.git
2015-10-04 Paul Davisglobally remove all trailing whitespace from .cpp and...
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 Gareusadd a hidden option to show hidden processors
2015-10-04 Robin Gareusnamespace fix.
2015-10-04 Paul Davischange wording of autosave option to be more clear
2015-10-04 Robin Gareusreplace std::ifstream with g_fopen for portability
2015-10-04 Robin Gareusgcc ABI check happens before unpacking
2015-10-04 Robin Gareuscorrect error message
2015-10-04 Robin Gareusremove unused function
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-04 Robin Gareusdon't export video-frame request function
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 Davisinitial pass at a profile (key bindings) for MCU Pro...
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 Davisadd missing "fi" to stage2.run script used for linux...
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 Gareusescape markup in region list
2015-10-02 Robin Gareusadd missing markup escape
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 Davisprovide Main/cancel-solo as an action and make rude...
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-02 Robin Gareusadd a proper license to the GCC ABI check tool
2015-10-01 Robin Gareusre-apply roll-delay after seek - fixes #5781
2015-10-01 Robin Gareusremove ancient doxyfile
2015-10-01 Robin Gareusupdate Doxyfile
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 MayberryAdd parent window argument to ARDOUR_UI::check_audioengine
2015-09-30 Tim MayberryDisplay warning when closing Audio Setup dialog with...
2015-09-30 Tim MayberryDon't hide Audio Setup dialog when clicking 'OK' if...
2015-09-30 Tim MayberryUse AudioSetupDialog as parent of the error message...
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 MayberryUse AudioEngine::get_last_backend_error in message...
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 André NusserGray out "strip silence" and "rhtyhm ferret" for midi...
2015-09-30 Paul DavisMerge branch 'chaot4-fix_track_list_context_menu'
2015-09-30 André NusserFixed spelling.
2015-09-30 André NusserMake all the context menu entries of the track list...
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 Robin Gareusis there a better way to make gcc+enumwriter happy?
2015-09-29 Len OvensFix midi tracer to show MSB too. (fixes #6566)
2015-09-29 Robin Gareusset waveform height depending on Layer mode
2015-09-29 Len OvensFix Mackie control metering (fixes #6608).
2015-09-29 Paul DavisRevert "change the way the audio clock cursor is drawn...
2015-09-28 Robin GareusBWF USID according to EBU-R99
2015-09-28 Paul Davischange clearlooks style file so that small_entry and...
2015-09-28 Paul DavisMerge branch 'chaot4-fix_lock_solo_ctrl_shift'
2015-09-28 André NusserIntroduce Ctrl+Shift+Click on lock solo in the mixer.
2015-09-28 Paul Davisfix initialization of reserved I/O names vector
2015-09-28 Paul Davisfix const-ness
2015-09-28 Paul DavisRevert "add new action and loop marker menu item for...
2015-09-28 Paul Davisget loop recording working when using seam-ed looping
next