13
0
livetrax/libs/surfaces/push2
Robin Gareus ed678aa2f9 Fix shared_ptr initialization
error: no matching function for call to
 'boost::shared_ptr<ArdourSurface::Push2::Button>::shared_ptr(int)'
2018-09-03 13:38:37 +02:00
..
buttons.cc use boost::shared_ptr<> to manage Button/Pad lifetimes in Push2 code 2018-09-02 13:23:57 -04:00
canvas.cc
canvas.h
gui.cc
gui.h
interface.cc
knob.cc
knob.h
layout.cc
layout.h
leds.cc
level_meter.cc
level_meter.h
menu.cc
menu.h
midi_byte_array.cc
midi_byte_array.h
mix.cc use boost::shared_ptr<> to manage Button/Pad lifetimes in Push2 code 2018-09-02 13:23:57 -04:00
mix.h use boost::shared_ptr<> to manage Button/Pad lifetimes in Push2 code 2018-09-02 13:23:57 -04:00
push2.cc use boost::shared_ptr<> to manage Button/Pad lifetimes in Push2 code 2018-09-02 13:23:57 -04:00
push2.h use boost::shared_ptr<> to manage Button/Pad lifetimes in Push2 code 2018-09-02 13:23:57 -04:00
scale.cc Fix shared_ptr initialization 2018-09-03 13:38:37 +02:00
scale.h use boost::shared_ptr<> to manage Button/Pad lifetimes in Push2 code 2018-09-02 13:23:57 -04:00
splash.cc
splash.h
track_mix.cc use boost::shared_ptr<> to manage Button/Pad lifetimes in Push2 code 2018-09-02 13:23:57 -04:00
track_mix.h
utils.cc
utils.h
wscript