Re: [chuck-users] Embedded ChucK

2019-08-16 Thread rich
How about embedding in a browser, or calling from web assembly; that would be cool. The webAudio is cool, but chuck would be better! -- Rich On 8/16/2019 2:28 PM, mario buoninfante wrote: Hi Jack, Michael, Thanks for your reply. Really good to know there is this possibility, and despite

Re: [chuck-users] Embedded ChucK

2019-08-16 Thread mario buoninfante
Hi Jack, Michael, Thanks for your reply. Really good to know there is this possibility, and despite I'm not into C++, from what I can see from Jack's email, it is kind of straightforward. It seems like there are good possibilities to have ChucK running in other languages (ie Python, Lua, et

Re: [chuck-users] Embedded ChucK

2019-08-16 Thread Jack Atherton
There isn't great documentation like those projects have, but if you want to embed ChucK then you just need to include all of the C++ files in the src/core folder. To use ChucK, make a new ChucK object and then all the functions you need to call are in chuck.h: https://github.com/ccrma/chuck/blob/m

Re: [chuck-users] Embedded ChucK

2019-08-16 Thread Michael Heuer
There is libchuck https://github.com/heuermh/libchuck (and other forks) though as far as I know, it may be dead in the water for iOS going forward, as Apple no longer allows the system exec calls. michael > On Aug 16, 2019, at 6:06 AM, Mario Buoninfa

[chuck-users] Embedded ChucK

2019-08-16 Thread Mario Buoninfante
Hi, Do we have anything like ctcsound ( https://csound.com/docs/ctcsound/ctcsound-API.html) or libpd ( http://libpd.cc/) for ChucK. I know changes have been made in the latest release, I was just wondering if there's anything to look at out there. Cheers, Mario ___