drowaudio

Results 85 comments of drowaudio

Can I ask how much RAM you have? And swap space?

I just wonder if the linker is running out of memory...

It building in our CI. What version of gcc do you have installed?

I'm not sure what happening but our CI is passing on Ubuntu with gcc 11.4.0: ![image](https://github.com/Tracktion/tracktion_engine/assets/1065708/36330476-7e9e-40b4-b458-fcfd2551b673)

So you have a stack trace for this crash happening in Tracktion Engine?

Have you run pluginval over it? I've seen Slate plugins in the past that didn't like higher parameter index values being changed. But as long as this is on the...

Not against this but it would be a chunk of work to do. If someone wants to make a decent start and offer a PR that would help expedite it....

We don't have bandwidth to add that at the moment but like I said if someone wants to start it off with a decent PR that would help 😉

Have you set the "root tempo" for the file that you've loaded? This needs to be set in order to sync the clip to the Edit's tempo sequence (which is...

You can use the `setUsesProxy (false)` mode to render the time-stretching in real-time. Enable it like this in the demo code: ``` if (auto clip = EngineHelpers::loadAudioFileAsClip (edit, f)) {...