belangeo / pyo

Python DSP module
GNU Lesser General Public License v3.0
1.32k stars 132 forks source link

Fix multiple incorrect declarations and signatures of callback functions #277

Open glaubitz opened 5 months ago

glaubitz commented 5 months ago

Fixes #276

dsholes commented 4 months ago

Can confirm this fixes #276. I was having an issue installing pyo on macOS Sononma (14) because there isn't a pre-built wheel on PyPi. So pip/poetry would attempt to compile locally fail because of #276.

I was not able to test that OSC functionality did not change as a result of this PR. But at least the install is fixed. I was able to build a wheel locally and install from that wheel.