Kaba class Clipboard ed

...

Syntax ed

class Clipboard
    var temp: Song&

    # functions
    func has_data() -> bool
    func mut prepare_layer_map(view: AudioView, out sources: TrackLayer&[], out targets: TrackLayer&[]) -> bool

Functions ed

func has_data() -> bool
...

func mut prepare_layer_map(view: AudioView, out sources: TrackLayer&[], out targets: TrackLayer&[]) -> bool
...

Elements ed

var temp: Song&
...