13
0
livetrax/libs/surfaces/us2400
Robin Gareus cd70c6bda5
Fix ambiguity introduced in 91ed9840d
(bool) false == 0 == (const char*) NULL

error: ISO C++ says that these are ambiguous, even though the worst
conversion for the first is better than the worst conversion for the second:

actions.h:92: note: candidate 1: Glib::RefPtr<Gtk::Action> ActionManager::get_action(const char*, const char*, bool)
actions.h:91: note: candidate 2: Glib::RefPtr<Gtk::Action> ActionManager::get_action(const std::string&, bool)
2019-01-16 01:17:52 +01:00
..
button.cc US2400: allow selecting the master bus. LED does not respond, though :( 2017-10-19 11:53:55 -05:00
button.h US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
control_group.h
controls.cc
controls.h US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
device_info.cc remove unused variable 2017-10-26 15:44:32 -04:00
device_info.h
device_profile.cc
device_profile.h
fader.cc
fader.h US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
gui.cc Fix ambiguity introduced in 91ed9840d 2019-01-16 01:17:52 +01:00
gui.h
interface.cc
jog_wheel.cc
jog_wheel.h
jog.cc
jog.h
led.cc US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
led.h US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
mcp_buttons.cc move select-all-tracks,deselect-all,invert-selection to be global actions (and bindings) 2018-08-24 10:08:08 -04:00
meter.cc
meter.h US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
midi_byte_array.cc
midi_byte_array.h
pot.cc
pot.h US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
strip.cc NO-OP: whitespace cleanup 2017-10-26 15:46:00 -04:00
strip.h US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
surface_port.cc US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
surface_port.h
surface.cc Fix a -Wreorder 2017-12-12 00:24:00 +01:00
surface.h more NO-OP, comment and whitespace 2017-12-12 00:19:36 +01:00
test.cc
timer.h
TODO
types.cc
types.h
us2400_control_exception.h
us2400_control_protocol_poll.cc
us2400_control_protocol.cc US2400: Mark controls dirty and send them from the periodic update thread. 2017-10-19 11:54:36 -05:00
us2400_control_protocol.h US2400: allow selecting the master bus. LED does not respond, though :( 2017-10-19 11:53:55 -05:00
wscript