more MTC debugging
[ardour.git] / libs / ardour / ardour /
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-22 Paul Davisplugin status fixes from 2.X
2010-01-04 Paul Davisprovide a real and usable MuteControllable for Routes...
2010-01-04 Paul Davisadd a way to see (most of) the waf config used to build...
2009-12-31 Paul Davisnew PBD::ControllableDescriptor class to encapsulate...
2009-12-30 Paul Davisprovide access to Send + Plugins from MIDI binding...
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-30 Paul Davismake generic MIDI control track remote control ID chang...
2009-12-29 Paul Daviseditors for control protocols (generalized); editor...
2009-12-28 Paul DavisMIDI binding maps make their debut
2009-12-28 Carl HetheringtonRemove unnecessary _fade_{in,out}_shape members from...
2009-12-27 Sakari Bergen- Fix process callbakc handling during export
2009-12-27 Sakari BergenRe-integrate export-optimization branch.
2009-12-24 Paul Davisclean up editor mixer strip when session is going away...
2009-12-23 Carl HetheringtonFix assertion failure on dropping a track out of rec...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisfix deadlock in protocol manager startup; fix some...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-14 Carl HetheringtonOffer all of a bundle's ports for disconnection / remov...
2009-12-13 Carl HetheringtonApply Select property of route groups at the Selection...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davisswitch to use boost::function for UI::call_slot operati...
2009-12-10 Paul Davisadd solo isolate indicator in editor route list
2009-12-10 Paul Davisforward propagate solo-isolated status to everything...
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-09 Paul DavisOSC is now driven by an event loop; fix up lifetime...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-07 Paul Davisbetter, cleaner, more generic version of real-time...
2009-12-07 Paul Davisfirst pass at end-to-end RT operation request (GUI...
2009-12-07 Paul DavisRoute::set_meter_point() is now conceptually RT safe...
2009-12-06 Taybin RutkinMerged revisions 6293,6296-6306,6308 via svnmerge from
2009-12-04 Carl HetheringtonMake port inserts work.
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-12-03 Carl HetheringtonGPL boilerplate.
2009-12-03 Carl HetheringtonAdd missing files.
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-12-03 Paul Davismore tweaks to MTC slave code (still not functional...
2009-12-02 Paul Davismore MTC stuff, including toggleable use of torben...
2009-12-02 Paul Davispossibly useful PI controller from torben by way of...
2009-12-01 Paul Davisadjust to use timestamped MTC messages
2009-12-01 Paul Davisget non-JACK MIDI I/O working again, with debug tracing...
2009-12-01 Paul Davismore changes to try to improve MTC handling even in...
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Davisrework MTC slave so that speed is computed in the MIDI...
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-30 Paul Davisadd slave,transport and event debugging traces
2009-11-30 Paul Davismove some debug trace support code around to a more...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-11-30 Paul Davisnew rc config param, try-link-for-embed, controls wheth...
2009-11-29 Paul Davisdebug flag for MTC; make ardour/timecode.h simply inclu...
2009-11-29 Carl HetheringtonImplement 2532: option to show tracks with regions...
2009-11-28 David RobillardMove is_embedded calculation to a single place.
2009-11-27 Paul Davisswitch Route::fed_by from shared_ptr to weak_ptr and...
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 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-21 Paul Davisget "solo safe" back in action again
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
2009-11-19 Paul Davisadd new Graph debug bit ; make adding aux sends really...
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 Davisbring back full mute control (pre/post/control/main...
2009-11-17 Paul Davisdisabled changes to make solo propagation ignore sends
2009-11-16 Carl HetheringtonBuild plugin menu only when plugins change, and build...
2009-11-10 Carl HetheringtonFix uninitialised variable and remove bind of shared_pt...
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-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-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-29 David RobillardRemove pointless and broken PluginInfo copy constructor.
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-27 David RobillardUpdate BBT_Time add and subtract interfaces (stubs...
2009-10-27 Paul Davisadd file
2009-10-27 Paul Davisnew SnapBBT debug option, split out BBT_time and start...
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-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 Davismake per-region note-tracking in MidiPlaylist work...
next