Package org.jfugue.pattern
Class Atom
java.lang.Object
org.jfugue.pattern.Atom
- All Implemented Interfaces:
PatternProducer
An Atom represents a single entity of a Voice+Layer+Instrument+Note
and is useful especially when using the Realtime Player, so all of
the information about a specific note is conveyed at the same time.
Pattern now has an atomize() method that will turn the Pattern into
a collection of atoms.
-
Constructor Details
-
Atom
-
Atom
-
Atom
-
Atom
-
-
Method Details
-
getVoice
public byte getVoice() -
getLayer
public byte getLayer() -
getInstrument
public byte getInstrument() -
getNote
-
toString
-
getPattern
Description copied from interface:PatternProducer
Returns a pattern- Specified by:
getPattern
in interfacePatternProducer
-