feat: better styling, add new track

This commit is contained in:
Daniel Ledda
2021-09-05 17:42:05 +02:00
parent f3f966c9ca
commit 9967de43dd
10 changed files with 55 additions and 56 deletions

View File

@@ -3,14 +3,12 @@ import BeatGroup from "./BeatGroup";
import RootView from "./ui/Root/RootView";
const defaultSettings = {
bars: 10,
timeSig: {
down: 4,
up: 4,
},
barCount: 2,
isLooping: false,
timeSigUp: 8,
};
const mainBeatGroup = new BeatGroup();
const mainBeatGroup = new BeatGroup(defaultSettings);
mainBeatGroup.addBeat({
name: "LF"
});