summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Collapse)Author
2009-10-30save audio setup settings even when using FFADO (#2210)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5986 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08JACK is realtime by default when started by ardour; mackie "ardour" port ↵Paul Davis
limitation applies only to ALSA sequencer ports git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5760 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-17better behaviour when JACK fails to start from "within" ardour. still not ↵Paul Davis
quite there yet git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5671 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-17more NSD changes. if JACK is not running and no interface has ever been ↵Paul Davis
chosen, show JUST the audio setup tab. once JACK is successfully started, reshow the NSD with just new/open tabs. still not finished with this utter piece of dreck git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5670 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-16first part of NSD changes - if no interface has been identified previously, ↵Paul Davis
put the audio setup tab as the first tab of the NSD git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5669 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-19don't attempt to check server name if possible server paths have not been ↵Paul Davis
discovered git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5102 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-18do not look for (and potentially exit) jack servers if jack is already runningPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5100 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-11Fix silly careless errors.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4134 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-01initialize jack timeout parameter correctly (not doing this breaks JackOSX, ↵Paul Davis
maybe JACK too) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4076 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-10(5) debugging with nowhiskey - remove stupid lack of scaling caused by ↵Paul Davis
redisplaying all regions for every source file removed; fix for illegal audio device selection in audio setup dialog; stuff related to drawing/dragging regionheights (disabled at present) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3458 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-06proper fix for stereo region wave drawing bug; make trackheight operations ↵Paul Davis
apply to all selected tracks git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3019 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-01fix up use of PATH when finding JACK (and startign it) so that new OS X ↵Paul Davis
users who have installed JACK in /usr/local but have not set PATH do not crash and burn; hide splash when most MessageDialog's appear git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2986 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-01add ferret icon; fix up JACK discovery on systems with inadequate PATH; ↵Paul Davis
change ferret layout a bit git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2984 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-20Fix the >=2 channel track recording waveform drawing problem, and ↵Doug McLain
(temporarily) bypass node checks for FFADO in the engine dialog to get rid of the FFADO related startup errors git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2953 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-15fix engine_dialog.cc changes to compile on OS X2.2Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2918 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-15fix SNAFU with jack driver selection, caused by enabling FFADO driver ↵Paul Davis
(exposing a lurking bug); reduce per-scroll-event step when h-scrolling with mousewheel git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2917 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-15fix copy-drag SNAFU; fix shuffling playhead when zoom gets so low that ↵Paul Davis
rounding errors cause an iterative convergence on the "true" position if zoom-focus = playhead git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2914 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-14none of this was needed, so its not so dirty after all :)Doug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2912 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-13Quick and dirty fix for ffado jack options in engine dialogDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2910 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-11enable packaging for OSX native without jack; use which_page() everywhere in ↵Paul Davis
NSD; fix bad use of set_filename() in NSD; do not offer non-duplex devices in ardour's own audio setup dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2896 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09fix build error on linux (caused by OS X-related changes)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2852 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09fixes for jackd/mp path scanning from OSX landPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2849 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09yet more changes to the monstrosity that is session loading and startup; ↵Paul Davis
search PATH for jackd/jackdmp, not predefined locations; support for the JACK dummy driver git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2847 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-08remove debug outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2839 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-03useful changes from the world of OS X failure testingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2508 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-20changes for OSX/SAEPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2475 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-20don't use non-existent JACK server pathsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2474 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-27make sure device names in audio setup dialog are not truncatedPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2349 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-22changes to support packaging of the GTK-Quartz version of Ardour for OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2338 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-17changes to niceify the audio setup dialog on OS X, plus that fix for brand ↵Paul Davis
new GTK+ git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2322 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-17continue cleanup+improvements to audio setup dialog; add save+restore to ↵Paul Davis
said dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2321 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-16mo' better coreaudio device enumeration and usage by JACK control panelPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2313 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-15code from QJC for CoreAudio device enumerationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2307 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-15stop using paul's .jackdrc as the hard coded pathPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2306 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-15more SAE + gtkosx changes - try to find jackd in the bundle; hard code SAE ↵Paul Davis
session params git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2305 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-15basic startup changes to enable the engine control stuff to work; a little ↵Paul Davis
ARDOUR_SAE work git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2304 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-13engine dialog work, new -m option for menu file selection, new obolean ↵Paul Davis
automation line work starting up git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2293 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-29make a start on JACK control dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2085 d708f5d6-7413-0410-9779-e7cbd77b26cf