MusicKit and SndKit Concepts | ||
---|---|---|
Prev | Chapter 8. From The Classical Software Synthesis Note-List to the MusicKit Scorefile | Next |
Instead of ordered parameters, the scorefile uses keywords to identify parameters. Only the parameters that differ from the defaults need be specified for a given note. Here's a parameter list for a scorefile note:
freq:440 amp:.1 bearing:-45 |
The frequency parameter is set to 440, the amplitude parameter is set to .1 and the bearing parameter (left/right panning) is set to -45 (the left speaker).