summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Expand)Author
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
2012-04-05Fix possible deref of 0 pointer (#4815).Carl Hetherington
2012-03-02fixes for 64 bit OS X build (c/o david robillard); tested on Lion & TigerPaul Davis
2012-01-20minor tweaks for engine dialog (remove channel counts, tweak sensitivity)Paul Davis
2012-01-20heuristic to workaround over-eager translation of NN000Hz as NN kHzPaul Davis
2011-11-22Separate visual and audio interfaces for translation.Carl Hetherington
2011-08-30remove needless message from log window when a system has no ALSA-capable dev...Paul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-01-07forward port EPA changes from 2.XPaul Davis
2010-11-04lincoln's patch to fix audio setup dialog/jack startup when used with FFADO (...Paul Davis
2010-09-18Provide both FreeBoB and FFADO options in the engine dialogue. Fixes #3457.Carl Hetherington
2010-09-17patch from Johan Mattson to make -I/-O options in engine dialog actually work...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-07-26Save and restore MIDI driver option state, and tidy up a couple of things. F...Carl Hetherington
2010-07-23HIG-ify engine dialogue and add midi driver option. Fixes #3349.Carl Hetherington