Author |
Message |
shakfu
Joined: Jan 09, 2022 Posts: 2 Location: bahrain
|
Posted: Sun Jan 09, 2022 12:31 pm Post subject:
pd-chuck:working on chuck embedded in puredata, help needed. Subject description: Just started a puredata external which attempts to embed chuck (core). Integration help needed. |
 |
|
Hi Folks,
I've recently started a project on gitHub (https://github.com/shakfu/pd-chuck) which attempts to embed chuck in a puredata external.
The initial setup, compilation sequence and an initial integration test are working fine but when it comes down to the audio level integration I'm kind of stuck getting it to work and would appreciate some guidance or help if someone's familiar with chuck's (numchucks) v1.4.1.0 c++ api.
I'm studying Brad Garton's chuck~ external (for Max MSP) which is unmaintained and based on chuck 1.2.1.3 for possible hints about how to go about this, which seems promising. A natural secondary objective of this project would be to update that external to the modern Max/MSP and Chuck codebases. |
|
Back to top
|
|
 |
jayrope
Joined: Nov 03, 2022 Posts: 2 Location: Berlin
|
Posted: Sat Nov 05, 2022 10:16 am Post subject:
Talk to pd devs and plugin devs directly. Subject description: Talk to pd devs and plugin devs directly. |
 |
|
I'd very much appreciate an external bringing ChucK to PD. Have you posted this to the pd dev list? You'll probaby find all necessary expertise there.
https://lists.puredata.info/listinfo
Both pd-dev and pd-list might be of help. |
|
Back to top
|
|
 |
shakfu
Joined: Jan 09, 2022 Posts: 2 Location: bahrain
|
Posted: Sat Nov 05, 2022 12:44 pm Post subject:
Re: Talk to pd devs and plugin devs directly. Subject description: Talk to pd devs and plugin devs directly. |
 |
|
jayrope wrote: | I'd very much appreciate an external bringing ChucK to PD. Have you posted this to the pd dev list? You'll probaby find all necessary expertise there.
https://lists.puredata.info/listinfo
Both pd-dev and pd-list might be of help. |
Thanks for your reply and advice. The issues I reached a standstill int the development of the `pd-chuck` are more to do with lack of help related to Chuck's API than with Pd's. I'm much more familiar with the latter.
Indeed, I've asked for help on the chuck repo at github (see: https://github.com/ccrma/chuck/issues/203) almost a year ago but haven't received a single reply or acknowledgement there which is quite strange for such an academic / open-source project.
Furthermore, I couldn't find much documentation at the time about the separation in chuck between host and core (i.e. the API of libchuck.a) especially in relation to atypical hosts (which is what I was looking for). Not sure what more to can do especially if there is seemingly little interest to help from chuck dev. In any case. This is shame as chuck is a sweet language which deserves to be used more.
S |
|
Back to top
|
|
 |
|