13
0
livetrax/libs/surfaces/faderport8
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
..
actions.cc class name change to clearly disambiguate Evoral::ControlList (a list of time/value pairs) from lists of Controls in libardour 2023-08-02 15:22:45 -06:00
callbacks.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
faderport2_interface.cc FP8: implement MIDI port probing, auto-enable 2023-05-04 00:20:38 +02:00
faderport8_interface.cc FP8: implement MIDI port probing, auto-enable 2023-05-04 00:20:38 +02:00
faderport8.cc fix Faderport2 port name = FP2 2023-06-01 16:20:48 -05:00
faderport8.h FP8: implement MIDI port probing, auto-enable 2023-05-04 00:20:38 +02:00
faderport16_interface.cc FP8: implement MIDI port probing, auto-enable 2023-05-04 00:20:38 +02:00
fp8_base.h
fp8_button.h
fp8_controls.cc
fp8_controls.h
fp8_strip.cc FP8: show value as formatted by the plugin 2023-03-28 00:31:45 +02:00
fp8_strip.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
gui.cc
gui.h
wscript wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00