ardour/libs/surfaces/generic_midi
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
..
MSVCardour_genericmidi MSVC changes to support the new code modules (Tabbable API stuff) 2021-02-24 14:32:23 +00:00
generic_midi_control_protocol.cc Remove unused variables (Wunused-variable) 2021-05-30 20:09:35 -04:00
generic_midi_control_protocol.h Resolve microseconds_t ambiguity 1/2 2021-06-27 17:33:05 +02:00
gmcp_gui.cc Update Ctrl-surface MIDI port list when ports change 2021-02-04 06:19:37 +01:00
interface.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
midiaction.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
midiaction.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
midicontrollable.cc Fix crash when removing plugin with mapped controllable #8756 2021-06-21 05:27:11 +02:00
midicontrollable.h Fix crash when removing plugin with mapped controllable #8756 2021-06-21 05:27:11 +02:00
midifunction.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
midifunction.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
midiinvokable.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
midiinvokable.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
wscript Explicitly use OSX 2020-01-25 04:07:41 +01:00