summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-09-27safety fix for the connection-based latency in the event that there are no co...2.8.12Paul Davis
2011-09-27make lookup of ardour port names workPaul Davis
2011-09-27minor tweak to OS X linkflags, to remove suppression of undefined symbol warn...Paul Davis
2011-09-27some header-file rearrangements to get JACK weak linkage working correctlyPaul Davis
2011-09-26reset worst_track_latency to zero before computing it again, so that it can b...Paul Davis
2011-09-25ardour has never done latency compensations on busses, so what was Route::che...Paul Davis
2011-09-21first part of colinf's patch for bogus xfades. this merely treats symptoms, n...Paul Davis
2011-09-21reinstante code to setup latency related stuff after plugin changes etc (remo...Paul Davis
2011-09-20do NOT reverse the route list during latency computationsPaul Davis
2011-09-14patch from #3537 that fixes crashes when playhead is moved if fader automatio...Paul Davis
2011-09-14back-port Ardour3's capture alignment code to Ardour2, to get correct results...Paul Davis
2011-09-14unsigned/signed confusionPaul Davis
2011-09-13restore the use of Glib::ustring when iterating over possibly illegal charact...Paul Davis
2011-09-12do not attempt to lookup sndfile constants/enums using a string, because this...Paul Davis
2011-08-18remove critical use of Glib::ustringPaul Davis
2011-08-18remove Glib::ustring from libardourPaul Davis
2011-08-18step one of removing Glib::ustring from ardour2Paul Davis
2011-07-24fix return value from ::ensure_outputs()Paul Davis
2011-07-22fix botched argument prototype and return signature for IO::ensure_(input|out...Paul Davis
2011-07-13fix bug that prevented fade-ins from recallingBen Loftis
2011-07-08new Basque translation from Pablo F. and friendsPaul Davis
2011-06-16When importing sources that are using sample rate conversion, the BWF start t...Todd Naugle
2011-06-11commit patch from colinf to just err, rather than abort, if ::truncate_start(...Paul Davis
2011-06-01fix cut-n-paste typo that caused Session::send_buffers to be the wrong sizePaul Davis
2011-06-01fix reallocation of silent, passthru and send buffers, specifically after a r...Paul Davis
2011-05-31conditionally compile support for jack_port_type_get_buffer_size() and if ava...Paul Davis
2011-05-31do not try to silence port buffers after a reconnect, since this violates old...Paul Davis
2011-05-30gcc 4.6 compile fixPaul Davis
2011-05-28fix declaration of setup_enum_writer()Paul Davis
2011-05-13fixes for gcc 4.6 from bug #3771Paul Davis
2011-05-09fix old issue where copy-pasting a range selection from region(s), each regio...Ben Loftis
2011-04-26fix nasty bug caused by incorrect checking of list contentsBen Loftis
2011-04-07fix for AU param listenersBen Loftis
2011-04-07make AUPlugin emit ParameterChanged() whenever it is notified of a parameter ...Paul Davis
2011-04-07remove recently added, but bogus, property listener stuff from appleutility libsPaul Davis
2011-04-07move deprecated JACK latency API out of port.h so that deprecation messages d...Paul Davis
2011-04-06add support for AudioUnit parameter listening (e.g. in non-plugin GUIs)Paul Davis
2011-04-06back-port capture offset corrections from 3.0 to 2.0-ongoing. fairly well tes...Paul Davis
2011-03-30add an API for listening to AU propertiesPaul Davis
2011-03-29significant fixes to realtime (touch/write) automation. no longer decide poi...Ben Loftis
2011-03-29new route groups should default ON Ben Loftis
2011-03-29make sure declicking fades reach their target, from svn 9086Ben Loftis
2011-03-02make AUBIO a non-optional dependencyPaul Davis
2011-03-02remove per-file references to __STDC_FORMAT_MACROSPaul Davis
2011-02-14prevent ardour from ever, EVER, EVAH removing an existing source filePaul Davis
2011-02-07register Lock edit mode as an enum to provide restore of Lock edit modePaul Davis
2011-02-04use PROGRAM_NAME to determine MIDI port to use for Mackie controlPaul Davis
2011-02-04remove debug output from previous commitPaul Davis
2011-02-04better (?) fix for handling cleanup of per-thread UI request buffers : the th...Paul Davis
2011-02-04ensure that Gtkmm2ext::UI's requests always get their type field initialized,...Paul Davis