summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Expand)Author
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
2013-09-06save/restore I/O latency values in audio/midi setupPaul Davis
2013-09-05always save/keep audio/MIDI setup states so that they are available for use *...Paul Davis
2013-09-05shorten tab labels on audio/midi setup notebookPaul Davis
2013-09-04save and restore the selected engine state at startupPaul Davis
2013-09-04fix up restoration of saved state from disk, still incompletePaul Davis
2013-09-04save and restore audio/MIDI setup states to disk (in ardour.rc)Paul Davis
2013-09-04save and restore settings for different backend/driver/device combinationsPaul Davis
2013-09-04rename interface_ stuff in the engine dialog to device_, since that feels a b...Paul Davis
2013-08-09a few more visual tweaks and simplifications for audio/midi setupPaul Davis
2013-08-08some rearrangements and details for the engine dialogPaul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-05add notion of unavailable devices to ARDOUR::AudioBackendPaul Davis
2013-08-05can now start JACK based on config dialogPaul Davis
2013-08-04start work on the changes to EngineControl (dialog) to integrate with new bac...Paul Davis
2013-08-03add tim's jack_utils code to rationalize setup of JACK configPaul Davis
2013-08-03audioengine branch can now load and run at least one test session.Paul Davis
2013-07-29Add relavent OSX midi options in the startup dialogMichael Fisher
2013-02-05replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAM...Paul Davis
2013-01-07Fix case of strings in comparisions in engine_dialog.ccColin Fletcher
2013-01-04more fixups regarding FreeBSD supportRobin Gareus
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
2013-01-04Fix typos in use of __APPLE__ macroPaul Davis
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-11-08notably modify the design and logic of the startup dialog, so that we can han...Paul Davis
2012-07-11handle failure to start audioengine correctlyPaul Davis
2012-06-25Don't specify real-time priority when starting JACK (#4946).Carl Hetherington
2012-06-05Marginal cleanup.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard