Class CopyrightNoticeEvent
Represents a Copyright Notice meta event.
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class CopyrightNoticeEvent : BaseTextEvent
Remarks
The MIDI copyright notice meta message places a copyright notice in a MIDI file.
Constructors
CopyrightNoticeEvent()
Initializes a new instance of the CopyrightNoticeEvent.
Declaration
public CopyrightNoticeEvent()
CopyrightNoticeEvent(string)
Initializes a new instance of the CopyrightNoticeEvent with the
specified text of copyright notice.
Declaration
public CopyrightNoticeEvent(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text of copyright notice. |
Methods
CloneEvent()
Clones event by creating a copy of it.
Declaration
protected override MidiEvent CloneEvent()
Returns
Type | Description |
---|---|
MidiEvent | Copy of the event. |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |