ardour.git
2015-10-08 Robin Gareusdetect VST arch only during discovery (not scan)
2015-10-08 Len OvensAdd Trim to Mackie controls.
2015-10-07 Paul Davisadd button time and explicit bank switching to MCP...
2015-10-07 Robin Gareusallow to use non-emphasis regardless of custom samples
2015-10-07 Damien ZammitAdded use click emphasis toggle (gtk2_ardour)
2015-10-07 Damien ZammitAdded use click emphasis toggle (libs/ardour)
2015-10-07 Paul Davistrack Mackie MIDI port connection status as primary...
2015-10-07 Paul Davisuse C++ for PortManager::make_port_name_relative()
2015-10-07 Robin Gareusfix crash on 2nd Lock
2015-10-07 Robin Gareusadd missing include
2015-10-07 Robin Gareusfix solo-group override
2015-10-07 Robin Gareusallow to load huge VST plugin states -fixes #6623
2015-10-07 Robin Gareusamend prev commit.
2015-10-07 Robin Gareusupdate solo button callback semantics
2015-10-07 Robin Gareusfix crash for solo btn2 + primary-mod
2015-10-07 Robin Gareusfix exclusive solo group-override
2015-10-07 Robin Gareusonly subdivide plugin-cycle when automation is playing
2015-10-07 Tim MayberryFix handling of Sysex messages with WinMME midi driver
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 Gareuscancel-solo always clears all solo-state, just in case.
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 Paul Davismore debugging for MIDI input via WinMME
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 Paul Davisadd more debugging to portaudio/MME MIDI backend
2015-10-06 Robin GareusDo not restore engine state if we don't have control
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 MayberryFix WinMME midi driver shutdown with sysex enabled
2015-10-06 Tim MayberryInclude button number in canvas button press/release...
2015-10-06 Tim MayberryRemove an unnecessary boolean argument in jack utils
2015-10-06 Tim MayberryStop engine when clicking back button in latency measur...
2015-10-06 Tim MayberryRemove unused methods in ARDOUR_UI for starting/stoppin...
2015-10-06 Tim MayberryAdd EngineControl::stop_engine method to show errors...
2015-10-06 Tim MayberryHandle all errors when starting backend in EngineDialog
2015-10-06 Tim MayberryAlign switch statement with case labels to reduce inden...
2015-10-06 Tim MayberryInitialize AudioEngine::last_backend_error() to the...
2015-10-06 Tim MayberryUpdate sample rate and CPU load in status bar when...
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 ofstream from gtk2ardour
2015-10-05 Robin Gareusremove i/ofstream from libardour
2015-10-05 Robin Gareusreplace i/ofstream for plugin statues
2015-10-05 Robin Gareusremove unused API (and ifstream)
2015-10-05 Paul Davistry enabling windows MME MIDI sysex support
2015-10-05 Paul Davisonly use HUI heartbeat with HUI devices
2015-10-05 Robin Gareusfix case where NORM_USER (su) changes dirs.
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-05 Robin GareusSiP and "solo overrides mutes" tweak:
2015-10-05 Robin Gareustweak linux package debug-symbol stripping
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 Robin Gareusupdate NSM executable name - fixes #6620
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
next