summaryrefslogtreecommitdiff
path: root/gtk2_ardour/hit.h
AgeCommit message (Collapse)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2015-01-07MusicalTime => Beats.David Robillard
2014-12-28Automation ghost notes for percussive hits.David Robillard
2014-12-28Show correct ghost hit for percussive tracks.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
This lets us get a more explicit handle on time conversions, and is the main step towards using actual beat:tick time and getting away from floating point precision problems.
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-03-07third part of the logic fix for percussive note trimmingPaul Davis
2014-03-06fix missing Hit destructor, which left polygons all over the canvas after ↵Paul Davis
deleting the Hit object(s)
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul Davis