I have been experimenting with using the player agent to play a musical phrase from a belcanto script. To my surprise, I got it working reasonably well, however was hoping there is a better way to do it.
I tried to find some kind of pause or wait command, however was not successful and ended up using the "ahem" command. I have no idea what "ahem" actually does, and cannot find it in the wiki. The belcanto format is as follows:
note 20 with velocity 100 for 0.75 second play
ahem
ahem
.
.
note 21 with velocity 77 for 1 second play
I used a fairly large number of ahems, from 24 to 48 per note.
1. What does ahem do? Is it safe to use it like this?
2. Is there a better way to time notes in belcanto?