Dan Rosser
Dan Rosser
Looks good though overall good to merge
Dependancies via build scripts are on 6.0.1 so definitely let's merge that PR!
msys2: [mingw-w64-ucrt-x86_64-rtaudio](https://packages.msys2.org/package/mingw-w64-ucrt-x86_64-rtaudio?repo=ucrt64) using 5.2.0-1 for some reason... macOS will be fixed for 6.0.1 after merge of https://github.com/openframeworks/openFrameworks/pull/7889
Please tag your head change, then rebase it ontop of current upstream master. What we can do is use RT audio defines for the meantime set in code while we...
having some issues with linux 22.04 / 24.04 https://github.com/openframeworks/openFrameworks/issues/8035  https://packages.ubuntu.com/search?keywords=librtaudio-dev 22.04 still living in 5.0 rtaudio can we update that package manager ?
Figured out a dynamic way using the version Define ``` #if RTAUDIO_VERSION_MAJOR >= 6 for (unsigned int i: audioTemp.getDeviceIds()) { #else auto deviceCount = audioTemp.getDeviceCount(); for (unsigned int i =...
Added cleanup on PR close again should help fix some of the issues
current cache cleaning not working: ``` gh extension install actions/gh-actions-cache REPO=openframeworks/openFrameworks BRANCH="refs/pull/8007/merge" echo "Fetching list of cache key" cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH -L 100 | cut -f...
It seems to auto-clear a few when it hits the top. The cache clearing action is not functioning still might need @ofTheo to check the gh cache key or add...
Yeah if you want to wrap it with the ofTime stuff now or later up to you