summaryrefslogtreecommitdiff
path: root/libs/surfaces/websockets/feedback.cc
AgeCommit message (Collapse)Author
2020-04-22WebSockets: add some TO DO commentsLuciano Iam
2020-04-20WebSockets: output position time in secondsLuciano Iam
2020-04-20WebSockets: add record state support to surfaceLuciano Iam
2020-04-20WebSockets: add transport roll support to surfaceLuciano Iam
2020-02-25Fix deadlock, shared_ptr d'tor called from ScopedConnectionList d'torRobin Gareus
See https://ardour.org/styleguide.html #10 https://pastebin.com/gJfrNhL2
2020-02-23NO-OP: Re-indent websockets codeRobin Gareus
"Always use Tabstops for block-indent (the code must be formatted correctly with "[TAB] = N spaces" for any value of N). Use space only for alignment." - https://ardour.org/styleguide.html
2020-02-23Fix websockets surface crash when panner is not availableRobin Gareus
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