summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2013-10-15reduce default height of mackie control GUI, as per #5713Paul Davis
2013-10-15fix signed/unsigned issue pointed out by old apple gccPaul Davis
2013-09-16fix language issuePaul Davis
2013-09-16allow waf to handle inconsistent case where cwiid.h is present but not the pk...Paul Davis
2013-09-06tighten up error handling a little bit during various setup functions for Mac...Paul Davis
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-09-03Merge branch 'master' into audioenginePaul Davis
2013-09-03fix error introduced during recent changes to Mackie control support, involvi...Paul Davis
2013-08-24fix confusion about whether flip_mode in the Mackie support code is a bool or...Paul Davis
2013-08-14remove misleading + incorrect documentationPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-07-28fix compiler warnings.Robin Gareus
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
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-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
2012-12-19feedback for toggled MIDI controls now sends 0 or 127, not various in-between...Paul Davis
2012-12-19prevent crash when saving learned MIDI binding that is now missing its contro...Paul Davis
2012-10-24save + restore OSC active+feedback state (#5023)Paul Davis
2012-10-17forward part the backend part of the generic MIDI control fixes from mb2/a2Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-23forward-port generic MIDI and transport controllable changes from 2.XPaul Davis
2012-06-28Connect to controllable->Destroyed in all cases; fixes crash on route removal.Carl Hetherington
2012-06-28Add what I think is a missing lock when reading controllables.Carl Hetherington