Class Track

java.lang.Object
org.episteme.social.arts.music.Track

public class Track extends Object
A single track in a musical composition, typically for one instrument.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

  • Method Details

    • addNote

      public void addNote(Note note)
    • getName

      public String getName()
    • getInstrument

      public String getInstrument()
    • getNotes

      public List<Note> getNotes()