summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.h
AgeCommit message (Expand)Author
2020-04-03move automation show/hide methods into public accessPaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-10Add option to leave vertical gap below audio regionsRobin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-11-30Factor out duplicated track automation code.David Robillard
2014-07-01add partial support for mute automation (playback does not work, data is not ...Paul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-07Make stuff in the automation menu apply to the track selection.Carl Hetherington
2011-03-03deframe audio regions as well as MIDI when entering internal edit modePaul Davis
2011-02-23Make hide/show all crossfades apply to the selection.Carl Hetherington
2010-09-27Create MIDI track gain automation tracks as non-region-based. Fix constructi...Carl Hetherington
2010-05-26Restore Fader and Pan options to audio track automation menus. Hide the Amp ...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-26Remove unused declaration.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-10Make waveform show / scale / shape a global option in the prefs dialog to cle...Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-19Fix visibility of automation tracks on reloading sessions.Carl Hetherington
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-21- Call channel pressure channel pressure, not aftertouch (that's key specific).David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2007-10-01Remove some apparently out-of-date code which was causing a segfault on show ...Carl Hetherington
2007-07-15Selection of visible note range (full range vs fit contents, selectable from ...David Robillard
2007-07-07Note modes: note, percussion.David Robillard
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard
2007-07-03s/ParamID/Parameter/David Robillard
2007-06-29remove color.hDoug McLain
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-06-27Big ol' automation refactor.David Robillard
2007-05-17Add stacked lanes mode which displays regions on different layers at differen...Carl Hetherington
2007-03-12fixes from Carl H for a couple of bugletsPaul Davis
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2006-12-16added logarithmic option for waveform scaling. added save/restore of rectifi...Jesse Chappell
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-04-04a) start at creating ControlProtocol objectsPaul Davis
2006-03-08fix for erroneous use of a menu group; remove lots of cerr cruft; no playlist...Paul Davis
2006-03-08fix for deferred saves by StateManager-derivatives; changes to new/copy/clear...Paul Davis