Alejandro M Guillén
Alejandro M Guillén
Sorry for the delay, hectic week. Can you elaborate on the use case? Are we talking about specifying which segment of an audio track to use in a ```Pz.Sound```? E.g.,...
Ok, it could be interesting to get this feature into the library. I'm not sure how the API should look like though. ## Through the Sound constructor On one hand...
In your previous example: ```javascript const sound = new Pz.Sound({ source: 'file', options: { path: './audio/sound.wav', range: [0, 1200], fadein: [10, 100, "gradual"], fadeout: [1000, 200, "gradual"] }) ``` What...
OK in that case the sprites would suffice. I want to make sure the API is not complexified by adding things in rather edge cases that can also be achieved...
Hey thanks a lot for raising this. I definitely could reproduce it in Chrome. The 'end' event is also a bug for sure. I will take a deeper look soon...
Pizzicato doesn't have this, but it definitely looks like an interesting feature - adding the same events we have for Sound objects for the Group objects as well. I'll keep...
Pr #3673 addresses this issue
Conflicts solved
What about adding the possibility of specifying in the fieldset not only the _legend_ and _fields_ but also the _name_ and _template_? The we could use this _name_ attribute to...
@Maximus1000 having the same issue here, did you manage to solve it?