summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Collapse)Author
2013-09-06Use correct define when building ControlProtocol to export symbolsTim Mayberry
2013-09-06Rename SearchPath class SearchpathTim Mayberry
Windows headers define SearchPath which means we have to undefine it where necessary. This is a pain and can be tricksy, so I feel renaming the class slightly is the easiest solution.
2013-09-05'surfaces/mackie' - Platform specific changesJohn Emmas
2013-09-05'surfaces/mackie' - Other minor changes needed for building with MSVCJohn Emmas
2013-09-05'surfaces/mackie' - Comment out some structure field names which MSVC didn't ↵John Emmas
like
2013-09-05'surfaces/generic_midi' - Specify 'MIDI::byte' instead of 'byte' so the ↵John Emmas
compiler knows which one we mean
2013-09-05'surfaces/generic_midi' - Comment out some structure field names which MSVC ↵John Emmas
didn't like
2013-09-05'surfaces/generic_midi' - Minor modification to prevent MSVC from ↵John Emmas
complaining about a malformed comment
2013-09-04'libs/surfaces' - Add an additional visibility specifier (ARDOURCP_API as ↵John Emmas
well as ARDOURSURFACE_API)
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-09-03fix error introduced during recent changes to Mackie control support, ↵Paul Davis
involving ambiguous enum usage
2013-09-03use visibility macros to control visibility in control surface DLL/DSO'sPaul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-24fix confusion about whether flip_mode in the Mackie support code is a bool ↵Paul Davis
or an enum
2013-07-31fix merge conflict from masterPaul Davis
2013-07-28fix compiler warnings.Robin Gareus
2013-07-22Disable building all surface plugins on MinGW buildTim Mayberry
2013-07-16Revert "C++11 Building - Use new style struct field inititializing" (this codePaul Davis
change breaks gcc on several platforms). This reverts commit bf153e58a5e3b31536648bff4b95bf6e0a107c6c.
2013-07-15C++11 Building - Use new style struct field inititializingMichael R. Fisher
- clang with std=c++11 enabled was failing here
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ↵Paul Davis
several files
2013-07-15(reapply with fixes) Build system changes to support mingw build targetPaul Davis
2013-07-15Revert "Build system changes to support mingw build target"Paul Davis
This reverts commit 94145732f3bd406ec75652117c02c8aaab6777ca.
2013-07-15Build system changes to support mingw build targetPaul Davis
2013-07-11Only call configure in surface subdirectories if the required deps are availablePaul Davis
I think these checks should probably be in the surface build files so they are self contained...
2013-06-10save and restore Generic MIDI threshold/smoothing valuePaul Davis
2013-06-07Revert all close-on-exec changes from earlier todayRobin Gareus
with b26cc125 these are no longer needed.
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
fixes problem with external apps (ie. video-server) inheriting them.
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
2013-06-06move control surface prefs onto their own tab in the user prefs; for Generic ↵Paul Davis
MIDI GUI, rename "Threshold" to "Smoothing" and add a tooltip to describe it; fix misuse of S_() in prefs editor
2013-04-22Drop obsolete powermate code from libs/surfaceAdrian Knoth
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to ↵Paul Davis
Route::Auditioner. this has been the meaning of these terms for years now and it would be better to make it explicit
2013-04-06fix reload of Generic MIDI binding state when the target state involves just ↵Paul Davis
a binding map, with no specific controller bindings at all (should fix #5210)
2013-03-30Fix some compilation warningsJulien de Kozak
2013-03-20initial, prototype modifications to permit compilation of local libraries as ↵Paul Davis
static libs. required a "fix" to libs/pbd/debug.cc to even get the program up and running, and still does not work due to issues with boost::shared_ptr::enable_shared_from_this. controlled by configure-time --internal-{static,shared}-libs, set to shared by default (as has been the case for years)
2013-03-18missing part of the midi map fixPaul Davis
2013-03-18return the full MIDI map search path from system_midi_map_search_path(), to ↵Paul Davis
fix #5379
2013-03-17remove cruft (old cvsignore files)Robin Gareus
2013-03-06for MCP devices that don't handshake, turn them on as soon as we call ↵Paul Davis
::connectivity_established() so that _active == true, and we will actually write to them git-svn-id: svn://localhost/ardour2/branches/3.0@14165 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-21fix crash when deleting a processor with a controllable (#5284)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13943 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-17a few small fixes that help pitchbend control of things, notably the shuttle ↵Paul Davis
controller. but note that basically, teh shuttle controller is completely and hopelessly broken through excess complexity and incorrect design git-svn-id: svn://localhost/ardour2/branches/3.0@13870 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-17fix up Location::first_location_(after|before) to do the right thing when ↵Paul Davis
marks + ranges are interleaved (functions renamed) git-svn-id: svn://localhost/ardour2/branches/3.0@13869 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-16add copyright commentsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13859 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-07reinstate wiimote support, thanks to work by jannis pohlmannPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13796 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-06fix continuing SNAFUs with ::set_state() for control protocols and the ↵Paul Davis
parent/child/grandchild relationship for the XML nodes. this corrects problems with MackieControl git-svn-id: svn://localhost/ardour2/branches/3.0@13794 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-31avoid crash when switching devices in mackie control code, add locks to ↵Paul Davis
protect surfaces list (hopefully done without adding any deadlocks - can't test this at present) git-svn-id: svn://localhost/ardour2/branches/3.0@13750 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-31avoid crashing in a wierd case (possibly a race) in Mackie supportPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13749 d708f5d6-7413-0410-9779-e7cbd77b26cf