Skip to content

Commit

Permalink
add initial Meter
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed Oct 1, 2023
1 parent 2f572be commit 34dfebd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blue-core/src/main/java/blue/time/MeterMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
*/
package blue.time;

import java.util.ArrayList;
import java.util.List;
import javafx.beans.Observable;
import javafx.beans.property.LongProperty;
import javafx.beans.property.ObjectProperty;
Expand All @@ -45,6 +43,7 @@ public MeterMap() {
e.meterProperty()
}
);
measureMeterList.add(new MeasureMeterPair(1, new Meter(4,4)));
}

public MeterMap(MeterMap meterMap) {
Expand Down

0 comments on commit 34dfebd

Please sign in to comment.