13class MidiLane final :
public QObject,
public TrackLaneImpl<arrangement::MidiRegion>
22 using RegionT = MidiRegion;
26 structure::arrangement::ArrangerObjectRegistry ®istry,
27 dsp::FileAudioSourceRegistry &file_audio_source_registry,
30 friend void init_from (
32 const MidiLane &other,
36 friend void to_json (nlohmann::json &j,
const MidiLane &lane)
40 friend void from_json (
const nlohmann::json &j, MidiLane &lane)