Class Effect

java.lang.Object
org.audiveris.proxymusic.Effect

public class Effect extends Object
The effect type represents pictograms for sound effect percussion instruments. The smufl attribute is used to distinguish different SMuFL stylistic alternates.

Java class for effect complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="effect">
   <simpleContent>
     <extension base="<>effect-value">
       <attribute name="smufl" type="{}smufl-pictogram-glyph-name" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Effect

      public Effect()
  • Method Details

    • getValue

      public EffectValue getValue()
      The effect-value type represents pictograms for sound effect percussion instruments. The cannon, lotus flute, and megaphone values are in addition to Stone's list.
      Returns:
      possible object is EffectValue
    • setValue

      public void setValue(EffectValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is EffectValue
    • getSmufl

      public String getSmufl()
      Gets the value of the smufl property.
      Returns:
      possible object is String
    • setSmufl

      public void setSmufl(String value)
      Sets the value of the smufl property.
      Parameters:
      value - allowed object is String