alisomay / libpd-rs

Safe rust abstractions over libpd.
Other
82 stars 4 forks source link

Fix windows communication #1

Closed alisomay closed 2 years ago

alisomay commented 2 years ago

The underlying problem is fixed in libpd-sys by using our own fork of libpd in it for a while.

The problem originated because of https://github.com/libpd/libpd/issues/350 and will be fixed when https://github.com/libpd/libpd/pull/351 is merged.

Until then I'll be using our own fork in https://github.com/alisomay/libpd instead of the upstream.