summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2013-09-06Use correct define when building ControlProtocol to export symbolsTim Mayberry
2013-09-06Rename SearchPath class SearchpathTim Mayberry
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
2013-09-05'surfaces/generic_midi' - Specify 'MIDI::byte' instead of 'byte' so the compi...John Emmas
2013-09-05'surfaces/generic_midi' - Comment out some structure field names which MSVC d...John Emmas
2013-09-05'surfaces/generic_midi' - Minor modification to prevent MSVC from complaining...John Emmas
2013-09-04'libs/surfaces' - Add an additional visibility specifier (ARDOURCP_API as wel...John Emmas
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-09-03fix error introduced during recent changes to Mackie control support, involvi...Paul Davis
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 or...Paul Davis
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
2013-07-15C++11 Building - Use new style struct field inititializingMichael R. Fisher
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
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
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
2013-06-10save and restore Generic MIDI threshold/smoothing valuePaul 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
2013-06-06move control surface prefs onto their own tab in the user prefs; for Generic ...Paul Davis
2013-04-22Drop obsolete powermate code from libs/surfaceAdrian Knoth
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-04-06fix reload of Generic MIDI binding state when the target state involves just ...Paul Davis
2013-03-30Fix some compilation warningsJulien de Kozak
2013-03-20initial, prototype modifications to permit compilation of local libraries as ...Paul Davis
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 f...Paul Davis
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 ::conne...Paul Davis
2013-01-21fix crash when deleting a processor with a controllable (#5284)Paul Davis
2013-01-17a few small fixes that help pitchbend control of things, notably the shuttle ...Paul Davis
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-07reinstate wiimote support, thanks to work by jannis pohlmannPaul Davis
2013-01-06fix continuing SNAFUs with ::set_state() for control protocols and the parent...Paul Davis
2012-12-31avoid crash when switching devices in mackie control code, add locks to prote...Paul Davis
2012-12-31avoid crashing in a wierd case (possibly a race) in Mackie supportPaul Davis