summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport/wscript
AgeCommit message (Collapse)Author
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-11-24fadeport: restructure button info actions to allow modifiers (shift, rewind, ↵Paul Davis
stop) and set up undo and shift-undo (redo)
2015-11-24namespace and filename cleanupPaul Davis
2015-11-24get faderport i/o working, basics of identifying control activityPaul Davis
2015-11-24rough-in for faderport protocol backendBen Loftis