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 something? cheers, Mario
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 ? Chugins built with Version 1.3.6.0 are no longer compatable with 1.4.0.0, I also had to recompile my own chugins because of this. Best, Casper 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 something?
cheers,
Mario
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- Casper Schipper casper.schipper@gmail.com +31 6 52 322 590
correction: I meant 1.3.5.2, 1.3.6.0 is actually pretty much identical to
1.4.0.0 according to changelog
http://chuck.cs.princeton.edu/release/VERSIONS.
best,
Casper
On Mon, Jun 18, 2018 at 11:47 AM, Casper Schipper 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 ?
Chugins built with Version 1.3.6.0 are no longer compatable with 1.4.0.0,
I also had to recompile my own chugins because of this. Best,
Casper 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 something? cheers, Mario _______________________________________________
chuck-users mailing list
chuck-users@lists.cs.princeton.edu
https://lists.cs.princeton.edu/mailman/listinfo/chuck-users --
Casper Schipper
casper.schipper@gmail.com
+31 6 52 322 590 --
Casper Schipper
casper.schipper@gmail.com
+31 6 52 322 590
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.0
I'll double check.
cheers,
Mario
On 18 June 2018 at 10:49, Casper Schipper
correction: I meant 1.3.5.2, 1.3.6.0 is actually pretty much identical to 1.4.0.0 according to changelog http://chuck.cs.princeton.edu/release/VERSIONS.
best, Casper
On 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 ? Chugins built with Version 1.3.6.0 are no longer compatable with 1.4.0.0, I also had to recompile my own chugins because of this.
Best, Casper
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 something?
cheers,
Mario
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- Casper Schipper casper.schipper@gmail.com +31 6 52 322 590
-- Casper Schipper casper.schipper@gmail.com +31 6 52 322 590
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
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! Spencer -- Spencer Salazar, PhD spencer@spencersalazar.com | 831.277.4654 https://spencersalazar.com On 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.0 I'll double check.
cheers, Mario
On 18 June 2018 at 10:49, Casper Schipper
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 http://chuck.cs.princeton.edu/release/VERSIONS.
best, Casper
On 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 ? Chugins built with Version 1.3.6.0 are no longer compatable with 1.4.0.0, I also had to recompile my own chugins because of this.
Best, Casper
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 something?
cheers,
Mario
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- Casper Schipper casper.schipper@gmail.com +31 6 52 322 590
-- Casper Schipper casper.schipper@gmail.com +31 6 52 322 590
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Hi, I double checked and it's like you guys suspected. I tried my Chugin with ChucK 1.3.5.2 and I had no issues, so the problem seems to occur with the latest release. cheers, Mario On 19/06/18 21:41, Spencer Salazar wrote:
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!
Spencer
--
Spencer Salazar, PhD spencer@spencersalazar.com mailto:spencer@spencersalazar.com | 831.277.4654 https://spencersalazar.com https://spencersalazar.com/
On Mon, Jun 18, 2018 at 7:18 AM, Mario Buoninfante
mailto: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.0 I'll double check.
cheers, Mario
On 18 June 2018 at 10:49, Casper Schipper
mailto: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 http://chuck.cs.princeton.edu/release/VERSIONS. best, Casper
On Mon, Jun 18, 2018 at 11:47 AM, Casper Schipper
mailto: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 ? Chugins built with Version 1.3.6.0 are no longer compatable with 1.4.0.0, I also had to recompile my own chugins because of this.
Best, Casper
On Sat, Jun 16, 2018 at 8:38 PM, mario buoninfante
mailto: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 something?
cheers,
Mario
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu mailto:chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- Casper Schipper casper.schipper@gmail.com mailto:casper.schipper@gmail.com +31 6 52 322 590
-- Casper Schipper casper.schipper@gmail.com mailto:casper.schipper@gmail.com +31 6 52 322 590
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu mailto:chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu mailto:chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (4)
-
Casper Schipper
-
mario buoninfante
-
Mario Buoninfante
-
Spencer Salazar