ardour/libs/surfaces
David Robillard 1324c25282 WIP: Fix namespace issues and build with GCC8
The build was broken for me with both GCC 8 and clang 11 due to the lookup of
operator<<().  However, since the previous pattern of using a namespace then
defining things in that namespace in... the global namespace... sort of... is
very strange, and likely to cause further problems with ADL especially as we
move to newer language versions and libraries, I opted to go all-out here and
define things inside the appropriate namespace.

This will probably resolve some earlier issues with clang and MSVC as well,
since they each use different lookup rules that all have their own quirks
around this stuff.
2021-05-25 16:41:19 -04:00
..
cc121 Ignore saved port-name when loading ctrl-surface state 2021-04-17 02:07:09 +02:00
contourdesign remove unnecessary 2nd argument from Session::request_locate() calls (default value is identical) (surfaces edition) 2021-05-03 17:40:41 -06:00
control_protocol ensure the BasicUI implementation of rewind/ffwd is the same as the ARDOUR_UI one 2021-05-19 18:32:00 -06:00
faderport Various Control Surfaces: Fix one off in calculation of fader position 2021-05-07 18:02:44 -05:00
faderport8 move FaderPort8 method "button_varispeed()" into BasicUI for more general use 2021-05-04 16:10:24 -06:00
frontier use Session::request_roll() instead of request_transport_speed (1.0, ...) 2021-04-19 16:14:08 -06:00
generic_midi Various Control Surfaces: Fix one off in calculation of fader position 2021-05-07 18:02:44 -05:00
launch_control_xl Consistently spell "operator<<" 2021-05-25 15:15:09 -04:00
mackie WIP: Fix namespace issues and build with GCC8 2021-05-25 16:41:19 -04:00
maschine2 Maschine Mikro MK2 support 2021-04-01 20:07:55 +02:00
osc Remove debug line 2021-05-18 14:32:38 -07:00
push2 Consistently spell "operator<<" 2021-05-25 15:15:09 -04:00
tranzport remove unnecessary 2nd argument from Session::request_locate() calls (default value is identical) (surfaces edition) 2021-05-03 17:40:41 -06:00
us2400 Consistently spell "operator<<" 2021-05-25 15:15:09 -04:00
websockets WebSockets: log hostname and listen-port 2020-11-23 20:12:57 +01:00
wiimote surfaces transport hotfix: surfaces should query the transport state via BasicUI, when possible 2020-02-23 09:02:25 -06:00
wscript Add websockets surface module 2020-02-22 23:10:24 +01:00