summaryrefslogtreecommitdiff
path: root/libs/ardour/session_click.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-27Initial stab at tempo ramps.nick_m
2015-11-12remove requirement for transport speed to be 1.0 when generating click (metro...Paul Davis
2015-10-07Added use click emphasis toggle (libs/ardour)Damien Zammit
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-01-27restore independent gain control over click/metronomePaul Davis
2012-01-24remove debug output; increase size of click pool, to cover long latency setti...Paul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2012-01-11fix latency compensation for the clickPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-03save 4 bytes per Bar|Beat point in the tempo mapPaul Davis
2012-01-03return two iterators into the Bars|Beats list of the tempo map rather than ma...Paul Davis
2012-01-02new approach to tempo/meter: compute and store the entire map (every bar|beat...Paul Davis
2011-10-19Trim the include tree.David Robillard
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-02-17Cope with stereo click files by mixing them down to mono before playback. Ki...Carl Hetherington
2011-02-17Trim some duplicate code.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2009-12-04move Session::Event into SessionEvent class; add SessionEventManager (Session...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-24Missing format = 0 from last commit.Carl Hetherington
2009-08-24Set format = 0 on calling sf_open as required by libsndfile.Carl Hetherington
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington
2009-01-10* wrong calculation of frames_moved in Session::process_*, resulting in drift...Hans Baier
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-09-11click reset error fixed, plus some older work on sends+panners i/o countsPaul Davis
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-03-18Merged with trunk R1612.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-13More signal path cleanup, IO now has one deliver_output function that should ...David Robillard
2006-08-12Towards MIDI:David Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-13Merged with trunk (painfully)David Robillard
2006-01-06committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. ...Jesse Chappell
2005-12-06some treeview headings and session click fixNick Mainsbridge
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin