summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-27safety fix for the connection-based latency in the event that there are no ↵2.8.12Paul Davis
connections git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10146 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-27make lookup of ardour port names workPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10145 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-27fix up osx build script to work for both new and old GTK stacks ↵Paul Davis
(pixbufloader issues) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10144 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-27minor tweak to OS X linkflags, to remove suppression of undefined symbol ↵Paul Davis
warnings git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10143 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-27some header-file rearrangements to get JACK weak linkage working correctlyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10142 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-27ben's pane resizing "fixes" for OSX, plus slightly more debugging for kbd ↵Paul Davis
events (disabled) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10141 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-26reset worst_track_latency to zero before computing it again, so that it can ↵Paul Davis
be reduced when latent signal paths get less latent or go away git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10133 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-25ardour has never done latency compensations on busses, so what was ↵Paul Davis
Route::check_initial_delay() doing? Moved to Track::check_initial_delay() - fixes loopback/play-along recording via the master (or other) busses git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10120 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-25removed an un-initialized variable warningPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10119 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-21check install dir before anything elsePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-21first part of colinf's patch for bogus xfades. this merely treats symptoms, ↵Paul Davis
not causes, but its application seems like the expedient and sensible thing to do for now git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10111 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-21reinstante code to setup latency related stuff after plugin changes etc ↵Paul Davis
(removed when back-porting 3.0 code) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10107 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-21fix error in export range dialog caused by using wrong sndfile helper array ↵Paul Davis
for file ending git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10103 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-20do NOT reverse the route list during latency computationsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10099 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-14patch from #3537 that fixes crashes when playhead is moved if fader ↵Paul Davis
automation is on the 'write' setting (from carl) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10086 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-14back-port Ardour3's capture alignment code to Ardour2, to get correct ↵Paul Davis
results with the new JACK latency API git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10085 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-14unsigned/signed confusionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10084 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-14require JACK with new latency API for building purposesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10083 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-14don't waste time/code on i18n-ing audio file endingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10082 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-13restore the use of Glib::ustring when iterating over possibly illegal ↵Paul Davis
characters in a pathname git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10071 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-12do not attempt to lookup sndfile constants/enums using a string, because ↵Paul Davis
this breaks when using anything but english; remove thinko-function sndfile_file_ending_by_string() because file endings like .wav .caf etc. are not subject to i18n git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10070 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-08-18tweaks to the OS X build script to use new GTK stack packaging/install pathsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10007 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-08-18remove use of Glib::ustring from gtk2_ardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10006 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-08-18remove critical use of Glib::ustringPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10005 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-08-18remove Glib::ustring from libardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10004 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-08-18step one of removing Glib::ustring from ardour2Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10003 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-24fix return value from ::ensure_outputs()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9916 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-22fix botched argument prototype and return signature for ↵Paul Davis
IO::ensure_(input|output) and cousins git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9913 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-14rework patch from #4179 to build against raptor2Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9878 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-13fix bug that prevented fade-ins from recallingBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9871 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-08add Basque translation team names to creditsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9813 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-08new Basque translation from Pablo F. and friendsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9812 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-29Add another test to detect a non interactive shell. This may be the best ↵Todd Naugle
method. Fixes double click install on AVLinux 5 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9777 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-21silly dialog name, patch from colinfPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9754 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-16When importing sources that are using sample rate conversion, the BWF start ↵Todd Naugle
time has to be converted also git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9745 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-16Fixed bug where embedded sources did not correctly obey the BWF time stamp ↵Todd Naugle
and would import at the timestamp of the first file. Fixes #0002957 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9739 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-11commit patch from colinf to just err, rather than abort, if ↵Paul Davis
::truncate_start() is called on an empty automation list git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9705 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-01fix cut-n-paste typo that caused Session::send_buffers to be the wrong sizePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9653 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-01fix reallocation of silent, passthru and send buffers, specifically after a ↵Paul Davis
reconnect to JACK, so that we retain AT LEAST as many of each kind of buffer as we had before git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9650 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-31conditionally compile support for jack_port_type_get_buffer_size() and if ↵Paul Davis
available at compile AND runtime, use it in preference to jack_port_get_buffer_size() during a reconnect to JACK git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9646 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-31do not try to silence port buffers after a reconnect, since this violates ↵Paul Davis
old JACK policy and new JACK implementation git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9645 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-30gcc 4.6 compile fixPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9634 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-28bump version (preliminary)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9623 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-28fix declaration of setup_enum_writer()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9622 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-27Properly handle spaces in filenames along the path to the installer.Todd Naugle
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9614 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-27add -P to invocation of df(1) to ensure expected output formatTodd Naugle
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9611 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-13fixes for gcc 4.6 from bug #3771Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9505 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-09fix old issue where copy-pasting a range selection from region(s), each ↵Ben Loftis
region would inherit the parents full fade-in or -out even when the region excerpt didnt include the fade git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9487 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-28Fix debug build detectionTodd Naugle
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9452 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-28new file for translator informationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9449 d708f5d6-7413-0410-9779-e7cbd77b26cf