Environment: Siren
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:
Examples:
accessing
field
name
PField field: 5 value: 0.7 name: #position
PField field: 9 value: 'legato' name: #expression
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
Answer an initialized instance.
field: aNumber value: aValue name: aName
Answer an initialized instance.