Struct Event.CbSongListChange

Namespace
SpessaSharp.Sequencer
Assembly
SpessaSharp.dll

Called when the song list changes.

public readonly record struct Event.CbSongListChange : IEquatable<Event.CbSongListChange>
Implements
Inherited Members

Constructors

CbSongListChange(Midi[])

Called when the song list changes.

public CbSongListChange(Midi[] SongList)

Parameters

SongList Midi[]

The new song list.

Properties

SongList

The new song list.

public Midi[] SongList { get; init; }

Property Value

Midi[]