Csound Csound-dev Csound-tekno Search About

[Cs-dev] python bindings for csound6 on debian

Date2015-06-18 00:12
FromGonzalo Odiard
Subject[Cs-dev] python bindings for csound6 on debian
AttachmentsNone  None  
I have the start of my application already ported to csound6,
thanks for the support, life is good.

But nothing is so perfect :)
After develop and test in Fedora, when I try to test the same app in debian,
I have the following problems:

* Csound.compileCsd() does not exist on debian. Debian (trusty) package is
6.02~dfsg-1 and in Fedora 22 is 6.03.2-4
This issue sounds to a bug fixed or anybody remember something similar?

* My .csd file is not compiled (but is compiled in Fedora) showing two errors:

1) I think I solved this:

-    kvib               oscili  (1+kvibadev)*kvibfatt, (kvibfreqrand+kvibfdev), 1
+    kvib               oscil   (1+kvibadev)*kvibfatt, (kvibfreqrand+kvibfdev), 1

(replaced oscili by oscil, Fedora accept it, and Debian stop complaining)

2) This gives a error in Debian, but didn't find a way to solve in a compatible
way for Fedora:

aOutLeft dcblock (arev + aLeft) * koutGain * gkduck
aOutRight dcblock (arev + aRight) * koutGain * gkduck

The error is:
error: syntax error, unexpected T_OPCDEB (token "dcblock") line 514
>>> aOutLeft dcblock


Any idea about how to solve this?

Thanks in advance,

Gonzalo



--
Gonzalo Odiard

SugarLabs - Software for children learning 

Date2015-06-18 00:21
FromVictor Lazzarini
SubjectRe: [Cs-dev] python bindings for csound6 on debian
AttachmentsNone  None  
It's hard to say, but the two issues could have been bugs in 6.02 that now are fixed.
We're in 6.05 now.

You could try dcblock2 instead of dcblock.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 18 Jun 2015, at 00:12, Gonzalo Odiard <godiard@sugarlabs.org> wrote:

I have the start of my application already ported to csound6,
thanks for the support, life is good.

But nothing is so perfect :)
After develop and test in Fedora, when I try to test the same app in debian,
I have the following problems:

* Csound.compileCsd() does not exist on debian. Debian (trusty) package is
6.02~dfsg-1 and in Fedora 22 is 6.03.2-4
This issue sounds to a bug fixed or anybody remember something similar?

* My .csd file is not compiled (but is compiled in Fedora) showing two errors:

1) I think I solved this:

-    kvib               oscili  (1+kvibadev)*kvibfatt, (kvibfreqrand+kvibfdev), 1
+    kvib               oscil   (1+kvibadev)*kvibfatt, (kvibfreqrand+kvibfdev), 1

(replaced oscili by oscil, Fedora accept it, and Debian stop complaining)

2) This gives a error in Debian, but didn't find a way to solve in a compatible
way for Fedora:

aOutLeft dcblock (arev + aLeft) * koutGain * gkduck
aOutRight dcblock (arev + aRight) * koutGain * gkduck

The error is:
error: syntax error, unexpected T_OPCDEB (token "dcblock") line 514
>>> aOutLeft dcblock


Any idea about how to solve this?

Thanks in advance,

Gonzalo



--
Gonzalo Odiard

SugarLabs - Software for children learning 
------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2015-06-18 01:11
FromFelipe Sateler
SubjectRe: [Cs-dev] python bindings for csound6 on debian
On 17 June 2015 at 20:12, Gonzalo Odiard  wrote:
>
> I have the start of my application already ported to csound6,
> thanks for the support, life is good.
>
> But nothing is so perfect :)
> After develop and test in Fedora, when I try to test the same app in debian,
> I have the following problems:
>
> * Csound.compileCsd() does not exist on debian. Debian (trusty) package is
> 6.02~dfsg-1 and in Fedora 22 is 6.03.2-4

Trusty is Ubuntu ;)

In any case, we have now 6.05 in debian testing/unstable and it should
be in Ubuntu Wily.


-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-06-19 14:09
FromGonzalo Odiard
SubjectRe: [Cs-dev] python bindings for csound6 on debian
AttachmentsNone  None  
Thanks, confirmed, works with 6.05 and dcblock2 instead of dcblock

Gonzalo


On Wed, Jun 17, 2015 at 9:11 PM, Felipe Sateler <fsateler@gmail.com> wrote:
On 17 June 2015 at 20:12, Gonzalo Odiard <godiard@sugarlabs.org> wrote:
>
> I have the start of my application already ported to csound6,
> thanks for the support, life is good.
>
> But nothing is so perfect :)
> After develop and test in Fedora, when I try to test the same app in debian,
> I have the following problems:
>
> * Csound.compileCsd() does not exist on debian. Debian (trusty) package is
> 6.02~dfsg-1 and in Fedora 22 is 6.03.2-4

Trusty is Ubuntu ;)

In any case, we have now 6.05 in debian testing/unstable and it should
be in Ubuntu Wily.


--

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



--
Gonzalo Odiard

SugarLabs - Software for children learning