summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Expand)Author
2016-07-24retain desired samplerate when switching backendsRobin Gareus
2016-07-20remove debug noisePaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14fix plural form snafu in translation macroPaul Davis
2016-05-21fix initial engine state (windows: buffered-i/o; all: channelcount)Robin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-18slightly better version of 0077923d, don't stop the engine for nothingRobin Gareus
2016-04-18update flow when loading a new session with different SR.Robin Gareus
2016-04-18add a try-autostart-engine option (most recently used settings)Robin Gareus
2016-04-18Engine Dialog: exclude optional widgets from show_all.Robin Gareus
2016-02-13Hide "Use Buffered I/O" button when switching to backend with no controlTim Mayberry
2016-02-11Add button to Engine Dialog to choose between Portaudio callback and blocking...Tim Mayberry
2016-02-11Show/Hide midi calibrate button based on AudioBackend::enumerate_devicesTim Mayberry
2016-01-29fix device-list update concurrency issue.Robin Gareus
2016-01-14GUI for latency-measurement signal-levelRobin Gareus
2015-12-05tweak GUI for backends where nperiods is driver dependent.Robin Gareus
2015-12-05GUI chores to show nperiods option.Robin Gareus
2015-12-04GUI handling for live latency-measurementRobin Gareus
2015-12-04remove duplicate check (same is done few lines above)Robin Gareus
2015-11-23prefer recently used states.Robin Gareus
2015-11-23restore last used driver+devices for a given backend.Robin Gareus
2015-10-06Do not restore engine state if we don't have controlRobin Gareus
2015-10-06Stop engine when clicking back button in latency measurement tab of EngineCon...Tim Mayberry
2015-10-06Add EngineControl::stop_engine method to show errors when stopping engineTim Mayberry
2015-10-06Handle all errors when starting backend in EngineDialogTim Mayberry
2015-10-06Align switch statement with case labels to reduce indentation in EngineDialogTim Mayberry
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-01Add parent window argument to ARDOUR_UI::check_audioengineTim Mayberry
2015-10-01Display warning when closing Audio Setup dialog with engine stoppedTim Mayberry
2015-10-01Don't hide Audio Setup dialog when clicking 'OK' if engine fails to startTim Mayberry
2015-09-10fix a small memleak.Robin Gareus
2015-09-06initialize some uninitialized variables.Robin Gareus
2015-09-02Add utility method for choosing which device/s to display in Audio Setup dialogTim Mayberry
2015-09-02Use previously set buffer size in EngineDialog if possibleTim Mayberry
2015-09-02Add "Refresh Devices" button in Audio Setup dialog for backends that support itTim Mayberry
2015-09-02Add some debugging output for state restoration in Audio Setup dialogTim Mayberry
2015-09-02Remove Apply button from Audio Setup dialog now that there is a start/stop bu...Tim Mayberry
2015-09-02Change "Stop" button into a Start/Stop button in Audio Setup dialogTim Mayberry
2015-08-27use program-name for internal portsRobin Gareus
2015-08-13Fix state restoration in EngineControl dialog for backends with driver selectionTim Mayberry
2015-08-12hide “Midi Setup” button on OSX and Windows.Robin Gareus
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
2015-08-11update driver selection sensitivityRobin Gareus
2015-08-11refine "Running" message.Robin Gareus
2015-08-11don't allow to change devices while engine is running.Robin Gareus
2015-08-11allow to stop engine for re-configureRobin Gareus
2015-08-11consolidate engine-dialog widget sensitivity logic.Robin Gareus