Re: [chuck-users] Chugin/Faust issue

2018-06-20 Thread mario buoninfante

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
spen...@spencersalazar.com  | 
831.277.4654

https://spencersalazar.com 


On Mon, Jun 18, 2018 at 7:18 AM, Mario Buoninfante 
mailto:mario.buoninfa...@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.schip...@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,
Casper

On Mon, Jun 18, 2018 at 11:47 AM, Casper Schipper
mailto:casper.schip...@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.buoninfa...@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.schip...@gmail.com 
+31 6 52 322 590




-- 
Casper Schipper

casper.schip...@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





___
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


Re: [chuck-users] Chugin/Faust issue

2018-06-20 Thread mario.buoninfante
Hi Spencer,

Thanks, that'd be great :)

Cheers,
Mario

Sent from my Wiko ROBBYOn Jun 19, 2018 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
> spen...@spencersalazar.com | 831.277.4654
> https://spencersalazar.com 
>
>
> On Mon, Jun 18, 2018 at 7:18 AM, Mario Buoninfante 
>  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.
>>>
>>> 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 
  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___
chuck-users mailing list
chuck-users@lists.cs.princeton.edu
https://lists.cs.princeton.edu/mailman/listinfo/chuck-users


Re: [chuck-users] Chugin/Faust issue

2018-06-19 Thread Spencer Salazar
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
spen...@spencersalazar.com | 831.277.4654
https://spencersalazar.com


On Mon, Jun 18, 2018 at 7:18 AM, Mario Buoninfante <
mario.buoninfa...@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
>> .
>>
>> best,
>> Casper
>>
>> On Mon, Jun 18, 2018 at 11:47 AM, Casper Schipper <
>> casper.schip...@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.buoninfa...@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.schip...@gmail.com
>>> +31 6 52 322 590
>>>
>>
>>
>>
>> --
>> Casper Schipper
>> casper.schip...@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
>
>
___
chuck-users mailing list
chuck-users@lists.cs.princeton.edu
https://lists.cs.princeton.edu/mailman/listinfo/chuck-users


Re: [chuck-users] Chugin/Faust issue

2018-06-18 Thread Mario Buoninfante
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
> .
>
> best,
> Casper
>
> On Mon, Jun 18, 2018 at 11:47 AM, Casper Schipper <
> casper.schip...@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.buoninfa...@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.schip...@gmail.com
>> +31 6 52 322 590
>>
>
>
>
> --
> Casper Schipper
> casper.schip...@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


Re: [chuck-users] Chugin/Faust issue

2018-06-18 Thread 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
.

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.buoninfa...@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.schip...@gmail.com
> +31 6 52 322 590
>



-- 
Casper Schipper
casper.schip...@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


Re: [chuck-users] Chugin/Faust issue

2018-06-18 Thread Casper Schipper
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.buoninfa...@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.schip...@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