David Braun
David Braun
Can you try version 0.6.16? There's a possible fix.
You can email me [lastname]@ccrma.stanford.edu
This approach results in WarpBuf.chug having no dynamic dependencies. During the build process, it used static libraries which came from HomeBrew. I think the only requirement is that the user...
I have not modified the workflow so that it creates a draft release containing WarpBuf at https://github.com/ccrma/chugins/releases Although I do do that for ChucKDesigner: https://github.com/DBraun/ChucKDesigner/blob/2224d85804ce8740480d6717e49045483f44a287/.github/workflows/all.yml#L197-L211 If the commit has a...
I want to use `std::filesystem::exists` but it's only available in 10.15, so I added `set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)` which does `-mmacosx-version-min=10.15` When I ran otool again I got different versions: ```bash /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation...
So as you may expect, this isn’t an issue for smaller frame_step and frame_length. But I think it’s related to https://github.com/google-deepmind/dm_aux/issues/2 For sufficiently large frame_length there has got to be...
Changes in librosa 9.0 made this necessary. https://librosa.org/doc/main/changelog.html [#1114](https://github.com/librosa/librosa/issues/1114) Most functions now require keyword arguments. [#1382](https://github.com/librosa/librosa/issues/1382) The default padding mode for most functions (including STFT) is now zero-padding.
I'm trying to make a toy example of a non-stationary model (if you have one I'd like to see it too). I noticed the same pattern of shapes you noticed....
Sorry for late response here. The issue is most likely related to [Libfaust](https://github.com/grame-cncm/faust/releases), which for a long time wasn't built on GitHub actions for Linux aarch64. I think that by...
Thanks for reporting. I think I will run the GitHub actions automated tests again and report back to you. DawDreamer has no dependencies, so I find the issue surprising. In...