13
0
livetrax/libs/surfaces/push2
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
..
buttons.cc
canvas.cc
canvas.h
gui.cc
gui.h
interface.cc
knob.cc
knob.h
layout.cc
layout.h
leds.cc
level_meter.cc
level_meter.h
menu.cc
menu.h
midi_byte_array.cc
midi_byte_array.h
mix.cc
mix.h
push2.cc
push2.h Resolve microseconds_t ambiguity 1/2 2021-06-27 17:33:05 +02:00
scale.cc
scale.h
splash.cc
splash.h
track_mix.cc
track_mix.h
utils.cc
utils.h
wscript