summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2020-03-10Adhere to Ardour style guide - 810b2fb78dNikolaus Gullotta
2020-03-09Prevent double free of global observersNikolaus Gullotta
2020-03-07Remove Mixbus send special caseRobin Gareus
2020-03-07Fix OSC endless loop for tracks with hidden pluginsRobin Gareus
2020-02-27Fix libwebsockets compatRobin Gareus
2020-02-27Avoid occasional response delay when handling HTTP in the websockets surfaceLuciano Iam
2020-02-27Make previous commit 81ecc2b compatible with libwebsockets==2Luciano Iam
2020-02-27Gracefully reject HTTP requests reaching the websockets surfaceLuciano Iam
2020-02-25Fix deadlock, shared_ptr d'tor called from ScopedConnectionList d'torRobin Gareus
2020-02-24Websockets: error on unhandled callbacksRobin Gareus
2020-02-24Websockets: use established NDEBUG - see assert(3)Robin Gareus
2020-02-23Fix another websocket surface crash when no panner is availableRobin Gareus
2020-02-23Websockets: use unique header guardsRobin Gareus
2020-02-23NO-OP: Re-indent websockets codeRobin Gareus
2020-02-23Fix websockets surface crash when panner is not availableRobin Gareus
2020-02-23surfaces transport hotfix: surfaces should query the transport state via Basi...Ben Loftis
2020-02-23surfaces transport hotfix: BasicUI: prefer actual_speed() and transport_stopp...Ben Loftis
2020-02-23surfaces transport hotfix: actual_speed() is preferred over transport_speed()...Ben Loftis
2020-02-22Fix Unix compile with older libwebsocketsRobin Gareus
2020-02-22Prefix events with LWS_Luciano Iam
2020-02-22Properly initialize IOCondition in events_to_ioc()Luciano Iam
2020-02-22Properly initialize lws config structsLuciano Iam
2020-02-22Remove all initializer list usagesLuciano Iam
2020-02-22Remove locally defined classesLuciano Iam
2020-02-22Replace C++11 lambdas with functorsLuciano Iam
2020-02-22Make code adhere to C++98 (WIP)Luciano Iam
2020-02-22Add websockets surface moduleLuciano Iam
2020-02-20remove unused membersPaul Davis
2020-02-20fix up apparent design thinkos in US2400 key binding handlerPaul Davis
2020-02-20fix up apparent design thinkos in Mackie key binding handlerPaul Davis
2020-02-20use MIXBUS approach to User button for Faderport (it's just a button, not a m...Paul Davis
2020-02-20Faderport(1): fix pan_azimuth direction by setting Rotary flag.Ben Loftis
2020-02-20MCU: fix pan_azimuth direction by setting Rotary flag.Ben Loftis
2020-02-20Reset MIDI-control when a given ctrl is not availableRobin Gareus
2020-02-13LCXL: make sends assignable for 32CJan Lentfer
2020-02-13LCXL: fix pan for Mixbus device mode, tooJan Lentfer
2020-02-13FP8: fix direction of panner bar on scribble-stripRobin Gareus
2020-02-13FP8: don't send non-ASCII chars to scribble-stripRobin Gareus
2020-02-12LCXL: Make the pan fix nice againJan Lentfer
2020-02-12FaderPort8: Don't lock shift, when using shift + encoderRobin Gareus
2020-02-12Fix Faderport 2/8/16 pan azimuth knob directionRobin Gareus
2020-02-09LCXL: Adopt pan knob behaviourJan Lentfer
2020-01-25Explicitly use OSXRobin Gareus
2020-01-25Towards waf python 2+3 supportDavid Runge
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-05fix handling of flags in the OSC input handlerPaul Davis
2019-12-31convert GenericMIDI into a real control protocol module, with its own event l...Paul Davis
2019-12-31remove MIDI Control input and output ports from session-level objectsPaul Davis
2019-12-30use a local version (copy) of the G_SOURCE_FUNC macro, since it is not availa...Paul Davis