Class Note
java.lang.Object
org.episteme.social.arts.music.Note
- All Implemented Interfaces:
Serializable
Represents a musical note with microtonal and dynamic properties.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIDDLE_C
-
A440
-
-
Constructor Details
-
Note
-
Note
-
Note
-
Note
-
-
Method Details
-
getPitch
-
getOctave
public int getOctave() -
getDuration
-
getCents
public int getCents() -
getVelocity
public double getVelocity() -
getFrequency
-
getMidiNote
public int getMidiNote() -
getNotation
-
toString
-
fromMidi
-
rest
-
setTrait
-
getTrait
-
setDynamics
-