13
0
livetrax/libs/surfaces/us2400
Mads Kiilerich 6b61b03434 wscript: drop traces of shutdown() handling
autowaf has no real shutdown functionality anyway. The automatic
shutdown function that could have been called wouldn't work anyway, as
it takes an argument.

The only reason it doesn't fail is that the top level wscript has no
shutdown handling and doesn't recurse to other scripts, so it is all
dead code.
2023-10-15 10:47:16 -06:00
..
button.cc Resolve microseconds_t ambiguity 1/2 2021-06-27 17:33:05 +02:00
button.h Resolve microseconds_t ambiguity 1/2 2021-06-27 17:33:05 +02:00
control_group.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
controls.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
controls.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
device_info.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
device_info.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
device_profile.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
device_profile.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
fader.cc Various Control Surfaces: Fix one off in calculation of fader position 2021-05-07 18:02:44 -05:00
fader.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
gui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
gui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
interface.cc Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
jog_wheel.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
jog_wheel.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
jog.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
jog.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
led.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
led.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
mcp_buttons.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
meter.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
meter.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
midi_byte_array.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
midi_byte_array.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
pot.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
pot.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
strip.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
strip.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
surface_port.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
surface_port.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
surface.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
surface.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
test.cc
timer.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
TODO
types.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
types.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
us2400_control_exception.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
us2400_control_protocol_poll.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
us2400_control_protocol.cc Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
us2400_control_protocol.h Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
wscript wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00