summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
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-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-27switch Route::fed_by from shared_ptr to weak_ptr and thus begin to allow Rout...Paul Davis
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-25debug flag for session destruction and waf option for boost SP debugPaul 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-21get "solo safe" back in action againPaul Davis
2009-11-21some provisional support for "real" solo-isolate behaviour, subject to more d...Paul Davis
2009-11-19add new Graph debug bit ; make adding aux sends really workPaul 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
2009-11-18Cleanup previous commit.Carl Hetherington
2009-11-18add "custom" meter option which is the only option where the meter processor ...Paul Davis
2009-11-18Trim cruft.David Robillard
2009-11-18Make BufferSet::is_silent work so that session silent_buffers are correctly s...Carl Hetherington
2009-11-18two more debug trace optionsPaul Davis
2009-11-18bring back full mute control (pre/post/control/main) via mute button context ...Paul Davis
2009-11-17disabled changes to make solo propagation ignore sendsPaul Davis
2009-11-16Build plugin menu only when plugins change, and build the first version of it...Carl Hetherington
2009-11-10Fix uninitialised variable and remove bind of shared_ptr to a slot.Carl Hetherington
2009-11-10Various adjustments to user bundle handling, with the general aim of allowing...Carl Hetherington
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-11-08plugin menu/manager patch from J. Abelardo GutierrezPaul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-11-07Various tweaks to the bundle manager.Carl Hetherington
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-29Remove pointless and broken PluginInfo copy constructor.David Robillard
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-28Remove unused source reference count.David Robillard
2009-10-28Add bbt_add that does not take Metric parameter.David Robillard
2009-10-27Update BBT_Time add and subtract interfaces (stubs, just for unit test buildi...David Robillard
2009-10-27add filePaul Davis
2009-10-27new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic...Paul Davis
2009-10-26Remove cyclic Source->Playlist references (and with it all dependence on Play...David Robillard
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-25Remove random crazy comment fragment.David Robillard
2009-10-25Remove unused source file_changed methods.David Robillard
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-25search $TOP/build/default/gtk2_ardour BEFORE ../gtk2_ardour when looking for ...Paul Davis
2009-10-25make per-region note-tracking in MidiPlaylist work correctly, or something ve...Paul Davis