Dalton Messmer

Results 107 comments of Dalton Messmer

@sakertooth I agree with your points about decoupling `Source` from `SampleBuffer` and the idea for a centralized storage. A few weeks ago, I was actually doing some preliminary work planning...

The veal submodule has 3 new commits since this PR was opened, so they could be included too. Though if #7015 is merged first, that won't be needed.

@Rossmaxx I'm not sure why the macOS build fails. It's saying that the array size of `U data[(1U

@zonkmachine Opus support was added in [libsndfile 1.0.29](https://github.com/libsndfile/libsndfile/releases/tag/v1.0.29) but Ubuntu 20.04 unfortunately only has version 1.0.28, same as Ubuntu 18.04. We'll have to wait until Ubuntu 22.04 for Opus support...

@lukas-w It looks like you've updated our Docker images in the past. Do you think you could work on this? If you can, maybe you could also invite me to...

What are the steps I'd need to take to build a `lmmsci/linux.gcc:20.04` Docker image manually so that I could upload it to ghcr.io?

While you're at it, maybe you could change the `/build` line at the top to `/build*`? That way I can have multiple build directories of my choice, for example `build_release`...

@wujekbrezniew Our Linux CI has been upgraded, so if you rebase on the latest master, this PR should build successfully on Linux now.

@superpaik I implemented your suggestion for clips small enough to fit on the screen. To do it, I had to modify `MidiClip` a little so that I could query the...

> I think this might not be a proper way to fix the issue which you want to fix. Can you provide an example case where this pull request helps?...