Claude Heiland-Allen
Claude Heiland-Allen
Could you let me know how to go about testing so I can diagnose and fix the issue?
Never mind, I just needed to link all the other `.a` files found in other directories. Would be nice if there was a single `.a` result combining all of them...
Oh, it needs more `-Wl,--whole-archive` to actually include the code that defines the Pd objects in static constructors otherwise it isn't linked at all, and then the list of missing...
On 28/07/2024 23:31, Steve Hollasch wrote: > > What platform are you building on? What toolset? > Was a while since I tested, but probably Debian amd64/x86_64 with gcc.
This fix no longer works. I think TV3 have changed their streaming system, now the web-based player accesses separate playlists of sound and video fragments (each about 6 seconds long,...
Thanks for the quick work! This looks like a good addition. Now I get a different filesystem error exception: ``` 05-30 18:28:48.179 32319 32346 W SDL/APP : creating file browsers:...
thanks! I already added cwd switch to my program and got it working but the new constructor will be useful
this is the version I patched my local copy with, not sure if it is correct.... ```haskell _fastGap :: Time -> Pattern a -> Pattern a _fastGap 0 _ =...
I've built preliminary / beta / unofficial statically-linked x86_64 binaries of 1.1-dev branch for Windows using MINGW on Debian: https://mathr.co.uk/web/dirt.html#Windows 32bit still to do, ARM to be investigated. I don't...
maybe there could be "tempo groups" (inspired by the existing "cut groups"), to opt into this feature: an event with non-zero tempo group adjusts effective cps of all sounds in...