refactor: Moving to svelteless, added Jenkinsfile
Some checks failed
Gitea djledda.de/arne-drums/pipeline/head There was a failure building this commit
Some checks failed
Gitea djledda.de/arne-drums/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
import {BeatUnitType} from "./BeatUnit";
|
||||
import Beat from "./Beat";
|
||||
|
||||
const beat = new Beat({
|
||||
drumSchema: ["LH", "RH", "LF", "LR"],
|
||||
timeSig: {
|
||||
up: 3,
|
||||
down: 4,
|
||||
},
|
||||
bars: 10,
|
||||
});
|
||||
|
||||
console.log(beat.stringify());
|
||||
Reference in New Issue
Block a user