summaryrefslogtreecommitdiff
path: root/libs/surfaces/maschine2
AgeCommit message (Collapse)Author
2020-02-23surfaces transport hotfix: surfaces should query the transport state via ↵Ben Loftis
BasicUI, when possible
2020-01-25Explicitly use OSXRobin Gareus
Previously this was inherited via PBD. On MacOS/X, this adds "-undefined dynamic_lookup -flat_namespace" and various "-framework .." options to linkflags Without this flag, .dylibs fail to link usually because of missing `-lintl` (Undefined symbols: "_libintl_dgettext") On other systems this is a NO-OP: CFLAGS_OSX, CXXFLAGS_OSX and LINKFLAGS_OSX are only set on the darwin platform.
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2018-12-12 replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objectsPaul Davis
2017-09-18Maschine2 UI: basic widgetsRobin Gareus
2017-09-18Skeleton for NI Maschine2 SurfaceRobin Gareus