malorus

Results 3 comments of malorus

As I could not find an eventlistener for a group of sounds, I simply avoid using groups. For those ones interested: ```typescript let sound1 = new Pizzicato.Sound('file1.mp3', () => {...

Thanks guys, but unfortunately it didn't work. I got the error: `tocktimer_1.default is not a constructor` But I found a way that worked for me: `import * as Tock from...

no, this won't work. Typescript does not recognise the class. Even when declaring `declare var Tock: any;` so that VSCode does not show any errors and I then create a...