|
SongAddPhrase Method
|
Add a predefined phrase of notes to the song.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public void AddPhrase(
Phrase phrase
)
Public Sub AddPhrase (
phrase As Phrase
)
public:
void AddPhrase(
Phrase^ phrase
)
member AddPhrase :
phrase : Phrase -> unit
function AddPhrase(phrase);
View SourceParameters
- phrase Phrase
- Phrase to add.
See Also