summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
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-18lock processor list and reconfigure processors after moving meter or control ...Paul Davis
2009-11-18use a simpler (and likely correct) round-to-nearest-bar implementationPaul Davis
2009-11-18bring back full mute control (pre/post/control/main) via mute button context ...Paul Davis
2009-11-17enable ignore-sends-for-solo-propagation changePaul Davis
2009-11-17disabled changes to make solo propagation ignore sendsPaul Davis
2009-11-17Fix error in last commit.Carl Hetherington
2009-11-17Non-ideal but functional fix for problems when adding processors which increa...Carl Hetherington
2009-11-16tentative fix for crash on rollPaul Davis
2009-11-16Build plugin menu only when plugins change, and build the first version of it...Carl Hetherington
2009-11-13fix stupid MIDI::Manager design to properly handle multiple MIDI ports with t...Paul Davis
2009-11-12comments for BBT math methods; remove chunks from GUI; split location UI in...Paul Davis
2009-11-12Fix uninitialised variable in BBT maths.Carl Hetherington
2009-11-10Fix uninitialised variable and remove bind of shared_ptr to a slot.Carl Hetherington
2009-11-10lots of tweaks relating to GUI sync managementPaul Davis
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-09make PBD::stacktrace() actually workPaul Davis
2009-11-09Add metadata file with DOAP and LV2 Host Info information.David Robillard
2009-11-08as per freedesktop/XDG specs, ardour3 config files etc now live ~/.config/ard...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-11-05Fix strange flipping of fade active state when undoing things.Carl Hetherington
2009-11-05Fix uninitialised variable.Carl Hetherington
2009-11-01Fix wacky tabs. Apologies to anybody actually compiling right now. :)David Robillard
2009-11-01Use shared_ptr::unique() instead of shared_ptr::use_count() == 1.David Robillard