summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-06Update sample rate and CPU load in status bar when AudioEngine stoppedTim Mayberry
2015-10-06Show DSP/CPU load of 0.0% when AudioEngine isn't runningTim Mayberry
2015-10-06fix implicit solo on disconnect - fixes #6308Robin Gareus
2015-10-06forward "disconnect all", partial fix for #6308Robin Gareus
2015-10-05fix typo in prev. commitRobin Gareus
2015-10-05fix typoRobin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05remove ofstream from gtk2ardourRobin Gareus
2015-10-05remove i/ofstream from libardourRobin Gareus
except: * audio-unit (ifstream is known to work on OSX) * evoral curve algorithm debugger * cycle-timer debug code * export_handler's CDMarker -> TODO
2015-10-05replace i/ofstream for plugin statuesRobin Gareus
2015-10-05remove unused API (and ifstream)Robin Gareus
2015-10-05try enabling windows MME MIDI sysex supportPaul Davis
2015-10-05only use HUI heartbeat with HUI devicesPaul Davis
2015-10-05fix case where NORM_USER (su) changes dirs.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-05SiP and "solo overrides mutes" tweak:Robin Gareus
Only Explicit solos should override mutes.
2015-10-05tweak linux package debug-symbol strippingRobin Gareus
2015-10-05allow grouped AFL/PFL with excl. soloRobin Gareus
2015-10-05fix various stuck-solo cases:Robin Gareus
* solo groups * cancel-solo * SIP <> AFL/PFL changes The optimized plural-form route_solo_changed() relied on the false premise that solo-groups and port-connections are disjoint sets. -=- e.g. "cancel all solo" calls set_solo(get_routes(), false); Since All routes are affected, the "non_solo_change" set is empty, and no changes were propagated up/downstream. Routes that indirectly change state as group-members, wrongly end up in the "non_solo_change" list instead of the "solo_change" list. If a route feeds another in the same group, no changes were propagated.
2015-10-04fix AFL/PFL/SIP "stuck solo" - fixes #5803Robin Gareus
monitor_send are only active when listening (AFL, PFL). don't activate them when re-configuring processors.
2015-10-04update NSM executable name - fixes #6620Robin Gareus
NSM requires an executable in $PATH, not full path
2015-10-04globally remove all trailing whitespace from .cpp and .hpp files missed by ↵Paul Davis
previous commit
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-10-04attempt to stop transport, finish butler work, and close all files as part ↵Paul Davis
of Session > Cleanup
2015-10-04NOOP: delete trailing whitespacePaul Davis
2015-10-04add a hidden option to show hidden processorsRobin Gareus
simplify debugging solo, monitor-processors, etc
2015-10-04namespace fix.Robin Gareus
2015-10-04change wording of autosave option to be more clearPaul Davis
2015-10-04replace std::ifstream with g_fopen for portabilityRobin Gareus
2015-10-04gcc ABI check happens before unpackingRobin Gareus
2015-10-04correct error messageRobin Gareus
2015-10-04remove unused functionRobin Gareus
2015-10-04Change a few instances of 'stat()' to use 'g_stat()' (for UTF8 compatibility ↵John Emmas
on Windows)
2015-10-04always use session rt-event to un/set soloRobin Gareus
2015-10-04don't export video-frame request functionRobin Gareus
2015-10-03Initialize variable every loop so MCP devices don't accumulate too.Len Ovens
2015-10-03Initialize variable every loop so MCP profiles don't accumulate.Len Ovens
2015-10-03NOOP: delete trailing whitespacePaul Davis
2015-10-03reset IP MIDI port when deleting a mackie surface portPaul Davis
2015-10-03reset shared_ptr to master surface when clearing surfaces, to ensure Surface ↵Paul Davis
destructor is called
2015-10-03Merge branch 'zamaudio-click-level'Paul Davis
2015-10-03Click: Normalized then dropped by 6dBDamien Zammit
Applied gain to both emph click and default click using sox. This results in louder click sound by default and user is able to boost click to 0dBFS using the fader on the pref pane. Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-10-03make a start on providing direct choice of MIDI ports where an MCP device ↵Paul Davis
can be reached
2015-10-03NOOP: reformat indentationPaul Davis
2015-10-03NOOP: reformat indentationPaul Davis
2015-10-03more code-control when laying out Mackie Control GUI panelPaul Davis
2015-10-03add basic support for HUI heartbeat, only used for HUI devicesPaul Davis
2015-10-03add DeviceType specifier for mackie devices.Paul Davis
Incomplete, because we need a way to handle multiple devices of different types
2015-10-03NOOP: reformat indentationPaul Davis