13
0
livetrax/libs/surfaces/faderport
Robin Gareus b58dfc7f0f
Resolve microseconds_t ambiguity 1/2
This resolves a PBD vs ARDOUR namespace error for some compilers:
```
error: reference to 'microseconds_t' is ambiguous
libs/pbd/pbd/microseconds.h:29:19: error: candidates are: typedef uint64_t PBD::microseconds_t
libs/ardour/ardour/types.h:81:29: error:                  typedef PBD::microseconds_t ARDOUR::microseconds_t
```
2021-06-27 17:33:05 +02:00
..
faderport_interface.cc
faderport.cc
faderport.h Resolve microseconds_t ambiguity 1/2 2021-06-27 17:33:05 +02:00
gui.cc
gui.h
operations.cc
wscript