summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc
AgeCommit message (Expand)Author
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-06-24rationalize save/restore of control surface "feedback" propertyPaul Davis
2015-06-09Don't close OSC server sockets explicitly (the subsequent call to 'lo_server_...John Emmas
2015-06-09Add a new preprocessor directive (UINTSDEFINED) which is rather annoyingly ne...John Emmas
2015-06-09Add a new link library that's needed when building against the newer version ...John Emmas
2015-04-25add OSC trim controlRobin Gareus
2015-04-15add ArdourSurface to OSC class to help reduce global namespace pollutionPaul Davis
2015-04-12allow to set/change loop-range via OSCRobin Gareus
2015-04-04fix OSC parameter mapping, fixes #6224Robin Gareus
2015-03-20fix AWOL semicolon in 9f842f3Robin Gareus
2015-03-20NOOP, whitespaceRobin Gareus
2015-03-20OSC log errorsRobin Gareus
2015-03-20OSC: fix crash when trying to set output paramsRobin Gareus
2015-03-20OSC fix plugin numbering:Robin Gareus
2015-02-16remove lib versioning for internal pluginsRobin Gareus
2015-01-12When building with MSVC make sure any backends / panners etc get copied to th...John Emmas
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-27Add the MSVC project file for building libs/surfaces/oscJohn Emmas
2014-07-22Changes needed for building surfaces/osc (control surface protocol) with MSVCJohn Emmas
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-01fix a related-to-last-commit problem in build script for OSC supportPaul Davis
2014-01-25try to get export/visibility and build conditionals right for surfaces/, once...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-21fix up OSC support to conform to new CP API and pay attention to feedback set...Paul Davis
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to evoral, and make things workPaul Davis
2013-10-17add -fvisibility=hidden to libgtkmm2ext, and make things workPaul Davis
2013-10-17tweak up DLL=1 defs for control surfacesPaul Davis
2013-09-03use visibility macros to control visibility in control surface DLL/DSO'sPaul Davis
2013-07-31fix merge conflict from masterPaul Davis
2013-07-28fix compiler warnings.Robin Gareus
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-06-07Revert all close-on-exec changes from earlier todayRobin Gareus
2013-06-07more OSC socket fcntl() close-on-execRobin Gareus
2013-06-07OSC bail out if server cannot be startedRobin Gareus
2013-06-07close network sockets on forkRobin Gareus
2013-06-06fix compiler warningsRobin Gareus
2013-06-06correct previous premature commit re: OSC and send gainPaul Davis
2013-06-06implement OSC /ardour/route/send/gainabs and /ardour/route/send/gainDBPaul Davis
2012-10-24save + restore OSC active+feedback state (#5023)Paul Davis
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry