summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_streamview.cc
AgeCommit message (Expand)Author
2010-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington
2010-05-25Make discrete mode work for MIDI automation views. Fixes #3178.Carl Hetherington
2010-05-25Allow region-based automation axes to report whether theyCarl Hetherington
2010-05-25Fix bug in a previous commit of mine; AutomationStreamViews create their own ...Carl Hetherington
2010-05-23Revert my rev. 7140 and fix it better.Carl Hetherington
2010-05-22Handle automation modes better with region-based (MIDI) automation. Should f...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-06-03Use sigc::slots rather than templates + function ptrs for a foreach_region an...Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Factor out region layering.David Robillard
2009-01-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-09-21Fix crash on dragging a region with a visible automation region that has no l...David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Merge all the (disconcertingly missing) track/region/etc height changes from ...David Robillard
2008-09-19Fix parameter range stuff and automation time axis height (somewhat...).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2007-09-11Always show CC region, whether empty or not (ie whether MidiModel contains an...David Robillard
2007-09-06Fix automation region stacking.David Robillard
2007-09-06Deep "automation regions" support.David Robillard