danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

Cannot build pdMultiExample #76

Closed cuinjune closed 3 years ago

cuinjune commented 4 years ago

When I generate the project using PG, and then build it, I cannot build the project because of the following errors:

Screen Shot 2019-11-26 at 5 53 22 AM

Does ofxPd no longer support multiple pd instance?

danomatika commented 4 years ago

Use the libpd wrappers now, ala libpd_new_instance(), libpd_set_instance(), etc. When updating to newer versions and seeing issues like this, check the change log first.

enohp ym morf tnes

Dan Wilcox danomatika.com robotcowboy.com

On Nov 26, 2019, at 11:55 AM, Zack Lee notifications@github.com wrote:

When I generate the project using PG, and then build it, I cannot build the project because of the following errors:

Does ofxPd no longer support multiple pd instance?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

danomatika commented 4 years ago

Aka the project just needs to be updated.

enohp ym morf tnes

Dan Wilcox danomatika.com robotcowboy.com

On Nov 26, 2019, at 11:55 AM, Zack Lee notifications@github.com wrote:

When I generate the project using PG, and then build it, I cannot build the project because of the following errors:

Does ofxPd no longer support multiple pd instance?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

danomatika commented 4 years ago

Try latest commit.

cuinjune commented 4 years ago

Thank you. I could build it but it makes a weird glitchy noise when I run it.

danomatika commented 3 years ago

I could build it but it makes a weird glitchy noise when I run it.

That's probably because it wasn't built with multiple instance support enabled. I added info about this to the readme: https://github.com/danomatika/ofxPd#pdmultiexample--multiple-instance-support