summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2010-09-03Removed unused code.Carl Hetherington
2010-09-03Don't add standard processors twice to routes from 2.X sessions. Fixes #3434.Carl Hetherington
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington
2010-09-02Activate plugins that are added to a PluginInsert after it itself has been ac...Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-09-01Default to play mode for MIDI controllers. Fixes #3429.Carl Hetherington
2010-09-01Clean up MidiSource::midi_read now that the signed type sframes_t is being us...Carl Hetherington
2010-09-01Fix error in diskstream fill calculations. Fixes #3426.Carl Hetherington
2010-09-01Fix uninitialised value.Carl Hetherington
2010-08-31don't set jack transport position frame (violates JACK API); clean up other r...Paul Davis
2010-08-31mostly fix 3409 by making it impossible to sync to JACK if video pull up/down...Paul Davis
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-08-30Allow crossfades from the undo record to be recreated even if their regions a...Carl Hetherington
2010-08-30minor tweaksPaul Davis
2010-08-30force AIFF and WAV exports to Big and Little endianness respectivelyPaul Davis
2010-08-29(Hopefully) clarify operator= and copy construction behaviour of the Property...Carl Hetherington
2010-08-29Fix up some inconsistencies in handling of region sync points.Carl Hetherington
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-25check dependents in Playlist after moving a region to a specific layer; make ...Paul Davis
2010-08-25major chunk of the region layering editor from 2.X, fwd-ported to 3.0Paul Davis
2010-08-25strip no-longer used code related to plugin parameter statePaul Davis
2010-08-25make sure that Crossfades increment source use countsPaul Davis
2010-08-25Small cleanups.Carl Hetherington
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-25Modify StatefulDiffCommand undo record to only contain the changes in one dir...Carl Hetherington
2010-08-25Small cleanups.Carl Hetherington
2010-08-25Move various code up the Property / Stateful hierarchies.Carl Hetherington
2010-08-25Rename various things in the property system.Carl Hetherington
2010-08-24fix load+save of plugin parameter automationPaul Davis
2010-08-233.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation ...Paul Davis
2010-08-22Move some RegionListProperty methods up to SequenceProperty.Carl Hetherington
2010-08-20Don't write undo records for automation that moves with regions when nothing ...Carl Hetherington
2010-08-202.X commits up to and including 7519Paul Davis
2010-08-20Re-work duplicate and buggy ensure_buffers() method.Carl Hetherington
2010-08-20forward port 7015 from 2.xPaul Davis
2010-08-19Resize internal send target buffers on set_block_size(); fixes #3330.Carl Hetherington
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-19Write BWF info on export. Fixes #3398.Carl Hetherington
2010-08-18Fix regression accidentally introduced in last commit to this file.Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-17forward port 2.X various changes (not all, but i have a list) ending with 6928Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6909Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6842Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-08-13Implement per-channel phase invert. Fixes #3392. Breaks loading of existing...Carl Hetherington
2010-08-13Don't set session dirty flag on setting up the play loop.Carl Hetherington
2010-08-13Move _port_offset up to AudioPort, as MidiPort does not use it.Carl Hetherington
2010-08-13Hopefully fix dropped MIDI notes on loop. Fixes #3133.Carl Hetherington