eval init script when loading a universe
This commit is contained in:
@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user