|   | SongAddNotes Method | 
        
        
            Add a series of notes to the song.
            
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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);
Parameters
- notes  Note
- Notes to add.
 See Also
See Also