Caleb Sacks
Caleb Sacks
I would like to fire a `PortalCreateEvent` when a portal is lit (for #922), but I can't find any updated code that creates a portal in the dev branch or...
Thanks for contributing! Initially, I was thinking the events should be triggered by other events, like so: - `movie.ready` is emitted when either `layer.ready` or `effect.ready` are emitted if all...
Thanks again for working on this, but I closed the ready event issues today, because I don't think it's possible with the event system.
Does this happen only for the frame after you added the effect or the entire duration of the movie?
Ok, thanks for letting us know
Hi, that's a great idea. An offline audio context could be used with a separate media recorder to generate the audio. Then, we could use [ffmpeg.js](https://github.com/Kagami/ffmpeg.js) to merge this with...
You're trying to make our layers similar to editly? I'm not sure I quite understand. Also, I never realized how many common features editly and vidar have. We can draw...
Hey, thanks for asking! A layer is an image, audio clip, video clip, title, etc. Just a piece of content for the movie. The movie contains multiple layers and mixes...
Nope, would you like me to assign you to it?
Good idea. We also need an audio + video group layer though (for `` elements). The best option I see is to make an audio group mixin, a visual group...