13
0
livetrax/libs/surfaces/osc
Robin Gareus 86a4447805
OSC: Never, ever bind a shared_ptr<T> to a signal
This fixes crashes when controllable are destroyed, or
OSC surface is disabled (signals retain a reference).
2024-10-23 01:39:05 +02:00
..
MSVCardour_osc
interface.cc
osc_controllable.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc_controllable.h
osc_cue_observer.cc OSC: Never, ever bind a shared_ptr<T> to a signal 2024-10-23 01:39:05 +02:00
osc_cue_observer.h OSC: Never, ever bind a shared_ptr<T> to a signal 2024-10-23 01:39:05 +02:00
osc_global_observer.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc_global_observer.h Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
osc_gui.cc
osc_gui.h Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
osc_route_observer.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc_route_observer.h
osc_select_observer.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc_select_observer.h Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
osc.cc Use .inc.h for #include files that not are plain headers 2024-10-20 03:11:53 +02:00
osc.h
wscript