13
0
livetrax/libs/surfaces
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
..
cc121 use ActionManager namespace, rather than ActionMap objects 2018-12-10 08:34:01 -05:00
control_protocol remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00
faderport fix Window->Common move for show-mixer 2018-12-10 18:40:16 -05:00
faderport8 use ActionManager namespace, rather than ActionMap objects 2018-12-10 08:34:01 -05:00
frontier globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
generic_midi Handle generic-midi bindings per session. 2018-10-04 02:30:21 +02:00
launch_control_xl LCXL: Fix a problem in switch_bank 2019-01-03 19:22:56 +01:00
mackie Clarify which version of 'ActionManager::get_action()' we're calling 2019-01-14 14:14:23 +00:00
maschine2 replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls 2018-12-12 11:12:48 -05:00
osc Make foldback bus match foldback sends namewise 2018-11-12 22:30:32 -08:00
push2 Fix --no-nls (4/5), i18n include order in libs/* 2018-09-21 19:05:39 +02:00
tranzport globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
us2400 Fix ambiguity introduced in 91ed9840d 2019-01-16 01:17:52 +01:00
wiimote change the way ControlProtocols (control surfaces) are notified and handle Stripable selection changes 2017-05-12 14:51:39 +01:00
wscript Add Launch Control XL control surface support 2018-08-07 04:16:09 +02:00