Class:            PField

Environment:      Siren
Superclass:         Siren.MusicMagnitude
Category:         Music-Models-Representation
Instance variables:   name field

Instances of PField magnitudes are used for arbitrary parameters of musical events oriented towards formats with positional parameter declarations, e.g., Music-V-style notelist formats (see uses).

Instance variables:
   field field in the score
   name the parameter's name (optional)

Examples:
   PField field: 5 value: 0.7 name: #position
   PField field: 9 value: 'legato' name: #expression

accessing

field
   Answer the instance variable 'field'.

field: theNumber
   Accept the argument, 'theNumber', as the new instance nariable 'field'.

name
   Answer the instance variable 'name'.

name: theName
   Accept the argument, 'theName', as the new instance nariable 'name'.

MetaClass:         PField class

instance creation

field: aNumber value: aValue
   Answer an initialized instance.

field: aNumber value: aValue name: aName
   Answer an initialized instance.