eval init script when loading a universe

This commit is contained in:
2023-08-02 18:14:10 +02:00
parent 162cc2fae3
commit d405c3db84
2 changed files with 3 additions and 1 deletions

View File

@ -224,6 +224,7 @@ export class UserAPI {
return bar.some(b => bar_list.includes(b % n))
}
// TODO: bugfix here
onbeat(...beat: number[]): boolean {
let final_pulses: boolean[] = []
beat.forEach(b => {