summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Expand)Author
2014-06-04fixes to change engines while Ardour is running.Robin Gareus
2014-06-02allow latency measurement at startupRobin Gareus
2014-06-02tentative fix for requesting driver+device list from backendRobin Gareus
2014-05-24fix sensitivity of engine dialog driver_combo.Robin Gareus
2014-05-01if using the audio/MIDI setup dialog because there are >1 backends, but the c...Paul Davis
2014-04-10first pass hiding/rearrangement of UI elements related to trxPaul Davis
2014-02-28change latency calibration button from "record enable button" to "generic but...Paul Davis
2014-01-02avoid GTK packing warning when using >1 backendPaul Davis
2013-11-27do not push new state to backend from audio/MIDI setup until OK or Apply are ...Paul Davis
2013-10-21use new default SR + bufsize values in engine dialogPaul Davis
2013-10-15fix typo from earlier change to conditionalize driver-change in audio backend3.5Paul Davis
2013-10-15prevent button in latency measurement dialog from changing size when relabelledPaul Davis
2013-10-15try to prevent crash if running latency calibration with JACK setup that is l...Paul Davis
2013-10-15fix crash when opening audio/MIDI setup while playing etc.Paul Davis
2013-10-15do not call AudioEngine::set_driver() when the backend does not require drive...Paul Davis
2013-10-12do not use delete_when_idle() to delete a plugin UI because an entirely separ...Paul Davis
2013-10-12rework things for Audio/MIDI setup dialog a bit: no tabs being the most notic...Paul Davis
2013-10-12minor adjustments to latency measurement UI stuffPaul Davis
2013-10-10minor tweaks to audio/MIDI setup windowPaul Davis
2013-10-10more fixes and rationalizations for MIDI option handling in the audio MIDI setupPaul Davis
2013-10-10basic use of new backend MIDI optionsPaul Davis
2013-10-10nicely handle the (should-never-happen) case of no audio/MIDI backends being ...Paul Davis
2013-10-07remove debug outputPaul Davis
2013-09-23move rate_as_string() from EngineControl to utils.ccPaul Davis
2013-09-23major rearrangement of startup/session loading codePaul Davis
2013-09-19reallow changing bufsize AND sample rate when we are in control, because this...Paul Davis
2013-09-19missing initializationPaul Davis
2013-09-19show a different audio/MIDI option screen if JACK is already running. try to ...Paul Davis
2013-09-17minor code changesPaul Davis
2013-09-17substantive changes to allow the audio/MIDI setup dialog to change settings a...Paul Davis
2013-09-17add basic display of existing MIDI ports to audio/MIDI setupPaul Davis
2013-09-16minor fixups for audio/MIDI setup spin buttons (now editable, as they should be)Paul Davis
2013-09-16end latency detection if AMS window closed while running detection (plus some...Paul Davis
2013-09-16various bits of polish for the latency tab of audio/midi setup dialogPaul Davis
2013-09-16update buffer size duration (msecs) while displaying saved audio/MIDI setup s...Paul Davis
2013-09-16commit some logic problems with the EngineDialog when change the driver/devic...Paul Davis
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12change names, add comment, improve return type to avoid extra call to get Eng...Paul Davis
2013-09-11make use of measured latency values to set dialog controls, and use actual po...Paul Davis
2013-09-11remove unused members and code from EngineControl dialog (related to differen...Paul Davis
2013-09-10more tweaks to latency measurementPaul Davis
2013-09-10basic functionality for hardware latency measurementPaul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-09-09move control app launching back into audio backend to allow ASIO/CoreAudio mo...Paul Davis
2013-09-09fix control app breakagePaul Davis
2013-09-09fix crash when unconditionally using null env var; tweak packing of control a...Paul Davis
2013-09-09launching control app is now responsibility of ardour GUI, not audio backend;...Paul Davis
2013-09-09initial work on adding access to h/w control apps when ardour starts JACKPaul Davis
2013-09-09move engine dialog from a widget to an actual dialog; emit Session::AudioEngi...Paul Davis
2013-09-06add input/output channel counts and reorganize table somewhatPaul Davis