summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
2009-11-30show qtr MTC bytes before they are dispatched as a signal, even morePaul Davis
2009-11-30show qtr MTC bytes before they are dispatched as a signalPaul Davis
2009-11-30more debugging tweaksPaul Davis
2009-11-30more debugging tweaksPaul Davis
2009-11-30more debugging tweaksPaul Davis
2009-11-30less sensitive locate when master/slave delta is too bigPaul Davis
2009-11-30debug output fixesPaul Davis
2009-11-30session has no frames_per_cycle() methodPaul Davis
2009-11-30try locating when master is way ahead or behind the slave (ardour)Paul Davis
2009-11-30cut-n-paste coding errorPaul Davis
2009-11-30add slave,transport and event debugging tracesPaul Davis
2009-11-30move some debug trace support code around to a more sane locationPaul Davis
2009-11-30attempt to remove confusion and errors caused by unclear semantics of _is_emb...Paul Davis
2009-11-30new rc config param, try-link-for-embed, controls whether we try hard linking...Paul Davis
2009-11-29debug flag for MTC; make ardour/timecode.h simply include the "authoritative"...Paul Davis
2009-11-29provide operator<< for Timecode::TimePaul Davis
2009-11-29Implement 2532: option to show tracks with regions under the playhead.Carl Hetherington
2009-11-28Move is_embedded calculation to a single place.David Robillard
2009-11-28All plugin activate() method when required for copy & paste operations. Fixe...Carl Hetherington
2009-11-28add ctrl-click behaviour to DndVBox, though not generalized to use primary/se...Paul Davis
2009-11-28don't be using engine->jack() unconditionally in Port methodsPaul Davis
2009-11-28tracing and small fixes to improve object destruction pathwaysPaul Davis
2009-11-28MMC related fixesPaul Davis
2009-11-27get closer to carl's original boost shared_ptr debug idea by just tracking ac...Paul Davis
2009-11-27switch Route::fed_by from shared_ptr to weak_ptr and thus begin to allow Rout...Paul Davis
2009-11-26Fix various crashes on session close.Carl Hetherington
2009-11-26Fix typo to fix #2936.Carl Hetherington
2009-11-26Rename internal sends when their send-to bus changes.Carl Hetherington
2009-11-25Give Processor::run a new parameter to say whether or not the run method must...Carl Hetherington
2009-11-25Seconds out, the people vs. the port matrix, round 7.Carl Hetherington
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-25debug flag for session destruction and waf option for boost SP debugPaul Davis
2009-11-24tweaks and tuneups of the boost debug stuff - still not done, need to track "...Paul Davis
2009-11-23Make meter falloff rate default to a value that is one of the configuration o...Carl Hetherington
2009-11-23Prevent Send::set_state being called twice when constructing InternalSends, t...Carl Hetherington
2009-11-23Fix incorrect call of Send constructor with Delivery::Role passed to state ve...Carl Hetherington
2009-11-23support for MMC track mute register, in addition to existing track record sta...Paul Davis
2009-11-23boost shared pointer debugging, from an idea by carl hetheringtonPaul Davis
2009-11-21get "solo safe" back in action againPaul Davis
2009-11-21include stdint.h to allow uint32_t in custom cell renderer pixbuf multiPaul Davis
2009-11-21new multistate custom cell pixbuf rendererPaul Davis
2009-11-21some provisional support for "real" solo-isolate behaviour, subject to more d...Paul Davis
2009-11-20make sure that delivery processors in a soloed route keep working when the ro...Paul Davis
2009-11-20make strip-as-GUI-for-send work for metering too ; frame around session summa...Paul Davis
2009-11-19reset aux send menu item as appropriate; make sure that Aux role for any deli...Paul Davis
2009-11-19add new Graph debug bit ; make adding aux sends really workPaul Davis
2009-11-19maintain send names across session save/restorePaul Davis
2009-11-19some plugin preset handling fixes from 2.XPaul Davis
2009-11-19add track/bus now allows specifying aux or direct bus role; processor box men...Paul Davis