summaryrefslogtreecommitdiffstats
path: root/src/Reactor.hpp
AgeCommit message (Collapse)AuthorFilesLines
2021-05-11Move drivers to a separate objectDavid Robillard1-10/+7
Towards eliminating dependencies on the Patchage "god object".
2021-05-11Move Coord to its own headerDavid Robillard1-1/+1
2021-05-10Add Action representation to isolate behaviour from canvas objectsDavid Robillard1-0/+74
A step towards isolating the canvas and ultimately the entire UI away so it can be replaced.