summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2015-10-07implement solo group overrideRobin Gareus
2015-10-06add missing includeRobin Gareus
2015-10-06renice code. RAII rocks.Robin Gareus
2015-10-06CPPUNIT workaround for mingw/wine/windowsRobin Gareus
2015-10-06add a "reset all solo state" safeguard Robin Gareus
2015-10-06fix initial AFL/PFL state after session-loadRobin Gareus
2015-10-06add missing semicolonRobin Gareus
2015-10-06more debugging for MIDI input via WinMMEPaul Davis
2015-10-06detect windows DLL architectureRobin Gareus
2015-10-06remove newly unused codeRobin Gareus
2015-10-06propagate solo/iso when disconnecting ports.Robin Gareus
2015-10-06add more debugging to portaudio/MME MIDI backendPaul Davis
2015-10-06more solo propagation fixes.Robin Gareus
handle cases Track(s) -> Bus1 -> Bus2
2015-10-06fix implicit mute displayRobin Gareus
2015-10-06"Solo Lock" only locks explicit solo (not implicit).Robin Gareus
fixes issue: Track -> Bus 1) solo track -> implicit Bus solo 2) Solo-Lock Bus 3) un-solo track -> Bus is stuck w/implicit solo on
2015-10-06Solo-Isolate has no effect on solo propagation.Robin Gareus
'Isolate' means that when another track is solo'd the isolated track won't mute.
2015-10-06Fix WinMME midi driver shutdown with sysex enabledTim Mayberry
midiInReset triggers the sysex callback to tell the application that it has finished with the buffer. Calling midiInAddBuffer results in an infinite loop so just return during shutdown.
2015-10-06Include button number in canvas button press/release debug infoTim Mayberry
2015-10-06Remove an unnecessary boolean argument in jack utilsTim Mayberry
Specify latency in JackCommandLineOptions instead
2015-10-06Initialize AudioEngine::last_backend_error() to the default error stringTim Mayberry
Currently the last backend error string is only set when calling AudioBackend::start. Errors that occur when calling other AudioBackend methods like AudioBackend::set_buffer_size do not set the last backend error string. So until all the required AudioBackend methods return an ErrorCode and last_backend_error() can be removed just set it to a default string. Until all errors that occur are correctly indicated by returning an error code there will still be situations where last_backend_error() is not indicative of the true error. For instance AudioEngine::start is called and it fails but returns a valid error code so last_backend_error() is set, then some other engine/backend method is called that fails and as last_backend_error is not set the GUI will display the incorrect error message.
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 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-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-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-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-04namespace fix.Robin Gareus
2015-10-04replace std::ifstream with g_fopen for portabilityRobin Gareus
2015-10-04correct error messageRobin 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-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