13
0
livetrax/libs/surfaces/push2
Robin Gareus 74c4ca3e52
Reduce reliance on boost - the hard part
the rest from `tools/convert_boost.sh`.

* replace boost::function, boost::bind with std::function and std::bind.

This required some manual fixes, notably std::placeholders,
some static_casts<>, and boost::function::clear -> = {}.
2024-10-19 03:47:21 +02:00
..
buttons.cc
canvas.cc
canvas.h
cues.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
cues.h
follow_action.h
gui.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
gui.h
interface.cc
knob.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
knob.h
layout.cc
layout.h
leds.cc
level_meter.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
level_meter.h
menu.cc
menu.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
midi_byte_array.cc
midi_byte_array.h
mix.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
mix.h
push2.cc move RecordState enum from ARDOUR::Session to ARDOUR so we can use it in TriggerBox (libs) 2024-10-17 07:44:32 -06:00
push2.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
scale.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
scale.h
splash.cc
splash.h
track_mix.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
track_mix.h
utils.cc
utils.h
wscript