assert() to help find some possible causes of #2991. Fix some confusion with GTK...
[ardour.git] / libs / ardour /
2009-11-28 David RobillardMove is_embedded calculation to a single place.
2009-11-28 Carl HetheringtonAll plugin activate() method when required for copy...
2009-11-28 Paul Davisdon't be using engine->jack() unconditionally in Port...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-11-28 Paul DavisMMC related fixes
2009-11-27 Paul Davisswitch Route::fed_by from shared_ptr to weak_ptr and...
2009-11-26 Carl HetheringtonFix various crashes on session close.
2009-11-26 Carl HetheringtonFix typo to fix #2936.
2009-11-26 Carl HetheringtonRename internal sends when their send-to bus changes.
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
2009-11-25 Carl HetheringtonSeconds out, the people vs. the port matrix, round 7.
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-11-25 Paul Davisdebug flag for session destruction and waf option for...
2009-11-23 Carl HetheringtonMake meter falloff rate default to a value that is...
2009-11-23 Carl HetheringtonPrevent Send::set_state being called twice when constru...
2009-11-23 Carl HetheringtonFix incorrect call of Send constructor with Delivery...
2009-11-21 Paul Davisget "solo safe" back in action again
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
2009-11-20 Paul Davismake sure that delivery processors in a soloed route...
2009-11-20 Paul Davismake strip-as-GUI-for-send work for metering too ;...
2009-11-19 Paul Davisreset aux send menu item as appropriate; make sure...
2009-11-19 Paul Davisadd new Graph debug bit ; make adding aux sends really...
2009-11-19 Paul Davismaintain send names across session save/restore
2009-11-19 Paul Davissome plugin preset handling fixes from 2.X
2009-11-19 Paul Davisadd track/bus now allows specifying aux or direct bus...
2009-11-18 Carl HetheringtonCleanup previous commit.
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
2009-11-18 David RobillardTrim cruft.
2009-11-18 Carl HetheringtonMake BufferSet::is_silent work so that session silent_b...
2009-11-18 Paul Davistwo more debug trace options
2009-11-18 Paul Davislock processor list and reconfigure processors after...
2009-11-18 Paul Davisuse a simpler (and likely correct) round-to-nearest...
2009-11-18 Paul Davisbring back full mute control (pre/post/control/main...
2009-11-17 Paul Davisenable ignore-sends-for-solo-propagation change
2009-11-17 Paul Davisdisabled changes to make solo propagation ignore sends
2009-11-17 Carl HetheringtonFix error in last commit.
2009-11-17 Carl HetheringtonNon-ideal but functional fix for problems when adding...
2009-11-16 Paul Davistentative fix for crash on roll
2009-11-16 Carl HetheringtonBuild plugin menu only when plugins change, and build...
2009-11-13 Paul Davisfix stupid MIDI::Manager design to properly handle...
2009-11-12 Paul Daviscomments for BBT math methods; remove chunks from...
2009-11-12 Carl HetheringtonFix uninitialised variable in BBT maths.
2009-11-10 Carl HetheringtonFix uninitialised variable and remove bind of shared_pt...
2009-11-10 Paul Davislots of tweaks relating to GUI sync management
2009-11-10 Carl HetheringtonVarious adjustments to user bundle handling, with the...
2009-11-09 Paul Davis90% done with external sync design changes (GUI now...
2009-11-09 David RobillardAdd metadata file with DOAP and LV2 Host Info information.
2009-11-08 Paul Davisas per freedesktop/XDG specs, ardour3 config files...
2009-11-08 Paul Davisplugin menu/manager patch from J. Abelardo Gutierrez
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-11-07 Carl HetheringtonVarious tweaks to the bundle manager.
2009-11-05 Carl HetheringtonFix strange flipping of fade active state when undoing...
2009-11-05 Carl HetheringtonFix uninitialised variable.
2009-10-30 Paul Davismake it compile
2009-10-30 Paul Davismake 3.0 catch up with transport and other changes...
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-30 David RobillardFix angle bracket project-local include paths.
2009-10-29 David RobillardRemove pointless and broken PluginInfo copy constructor.
2009-10-28 David RobillardOn second though, just remove that define entirely.
2009-10-28 David RobillardFix really weird brace mismatchey way of ifdeffing.
2009-10-28 David RobillardRemove empty/unused session_feedback.cc
2009-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-28 David RobillardRemove unused source reference count.
2009-10-28 David RobillardAdd bbt_add that does not take Metric parameter.
2009-10-28 David RobillardGuaranteed to be the most robust test, ever (*).
2009-10-27 David RobillardMake ARDOUR::init safer.
2009-10-27 David RobillardUpdate BBT_Time add and subtract interfaces (stubs...
2009-10-27 David RobillardAdd test running script in source directory.
2009-10-27 David RobillardFix wacky indentation.
2009-10-27 David RobillardConsistent test source file naming (not the Ardour...
2009-10-27 David RobillardAaaaaaaaaaaand actually add those files.
2009-10-27 David RobillardSkeleton tests for BBT_Time.
2009-10-27 David Robillardardour/tests => ardour/test (consistency with evoral).
2009-10-27 Paul Davisadd file
2009-10-27 Paul Davisadd file
2009-10-27 Paul Davisnew SnapBBT debug option, split out BBT_time and start...
2009-10-27 Carl HetheringtonFix 2884 and also potential crash if there are no contr...
2009-10-26 David RobillardDon't prevent user from choosing Linear interpolation...
2009-10-26 David RobillardRemove idiocy.
2009-10-26 David RobillardRemove cyclic Source->Playlist references (and with...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-26 Paul Davisrevert patch for 2388 (from 2.0-ongoing)
2009-10-26 Paul Davis(forward ported from 2.0-ongoing) fix for peak data...
2009-10-25 David RobillardTidy up debug printing.
2009-10-25 David RobillardRemove random crazy comment fragment.
2009-10-25 David RobillardRemove unused source file_changed methods.
2009-10-25 David RobillardRemove Session dependency from BeatsFramesConverter.
2009-10-25 Paul Davissearch $TOP/build/default/gtk2_ardour BEFORE ../gtk2_ar...
2009-10-25 Paul Davisdo not sort MIDI regions by layer since they are all...
2009-10-25 Paul Davismake per-region note-tracking in MidiPlaylist work...
2009-10-24 David RobillardStrip trailing whitespace.
2009-10-24 David RobillardFix needlessley explodey MidiPlaylist constructor.
2009-10-24 David RobillardFix tab width assumption used for alignment.
2009-10-24 Paul Davisdebug-tracify current MIDI playlist debug output
2009-10-24 Paul Davis(FULL commit) start of a nominal debug tracing system...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardSplit butler into separate object (partially, just...
2009-10-23 David RobillardRemove unused Session::butler_mixdown_buffer and Sessio...
2009-10-23 Carl HetheringtonClean up and simplify code to find marks before and...
2009-10-23 David RobillardFix sketchy casts.
next