-
Hello! Would love to try libpd/native (thank you for building it!), but unfortunately, it doesn't build right with neither npm 7.19.1 or yarn 1.22.10. With npm:
```david@Mac-Pro pdfromnpm % npm ins…
-
When I try to play a steady frequency, after few seconds there are noticeable breaks in the audio, even while screen is _still on_.
Interestingly, when I keep tapping on the screen, there are _no_ br…
-
Changes to the Pd sources moved certain platform checks out of the internal headers into the build systems. Also, we cannot link libdl on Windows or BSD and need to link winsock on Windows. The CMakeL…
-
I am having a weird problem when connecting mobmuplat to PD. I am directing messages according to their names, but somehow if the iPad moves it is able to insert a message like: /motion, /accel, /gyro…
-
Hi,
i ran into the following problem while trying to make my application safer to use.
When my application is running on a USB device, and i remove the device, the following happens (or doesn't …
-
Hi,
I'm trying to compile the Pd objects for windows 64 bit. No hurries :)
I do and get:
```
Lucarda@T410 MINGW64 /d/00-volatil/jsusfx/pd
$ cmake -G "MSYS Makefiles" -D CMAKE_C_COMPILER=D:/…
-
currently linux (and osx) builds export all symbols.
on windows, only symbols marked with `EXTERN` are exported.
`gcc` offers similar functionality (wen compiled with `-fvisibility=hidden`) via th…
-
It'd be great to have a unique seed value every time you open your patch. By checking things out for my externals, one could use
```
#include
time(NULL)
```
to get a different value every t…
-
When one active plugin has a [netsend -u -b] and the other has [netreceive -u -b] on the same port, the receiving plugin writes the following in the console:
netreceive: listen failed: Address alre…
-
It seems that the change object's initial value is zero. This causes issues if I'd like change to pass a zero if that's the first number it receives.
It would be great if the initial value was nul…