Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readsf~ is not supported in a multi-instance/thread context #218

Closed
tlongshaw opened this issue Nov 28, 2020 · 9 comments
Closed

readsf~ is not supported in a multi-instance/thread context #218

tlongshaw opened this issue Nov 28, 2020 · 9 comments
Assignees
Labels

Comments

@tlongshaw
Copy link

Hi, I'm building the framework of a sampled piano for part of a university project and I'm having trouble getting logic to validate the plugin.

I've noticed this issue only occurs when I try to use the readsf~ object to read the remainder of a sample (the first second is stored in a table), though the patch itself works fine in Pd.

OS Catalina 10.15.7
Logic 10.6

Thanks.

@pierreguillot
Copy link
Owner

This might be related to notarization... I will investigate.

@tlongshaw
Copy link
Author

Great thanks. I've since noticed the same problem with VST3 files in Reaper and had no luck getting any project with the readsf~ object to work without crashing. (Incase you don't have access to logic)

@pierreguillot
Copy link
Owner

In fact, this could be related to this Pd issue pure-data/pure-data#1225. I'll update Pd and see if it fixes the bug.

@pierreguillot
Copy link
Owner

I managed to reproduce the bug I'll try to find a solution.

@pierreguillot
Copy link
Owner

I tested with Pd 0.51-4 it the problem seems to be fixed.

@pierreguillot pierreguillot changed the title Issue with Logic plugin validation and readsf~ readsf~ is not supported in a multi-instance/thread context Jan 4, 2021
@tlongshaw
Copy link
Author

Great thanks, will give this a try... I'm struggling to find a download for Pd 0.51-4 - where could I find this?

@pierreguillot
Copy link
Owner

While waiting for the new version, you must compile the plugins yourself with the most recent version of Pd. In case you don't know how to compile, here is a pre-built version but I didn't really test it.
Camomile-macOsX.zip

@tlongshaw
Copy link
Author

I've tried this across a few projects and it seems to be working well. Thanks!

@pierreguillot
Copy link
Owner

pierreguillot commented Jan 11, 2021

This is fixed on dev/v1.0.8 and there is a beta version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants