Stijn Frishert
Stijn Frishert
Ah, turns out `try_*` is for actual OS OOM, not the capacity given to `Bump::with_capacity()`. In that case I'm ok without these functions, but leaving the issue open for others.
Though there's also `lsdj-wavetable-import` to take into account. maybe we should go with `lsdj-song-import` `lsdj-song-export` `lsdj-wave-import` Two of these are longer than the original, but also somewhat clearner.
There's a new format? Yes, let's chat. Always found lsdsng had its problems.
Hahaha I really, really like this idea actually
> The ability to convert a Box to a Box is builtin compiler functionality Ah, this explains a lot. I guess I'll work with an `Owned` for now :)
Would like to upvote this as well. I work on Mac using LSDJ. BGB supports audio export, but is Windows-only, RetroPlug has an unstable Mac build, and it's no fun...
@w-ensink Yeah, I ended up writing a quick CoreAudio wrapper myself locally and it runs at the buffer size that I ask it to, so I'm guessing this is an...
On macOS here everything runs without crashes, but I just don't get the buffer sizes that I requested (and are well within the range provied by the `SupportedStreamConfig`.
Can confirm this is an issue on my system as well 👍
Have the same problem. Recently installed macOS Sonoma on my Intel MBP and every debug session returns `-1`. https://github.com/vadimcn/codelldb/discussions/456#discussioncomment-874122 solves it for me too. Workable for now, though I hope...