Hi Spencer,
Thanks, that'd be great :)
Cheers,
Mario
Sent from my Wiko ROBBY
Yep, the faust2ck needs to have its chuck submodule updated to use the latest chuck headers, although it seems a bit messier than that since the structure of the headers changed. I will look in to it!SpencerOn Mon, Jun 18, 2018 at 7:18 AM, Mario Buoninfante <mario.buoninfante@gmail.com> wrote:Hi Casper,that's a really good point, in fact I had to do the same with my chugins after installed ChucK 1.4.0.0I'll double check.cheers,MarioOn 18 June 2018 at 10:49, Casper Schipper <casper.schipper@gmail.com> wrote:correction: I meant 1.3.5.2, 1.3.6.0 is actually pretty much identical to 1.4.0.0 according to changelog.best,CasperOn Mon, Jun 18, 2018 at 11:47 AM, Casper Schipper <casper.schipper@gmail.com> wrote:Hi Mario,Cannot say with 100% certainty, but it could be that Faust is including a slightly older version of chuck_dl.h when building the chugin ?On Sat, Jun 16, 2018 at 8:38 PM, mario buoninfante <mario.buoninfante@gmail.com> wrote:Hi,
I'm having issue with a chugin generated with faust2ck. I'm on a 64bit Linux machine (Ubuntu Studio 16.04) and I created a simple sample and hold component in Faust (SampleAndHold.dsp that contains declare name "SampleAndHold";) and then turned it into a chugin using faust2ck. everything seems fine, my SampleAndHold.chug is generated, but unfortunately I cannot use it in ChucK (console: undefined type 'SampleAndHold'...) . I copied it into the chugin folder and also tried launching ChucK with -gSampleAndHold .
does anyone have any experience with faust2ck? am I missing