13
0
livetrax/libs/surfaces/generic_midi
Paul Davis b35518e212 switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
This is mostly a simple lexical search+replace but the absence of operator< for
std::weak_ptr<T> leads to some complications, particularly with Evoral::Sequence
and ExportPortChannel.
2023-03-24 14:19:15 -06:00
..
MSVCardour_genericmidi
generic_midi_control_protocol.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
generic_midi_control_protocol.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
gmcp_gui.cc Restore custom generic midi settings #9062 2022-11-02 17:44:00 +01:00
interface.cc
midiaction.cc
midiaction.h
midicontrollable.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midicontrollable.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midifunction.cc generic MIDI: extend select function API and make argument be bank-relative, always 2022-06-05 15:37:04 -06:00
midifunction.h generic MIDI: extend select function API and make argument be bank-relative, always 2022-06-05 15:37:04 -06:00
midiinvokable.cc
midiinvokable.h
wscript