|
SongAddNotes Method
|
Add a series of notes to the song.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public void AddNotes(
params Note[] notes
)
Public Sub AddNotes (
ParamArray notes As Note()
)
public:
void AddNotes(
... array<Note^>^ notes
)
member AddNotes :
notes : Note[] -> unit
function AddNotes(... notes);
View SourceParameters
- notes Note
- Notes to add.
See Also