Melody
Plays a ring tone melody
Syntax: Melody(song)
song
string array containing ring tone melody
Notes: This plays a standard ring tone melody, which is automatically generated and the system uses Play()
for sending notes to output
Example:
mel="name:d=4,o=5,b=125:p,8p,16b,16a,b"
Melody(mel)
, starts to playmel
See also: Play
Last updated
Was this helpful?