Csound Csound-dev Csound-tekno Search About

[Csnd] Cabbage on Linux...

Date2012-10-26 15:17
FromRory Walsh
Subject[Csnd] Cabbage on Linux...
I've uploaded a Linux package which builds and runs fine on both my
64bit and 32bit Ubuntu machines:

http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102

I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
sure if these binaries will work on other versions of Ubuntu? Can
anyone clarify for me if binaries built on one version of Ubuntu will
work on other version? I have to say that didn't run into any problems
when changing the audio settings as had been reported, but it could be
because I accidentally upgraded from 12.04 to 12.10 without releasing.
Can people try it and let me know.

Rory.

Date2012-10-26 20:59
Fromjoachim heintz
SubjectRe: [Csnd] Cabbage on Linux...
hi rory -

not sure if i am doing something wrong, but this is my output if i try 
to run the binary:

jh@lenov:~$ /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage
/home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage: error while 
loading shared libraries: libcsound64.so.5.2: cannot open shared object 
file: No such file or directory

i am on ubuntu studio 12.04. my scons options in building csound are:
scons useDouble=1 useOSC=1 buildPythonOpcodes=1 buildLuaOpcodes=0 
useLrint=0 Word64=1 buildStkOpcodes=0 buildPDClass=1 useCoreAudio=0 
buildDSSI=1 buildTclcsound=0 buildVirtual=1 buildInterfaces=1 
buildLuaWrapper=1 buildPythonWrapper=1 buildJavaWrapper=1 
buildMultiCore=1 useGettext=0 includeWii=12 includeMP3=1

do i miss an option, or why is libcsound64.so.5.2 not being built?

ciao -

	joachim


Am 26.10.2012 16:17, schrieb Rory Walsh:
> I've uploaded a Linux package which builds and runs fine on both my
> 64bit and 32bit Ubuntu machines:
>
> http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102
>
> I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
> sure if these binaries will work on other versions of Ubuntu? Can
> anyone clarify for me if binaries built on one version of Ubuntu will
> work on other version? I have to say that didn't run into any problems
> when changing the audio settings as had been reported, but it could be
> because I accidentally upgraded from 12.04 to 12.10 without releasing.
> Can people try it and let me know.
>
> Rory.
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2012-10-26 21:32
FromRory Walsh
SubjectRe: [Csnd] Cabbage on Linux...
It obviously can't find the Csound library, but you probably know
that! Do you run the python install script after building Csound?

On 26 October 2012 20:59, joachim heintz  wrote:
> hi rory -
>
> not sure if i am doing something wrong, but this is my output if i try to
> run the binary:
>
> jh@lenov:~$ /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage
> /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage: error while loading
> shared libraries: libcsound64.so.5.2: cannot open shared object file: No
> such file or directory
>
> i am on ubuntu studio 12.04. my scons options in building csound are:
> scons useDouble=1 useOSC=1 buildPythonOpcodes=1 buildLuaOpcodes=0 useLrint=0
> Word64=1 buildStkOpcodes=0 buildPDClass=1 useCoreAudio=0 buildDSSI=1
> buildTclcsound=0 buildVirtual=1 buildInterfaces=1 buildLuaWrapper=1
> buildPythonWrapper=1 buildJavaWrapper=1 buildMultiCore=1 useGettext=0
> includeWii=12 includeMP3=1
>
> do i miss an option, or why is libcsound64.so.5.2 not being built?
>
> ciao -
>
>         joachim
>
>
> Am 26.10.2012 16:17, schrieb Rory Walsh:
>>
>> I've uploaded a Linux package which builds and runs fine on both my
>> 64bit and 32bit Ubuntu machines:
>>
>> http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102
>>
>> I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
>> sure if these binaries will work on other versions of Ubuntu? Can
>> anyone clarify for me if binaries built on one version of Ubuntu will
>> work on other version? I have to say that didn't run into any problems
>> when changing the audio settings as had been reported, but it could be
>> because I accidentally upgraded from 12.04 to 12.10 without releasing.
>> Can people try it and let me know.
>>
>> Rory.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-10-26 21:48
Fromjoachim heintz
SubjectRe: [Csnd] Cabbage on Linux...
yes i run sudo python install.py after building csound. but no 
libcsound.so library at all in the common places (i ran locate).
what i do find is:
/usr/local/lib/libcsnd.so.5.2
is there any confusion with libcsound vs licsnd?


Am 26.10.2012 22:32, schrieb Rory Walsh:
> It obviously can't find the Csound library, but you probably know
> that! Do you run the python install script after building Csound?
>
> On 26 October 2012 20:59, joachim heintz  wrote:
>> hi rory -
>>
>> not sure if i am doing something wrong, but this is my output if i try to
>> run the binary:
>>
>> jh@lenov:~$ /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage
>> /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage: error while loading
>> shared libraries: libcsound64.so.5.2: cannot open shared object file: No
>> such file or directory
>>
>> i am on ubuntu studio 12.04. my scons options in building csound are:
>> scons useDouble=1 useOSC=1 buildPythonOpcodes=1 buildLuaOpcodes=0 useLrint=0
>> Word64=1 buildStkOpcodes=0 buildPDClass=1 useCoreAudio=0 buildDSSI=1
>> buildTclcsound=0 buildVirtual=1 buildInterfaces=1 buildLuaWrapper=1
>> buildPythonWrapper=1 buildJavaWrapper=1 buildMultiCore=1 useGettext=0
>> includeWii=12 includeMP3=1
>>
>> do i miss an option, or why is libcsound64.so.5.2 not being built?
>>
>> ciao -
>>
>>          joachim
>>
>>
>> Am 26.10.2012 16:17, schrieb Rory Walsh:
>>>
>>> I've uploaded a Linux package which builds and runs fine on both my
>>> 64bit and 32bit Ubuntu machines:
>>>
>>> http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102
>>>
>>> I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
>>> sure if these binaries will work on other versions of Ubuntu? Can
>>> anyone clarify for me if binaries built on one version of Ubuntu will
>>> work on other version? I have to say that didn't run into any problems
>>> when changing the audio settings as had been reported, but it could be
>>> because I accidentally upgraded from 12.04 to 12.10 without releasing.
>>> Can people try it and let me know.
>>>
>>> Rory.
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>               https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2012-10-26 21:54
FromRory Walsh
SubjectRe: [Csnd] Cabbage on Linux...
What is the csound lib in your Csound build directory called?

On 26 October 2012 21:48, joachim heintz  wrote:
> yes i run sudo python install.py after building csound. but no libcsound.so
> library at all in the common places (i ran locate).
> what i do find is:
> /usr/local/lib/libcsnd.so.5.2
> is there any confusion with libcsound vs licsnd?
>
>
> Am 26.10.2012 22:32, schrieb Rory Walsh:
>
>> It obviously can't find the Csound library, but you probably know
>> that! Do you run the python install script after building Csound?
>>
>> On 26 October 2012 20:59, joachim heintz  wrote:
>>>
>>> hi rory -
>>>
>>> not sure if i am doing something wrong, but this is my output if i try to
>>> run the binary:
>>>
>>> jh@lenov:~$ /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage
>>> /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage: error while
>>> loading
>>> shared libraries: libcsound64.so.5.2: cannot open shared object file: No
>>> such file or directory
>>>
>>> i am on ubuntu studio 12.04. my scons options in building csound are:
>>> scons useDouble=1 useOSC=1 buildPythonOpcodes=1 buildLuaOpcodes=0
>>> useLrint=0
>>> Word64=1 buildStkOpcodes=0 buildPDClass=1 useCoreAudio=0 buildDSSI=1
>>> buildTclcsound=0 buildVirtual=1 buildInterfaces=1 buildLuaWrapper=1
>>> buildPythonWrapper=1 buildJavaWrapper=1 buildMultiCore=1 useGettext=0
>>> includeWii=12 includeMP3=1
>>>
>>> do i miss an option, or why is libcsound64.so.5.2 not being built?
>>>
>>> ciao -
>>>
>>>          joachim
>>>
>>>
>>> Am 26.10.2012 16:17, schrieb Rory Walsh:
>>>>
>>>>
>>>> I've uploaded a Linux package which builds and runs fine on both my
>>>> 64bit and 32bit Ubuntu machines:
>>>>
>>>> http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102
>>>>
>>>> I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
>>>> sure if these binaries will work on other versions of Ubuntu? Can
>>>> anyone clarify for me if binaries built on one version of Ubuntu will
>>>> work on other version? I have to say that didn't run into any problems
>>>> when changing the audio settings as had been reported, but it could be
>>>> because I accidentally upgraded from 12.04 to 12.10 without releasing.
>>>> Can people try it and let me know.
>>>>
>>>> Rory.
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>
>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-10-26 21:56
FromRory Walsh
SubjectRe: [Csnd] Cabbage on Linux...
When you do a 'locate libcsound' you get no results?

Date2012-10-26 22:04
FromSteven Yi
SubjectRe: [Csnd] Cabbage on Linux...

There might be a difference of Csound library name between cmake and scons, or renaming g in packaging. I know cmake is used in recent packages for Debian.

On Oct 26, 2012 9:57 PM, "Rory Walsh" <rorywalsh@ear.ie> wrote:
When you do a 'locate libcsound' you get no results?


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2012-10-26 22:07
Fromjoachim heintz
SubjectRe: [Csnd] Cabbage on Linux...
should be this, i think:
/home/jh/src/csound5/libcsnd.so.5.2


Am 26.10.2012 22:54, schrieb Rory Walsh:
> What is the csound lib in your Csound build directory called?
>
> On 26 October 2012 21:48, joachim heintz  wrote:
>> yes i run sudo python install.py after building csound. but no libcsound.so
>> library at all in the common places (i ran locate).
>> what i do find is:
>> /usr/local/lib/libcsnd.so.5.2
>> is there any confusion with libcsound vs licsnd?
>>
>>
>> Am 26.10.2012 22:32, schrieb Rory Walsh:
>>
>>> It obviously can't find the Csound library, but you probably know
>>> that! Do you run the python install script after building Csound?
>>>
>>> On 26 October 2012 20:59, joachim heintz  wrote:
>>>>
>>>> hi rory -
>>>>
>>>> not sure if i am doing something wrong, but this is my output if i try to
>>>> run the binary:
>>>>
>>>> jh@lenov:~$ /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage
>>>> /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage: error while
>>>> loading
>>>> shared libraries: libcsound64.so.5.2: cannot open shared object file: No
>>>> such file or directory
>>>>
>>>> i am on ubuntu studio 12.04. my scons options in building csound are:
>>>> scons useDouble=1 useOSC=1 buildPythonOpcodes=1 buildLuaOpcodes=0
>>>> useLrint=0
>>>> Word64=1 buildStkOpcodes=0 buildPDClass=1 useCoreAudio=0 buildDSSI=1
>>>> buildTclcsound=0 buildVirtual=1 buildInterfaces=1 buildLuaWrapper=1
>>>> buildPythonWrapper=1 buildJavaWrapper=1 buildMultiCore=1 useGettext=0
>>>> includeWii=12 includeMP3=1
>>>>
>>>> do i miss an option, or why is libcsound64.so.5.2 not being built?
>>>>
>>>> ciao -
>>>>
>>>>           joachim
>>>>
>>>>
>>>> Am 26.10.2012 16:17, schrieb Rory Walsh:
>>>>>
>>>>>
>>>>> I've uploaded a Linux package which builds and runs fine on both my
>>>>> 64bit and 32bit Ubuntu machines:
>>>>>
>>>>> http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102
>>>>>
>>>>> I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
>>>>> sure if these binaries will work on other versions of Ubuntu? Can
>>>>> anyone clarify for me if binaries built on one version of Ubuntu will
>>>>> work on other version? I have to say that didn't run into any problems
>>>>> when changing the audio settings as had been reported, but it could be
>>>>> because I accidentally upgraded from 12.04 to 12.10 without releasing.
>>>>> Can people try it and let me know.
>>>>>
>>>>> Rory.
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>
>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>> csound"
>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>               https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2012-10-26 22:10
FromRory Walsh
SubjectRe: [Csnd] Cabbage on Linux...
libcsnd is a different library from libcsound? Is there no libcsound
anywhere in your build directory?

On 26 October 2012 22:07, joachim heintz  wrote:
> should be this, i think:
> /home/jh/src/csound5/libcsnd.so.5.2
>
>
> Am 26.10.2012 22:54, schrieb Rory Walsh:
>
>> What is the csound lib in your Csound build directory called?
>>
>> On 26 October 2012 21:48, joachim heintz  wrote:
>>>
>>> yes i run sudo python install.py after building csound. but no
>>> libcsound.so
>>> library at all in the common places (i ran locate).
>>> what i do find is:
>>> /usr/local/lib/libcsnd.so.5.2
>>> is there any confusion with libcsound vs licsnd?
>>>
>>>
>>> Am 26.10.2012 22:32, schrieb Rory Walsh:
>>>
>>>> It obviously can't find the Csound library, but you probably know
>>>> that! Do you run the python install script after building Csound?
>>>>
>>>> On 26 October 2012 20:59, joachim heintz  wrote:
>>>>>
>>>>>
>>>>> hi rory -
>>>>>
>>>>> not sure if i am doing something wrong, but this is my output if i try
>>>>> to
>>>>> run the binary:
>>>>>
>>>>> jh@lenov:~$ /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage
>>>>> /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage: error while
>>>>> loading
>>>>> shared libraries: libcsound64.so.5.2: cannot open shared object file:
>>>>> No
>>>>> such file or directory
>>>>>
>>>>> i am on ubuntu studio 12.04. my scons options in building csound are:
>>>>> scons useDouble=1 useOSC=1 buildPythonOpcodes=1 buildLuaOpcodes=0
>>>>> useLrint=0
>>>>> Word64=1 buildStkOpcodes=0 buildPDClass=1 useCoreAudio=0 buildDSSI=1
>>>>> buildTclcsound=0 buildVirtual=1 buildInterfaces=1 buildLuaWrapper=1
>>>>> buildPythonWrapper=1 buildJavaWrapper=1 buildMultiCore=1 useGettext=0
>>>>> includeWii=12 includeMP3=1
>>>>>
>>>>> do i miss an option, or why is libcsound64.so.5.2 not being built?
>>>>>
>>>>> ciao -
>>>>>
>>>>>           joachim
>>>>>
>>>>>
>>>>> Am 26.10.2012 16:17, schrieb Rory Walsh:
>>>>>>
>>>>>>
>>>>>>
>>>>>> I've uploaded a Linux package which builds and runs fine on both my
>>>>>> 64bit and 32bit Ubuntu machines:
>>>>>>
>>>>>> http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102
>>>>>>
>>>>>> I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
>>>>>> sure if these binaries will work on other versions of Ubuntu? Can
>>>>>> anyone clarify for me if binaries built on one version of Ubuntu will
>>>>>> work on other version? I have to say that didn't run into any problems
>>>>>> when changing the audio settings as had been reported, but it could be
>>>>>> because I accidentally upgraded from 12.04 to 12.10 without releasing.
>>>>>> Can people try it and let me know.
>>>>>>
>>>>>> Rory.
>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>
>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>> "unsubscribe
>>>>>> csound"
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>
>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe
>>>>> csound"
>>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>
>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-10-26 22:10
Fromjoachim heintz
SubjectRe: [Csnd] Cabbage on Linux...
no just in some old build dirs. not in the csound build dir, and not in 
a general dir.


Am 26.10.2012 22:56, schrieb Rory Walsh:
> When you do a 'locate libcsound' you get no results?
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2012-10-26 22:12
FromSteven Yi
SubjectRe: [Csnd] Cabbage on Linux...

Ah, you might be missing a flag. I think it is buildDynamic=1.

On Oct 26, 2012 10:07 PM, "joachim heintz" <jh@joachimheintz.de> wrote:
should be this, i think:
/home/jh/src/csound5/libcsnd.so.5.2


Am 26.10.2012 22:54, schrieb Rory Walsh:
What is the csound lib in your Csound build directory called?

On 26 October 2012 21:48, joachim heintz <jh@joachimheintz.de> wrote:
yes i run sudo python install.py after building csound. but no libcsound.so
library at all in the common places (i ran locate).
what i do find is:
/usr/local/lib/libcsnd.so.5.2
is there any confusion with libcsound vs licsnd?


Am 26.10.2012 22:32, schrieb Rory Walsh:

It obviously can't find the Csound library, but you probably know
that! Do you run the python install script after building Csound?

On 26 October 2012 20:59, joachim heintz <jh@joachimheintz.de> wrote:

hi rory -

not sure if i am doing something wrong, but this is my output if i try to
run the binary:

jh@lenov:~$ /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage
/home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage: error while
loading
shared libraries: libcsound64.so.5.2: cannot open shared object file: No
such file or directory

i am on ubuntu studio 12.04. my scons options in building csound are:
scons useDouble=1 useOSC=1 buildPythonOpcodes=1 buildLuaOpcodes=0
useLrint=0
Word64=1 buildStkOpcodes=0 buildPDClass=1 useCoreAudio=0 buildDSSI=1
buildTclcsound=0 buildVirtual=1 buildInterfaces=1 buildLuaWrapper=1
buildPythonWrapper=1 buildJavaWrapper=1 buildMultiCore=1 useGettext=0
includeWii=12 includeMP3=1

do i miss an option, or why is libcsound64.so.5.2 not being built?

ciao -

          joachim


Am 26.10.2012 16:17, schrieb Rory Walsh:


I've uploaded a Linux package which builds and runs fine on both my
64bit and 32bit Ubuntu machines:

http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102

I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
sure if these binaries will work on other versions of Ubuntu? Can
anyone clarify for me if binaries built on one version of Ubuntu will
work on other version? I have to say that didn't run into any problems
when changing the audio settings as had been reported, but it could be
because I accidentally upgraded from 12.04 to 12.10 without releasing.
Can people try it and let me know.

Rory.


Send bugs reports to the Sourceforge bug tracker

https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
csound"




Send bugs reports to the Sourceforge bug tracker
             https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
csound"



Send bugs reports to the Sourceforge bug tracker
              https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
csound"




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
csound"



Send bugs reports to the Sourceforge bug tracker
             https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2012-10-26 22:22
Fromjoachim heintz
SubjectRe: [Csnd] Cabbage on Linux...
thanks, will try this.

Am 26.10.2012 23:12, schrieb Steven Yi:
> Ah, you might be missing a flag. I think it is buildDynamic=1.
>
> On Oct 26, 2012 10:07 PM, "joachim heintz"  > wrote:
>
>     should be this, i think:
>     /home/jh/src/csound5/libcsnd.__so.5.2
>
>
>     Am 26.10.2012 22:54, schrieb Rory Walsh:
>
>         What is the csound lib in your Csound build directory called?
>
>         On 26 October 2012 21:48, joachim heintz          > wrote:
>
>             yes i run sudo python install.py after building csound. but
>             no libcsound.so
>             library at all in the common places (i ran locate).
>             what i do find is:
>             /usr/local/lib/libcsnd.so.5.2
>             is there any confusion with libcsound vs licsnd?
>
>
>             Am 26.10.2012 22:32, schrieb Rory Walsh:
>
>                 It obviously can't find the Csound library, but you
>                 probably know
>                 that! Do you run the python install script after
>                 building Csound?
>
>                 On 26 October 2012 20:59, joachim heintz
>                 > wrote:
>
>
>                     hi rory -
>
>                     not sure if i am doing something wrong, but this is
>                     my output if i try to
>                     run the binary:
>
>                     jh@lenov:~$
>                     /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage
>                     /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage:
>                     error while
>                     loading
>                     shared libraries: libcsound64.so.5.2: cannot open
>                     shared object file: No
>                     such file or directory
>
>                     i am on ubuntu studio 12.04. my scons options in
>                     building csound are:
>                     scons useDouble=1 useOSC=1 buildPythonOpcodes=1
>                     buildLuaOpcodes=0
>                     useLrint=0
>                     Word64=1 buildStkOpcodes=0 buildPDClass=1
>                     useCoreAudio=0 buildDSSI=1
>                     buildTclcsound=0 buildVirtual=1 buildInterfaces=1
>                     buildLuaWrapper=1
>                     buildPythonWrapper=1 buildJavaWrapper=1
>                     buildMultiCore=1 useGettext=0
>                     includeWii=12 includeMP3=1
>
>                     do i miss an option, or why is libcsound64.so.5.2
>                     not being built?
>
>                     ciao -
>
>                                joachim
>
>
>                     Am 26.10.2012 16:17, schrieb Rory Walsh:
>
>
>
>                         I've uploaded a Linux package which builds and
>                         runs fine on both my
>                         64bit and 32bit Ubuntu machines:
>
>                         http://www.__thecabbagefoundation.org/__viewtopic.php?f=13&t=102
>                         
>
>                         I've included binaries which I built on 64bit
>                         Ubuntu 12.10 but I'm not
>                         sure if these binaries will work on other
>                         versions of Ubuntu? Can
>                         anyone clarify for me if binaries built on one
>                         version of Ubuntu will
>                         work on other version? I have to say that didn't
>                         run into any problems
>                         when changing the audio settings as had been
>                         reported, but it could be
>                         because I accidentally upgraded from 12.04 to
>                         12.10 without releasing.
>                         Can people try it and let me know.
>
>                         Rory.
>
>
>                         Send bugs reports to the Sourceforge bug tracker
>
>                         https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>                         
>                         Discussions of bugs and features can be posted here
>                         To unsubscribe, send email
>                         sympa@lists.bath.ac.uk
>                          with body
>                         "unsubscribe
>                         csound"
>
>
>
>
>                     Send bugs reports to the Sourceforge bug tracker
>                     https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>                     
>                     Discussions of bugs and features can be posted here
>                     To unsubscribe, send email sympa@lists.bath.ac.uk
>                      with body "unsubscribe
>                     csound"
>
>
>
>                 Send bugs reports to the Sourceforge bug tracker
>                 https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>                 
>                 Discussions of bugs and features can be posted here
>                 To unsubscribe, send email sympa@lists.bath.ac.uk
>                  with body "unsubscribe
>                 csound"
>
>
>
>
>             Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>             
>             Discussions of bugs and features can be posted here
>             To unsubscribe, send email sympa@lists.bath.ac.uk
>              with body "unsubscribe
>             csound"
>
>
>
>         Send bugs reports to the Sourceforge bug tracker
>         https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>         
>         Discussions of bugs and features can be posted here
>         To unsubscribe, send email sympa@lists.bath.ac.uk
>          with body "unsubscribe csound"
>
>
>
>
>     Send bugs reports to the Sourceforge bug tracker
>     https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>     
>     Discussions of bugs and features can be posted here
>     To unsubscribe, send email sympa@lists.bath.ac.uk
>      with body "unsubscribe csound"
>

Date2012-10-26 22:37
Fromjoachim heintz
SubjectRe: [Csnd] Cabbage on Linux...
ok, got it; it is
dynamicCsoundLibrary=1


Am 26.10.2012 23:22, schrieb joachim heintz:
> thanks, will try this.
>
> Am 26.10.2012 23:12, schrieb Steven Yi:
>> Ah, you might be missing a flag. I think it is buildDynamic=1.
>>
>> On Oct 26, 2012 10:07 PM, "joachim heintz" > > wrote:
>>
>>     should be this, i think:
>>     /home/jh/src/csound5/libcsnd.__so.5.2
>>
>>
>>     Am 26.10.2012 22:54, schrieb Rory Walsh:
>>
>>         What is the csound lib in your Csound build directory called?
>>
>>         On 26 October 2012 21:48, joachim heintz >         > wrote:
>>
>>             yes i run sudo python install.py after building csound. but
>>             no libcsound.so
>>             library at all in the common places (i ran locate).
>>             what i do find is:
>>             /usr/local/lib/libcsnd.so.5.2
>>             is there any confusion with libcsound vs licsnd?
>>
>>
>>             Am 26.10.2012 22:32, schrieb Rory Walsh:
>>
>>                 It obviously can't find the Csound library, but you
>>                 probably know
>>                 that! Do you run the python install script after
>>                 building Csound?
>>
>>                 On 26 October 2012 20:59, joachim heintz
>>                 > wrote:
>>
>>
>>                     hi rory -
>>
>>                     not sure if i am doing something wrong, but this is
>>                     my output if i try to
>>                     run the binary:
>>
>>                     jh@lenov:~$
>>
>> /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage
>>
>> /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage:
>>                     error while
>>                     loading
>>                     shared libraries: libcsound64.so.5.2: cannot open
>>                     shared object file: No
>>                     such file or directory
>>
>>                     i am on ubuntu studio 12.04. my scons options in
>>                     building csound are:
>>                     scons useDouble=1 useOSC=1 buildPythonOpcodes=1
>>                     buildLuaOpcodes=0
>>                     useLrint=0
>>                     Word64=1 buildStkOpcodes=0 buildPDClass=1
>>                     useCoreAudio=0 buildDSSI=1
>>                     buildTclcsound=0 buildVirtual=1 buildInterfaces=1
>>                     buildLuaWrapper=1
>>                     buildPythonWrapper=1 buildJavaWrapper=1
>>                     buildMultiCore=1 useGettext=0
>>                     includeWii=12 includeMP3=1
>>
>>                     do i miss an option, or why is libcsound64.so.5.2
>>                     not being built?
>>
>>                     ciao -
>>
>>                                joachim
>>
>>
>>                     Am 26.10.2012 16:17, schrieb Rory Walsh:
>>
>>
>>
>>                         I've uploaded a Linux package which builds and
>>                         runs fine on both my
>>                         64bit and 32bit Ubuntu machines:
>>
>>
>> http://www.__thecabbagefoundation.org/__viewtopic.php?f=13&t=102
>>
>> 
>>
>>                         I've included binaries which I built on 64bit
>>                         Ubuntu 12.10 but I'm not
>>                         sure if these binaries will work on other
>>                         versions of Ubuntu? Can
>>                         anyone clarify for me if binaries built on one
>>                         version of Ubuntu will
>>                         work on other version? I have to say that didn't
>>                         run into any problems
>>                         when changing the audio settings as had been
>>                         reported, but it could be
>>                         because I accidentally upgraded from 12.04 to
>>                         12.10 without releasing.
>>                         Can people try it and let me know.
>>
>>                         Rory.
>>
>>
>>                         Send bugs reports to the Sourceforge bug tracker
>>
>>
>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>
>> 
>>                         Discussions of bugs and features can be posted
>> here
>>                         To unsubscribe, send email
>>                         sympa@lists.bath.ac.uk
>>                          with body
>>                         "unsubscribe
>>                         csound"
>>
>>
>>
>>
>>                     Send bugs reports to the Sourceforge bug tracker
>>
>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>
>> 
>>                     Discussions of bugs and features can be posted here
>>                     To unsubscribe, send email sympa@lists.bath.ac.uk
>>                      with body
>> "unsubscribe
>>                     csound"
>>
>>
>>
>>                 Send bugs reports to the Sourceforge bug tracker
>>
>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>
>> 
>>                 Discussions of bugs and features can be posted here
>>                 To unsubscribe, send email sympa@lists.bath.ac.uk
>>                  with body "unsubscribe
>>                 csound"
>>
>>
>>
>>
>>             Send bugs reports to the Sourceforge bug tracker
>>
>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>             
>>             Discussions of bugs and features can be posted here
>>             To unsubscribe, send email sympa@lists.bath.ac.uk
>>              with body "unsubscribe
>>             csound"
>>
>>
>>
>>         Send bugs reports to the Sourceforge bug tracker
>>         https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>         
>>         Discussions of bugs and features can be posted here
>>         To unsubscribe, send email sympa@lists.bath.ac.uk
>>          with body "unsubscribe csound"
>>
>>
>>
>>
>>     Send bugs reports to the Sourceforge bug tracker
>>     https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>     
>>     Discussions of bugs and features can be posted here
>>     To unsubscribe, send email sympa@lists.bath.ac.uk
>>      with body "unsubscribe csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2012-10-26 23:24
FromRory Walsh
SubjectRe: [Csnd] Cabbage on Linux...
Is it working Ok?

On 26 October 2012 22:37, joachim heintz  wrote:
> ok, got it; it is
> dynamicCsoundLibrary=1
>
>
> Am 26.10.2012 23:22, schrieb joachim heintz:
>
>> thanks, will try this.
>>
>> Am 26.10.2012 23:12, schrieb Steven Yi:
>>>
>>> Ah, you might be missing a flag. I think it is buildDynamic=1.
>>>
>>> On Oct 26, 2012 10:07 PM, "joachim heintz" >> > wrote:
>>>
>>>     should be this, i think:
>>>     /home/jh/src/csound5/libcsnd.__so.5.2
>>>
>>>
>>>     Am 26.10.2012 22:54, schrieb Rory Walsh:
>>>
>>>         What is the csound lib in your Csound build directory called?
>>>
>>>         On 26 October 2012 21:48, joachim heintz >>         > wrote:
>>>
>>>             yes i run sudo python install.py after building csound. but
>>>             no libcsound.so
>>>             library at all in the common places (i ran locate).
>>>             what i do find is:
>>>             /usr/local/lib/libcsnd.so.5.2
>>>             is there any confusion with libcsound vs licsnd?
>>>
>>>
>>>             Am 26.10.2012 22:32, schrieb Rory Walsh:
>>>
>>>                 It obviously can't find the Csound library, but you
>>>                 probably know
>>>                 that! Do you run the python install script after
>>>                 building Csound?
>>>
>>>                 On 26 October 2012 20:59, joachim heintz
>>>                 > wrote:
>>>
>>>
>>>                     hi rory -
>>>
>>>                     not sure if i am doing something wrong, but this is
>>>                     my output if i try to
>>>                     run the binary:
>>>
>>>                     jh@lenov:~$
>>>
>>> /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage
>>>
>>> /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage:
>>>                     error while
>>>                     loading
>>>                     shared libraries: libcsound64.so.5.2: cannot open
>>>                     shared object file: No
>>>                     such file or directory
>>>
>>>                     i am on ubuntu studio 12.04. my scons options in
>>>                     building csound are:
>>>                     scons useDouble=1 useOSC=1 buildPythonOpcodes=1
>>>                     buildLuaOpcodes=0
>>>                     useLrint=0
>>>                     Word64=1 buildStkOpcodes=0 buildPDClass=1
>>>                     useCoreAudio=0 buildDSSI=1
>>>                     buildTclcsound=0 buildVirtual=1 buildInterfaces=1
>>>                     buildLuaWrapper=1
>>>                     buildPythonWrapper=1 buildJavaWrapper=1
>>>                     buildMultiCore=1 useGettext=0
>>>                     includeWii=12 includeMP3=1
>>>
>>>                     do i miss an option, or why is libcsound64.so.5.2
>>>                     not being built?
>>>
>>>                     ciao -
>>>
>>>                                joachim
>>>
>>>
>>>                     Am 26.10.2012 16:17, schrieb Rory Walsh:
>>>
>>>
>>>
>>>                         I've uploaded a Linux package which builds and
>>>                         runs fine on both my
>>>                         64bit and 32bit Ubuntu machines:
>>>
>>>
>>> http://www.__thecabbagefoundation.org/__viewtopic.php?f=13&t=102
>>>
>>> 
>>>
>>>                         I've included binaries which I built on 64bit
>>>                         Ubuntu 12.10 but I'm not
>>>                         sure if these binaries will work on other
>>>                         versions of Ubuntu? Can
>>>                         anyone clarify for me if binaries built on one
>>>                         version of Ubuntu will
>>>                         work on other version? I have to say that didn't
>>>                         run into any problems
>>>                         when changing the audio settings as had been
>>>                         reported, but it could be
>>>                         because I accidentally upgraded from 12.04 to
>>>                         12.10 without releasing.
>>>                         Can people try it and let me know.
>>>
>>>                         Rory.
>>>
>>>
>>>                         Send bugs reports to the Sourceforge bug tracker
>>>
>>>
>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>
>>> 
>>>                         Discussions of bugs and features can be posted
>>> here
>>>                         To unsubscribe, send email
>>>                         sympa@lists.bath.ac.uk
>>>                          with body
>>>                         "unsubscribe
>>>                         csound"
>>>
>>>
>>>
>>>
>>>                     Send bugs reports to the Sourceforge bug tracker
>>>
>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>
>>> 
>>>                     Discussions of bugs and features can be posted here
>>>                     To unsubscribe, send email sympa@lists.bath.ac.uk
>>>                      with body
>>> "unsubscribe
>>>                     csound"
>>>
>>>
>>>
>>>                 Send bugs reports to the Sourceforge bug tracker
>>>
>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>
>>> 
>>>                 Discussions of bugs and features can be posted here
>>>                 To unsubscribe, send email sympa@lists.bath.ac.uk
>>>                  with body "unsubscribe
>>>                 csound"
>>>
>>>
>>>
>>>
>>>             Send bugs reports to the Sourceforge bug tracker
>>>
>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>             
>>>             Discussions of bugs and features can be posted here
>>>             To unsubscribe, send email sympa@lists.bath.ac.uk
>>>              with body "unsubscribe
>>>             csound"
>>>
>>>
>>>
>>>         Send bugs reports to the Sourceforge bug tracker
>>>         https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>         
>>>         Discussions of bugs and features can be posted here
>>>         To unsubscribe, send email sympa@lists.bath.ac.uk
>>>          with body "unsubscribe csound"
>>>
>>>
>>>
>>>
>>>     Send bugs reports to the Sourceforge bug tracker
>>>     https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>     
>>>     Discussions of bugs and features can be posted here
>>>     To unsubscribe, send email sympa@lists.bath.ac.uk
>>>      with body "unsubscribe csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-10-27 10:22
FromRené Jopi
SubjectRe: [Csnd] Cabbage on Linux...
Tested compiled and package binary on 12.04 64b, I still have the same 
error as previously.
Just my luck!
René



Le 26/10/2012 16:17, Rory Walsh a écrit :
> I've uploaded a Linux package which builds and runs fine on both my
> 64bit and 32bit Ubuntu machines:
>
> http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102
>
> I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
> sure if these binaries will work on other versions of Ubuntu? Can
> anyone clarify for me if binaries built on one version of Ubuntu will
> work on other version? I have to say that didn't run into any problems
> when changing the audio settings as had been reported, but it could be
> because I accidentally upgraded from 12.04 to 12.10 without releasing.
> Can people try it and let me know.
>
> Rory.
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send emailsympa@lists.bath.ac.uk  with body "unsubscribe csound"
>



Date2012-10-27 10:22
Fromjoachim heintz
SubjectRe: [Csnd] Cabbage on Linux...
hi rory -

yeah after having built csound with the scons option 
dynamicCsoundLibrary=1 i can run the cabbage build. and i have sound too 
and can run some examples. not quite sure if the "Csound cleaned up" 
messages are as they should (i am new to cabbage). this is what happens 
when i run iains arpeggiator example:

jh@lenov:~$ /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage
JUCE v2.0.25
time resolution is 1000.000 ns
Welcome to Cabbage
ALSA device: hw:PCH,0 outs=2-2 ins=2-2 rates=4
ALSA device: hw:PCH,3 outs=2-8 ins=0-0 rates=7
ALSA device: hw:PCH,7 outs=2-8 ins=0-0 rates=7
ALSA device: hw:PCH,8 outs=2-8 ins=0-0 rates=7
Failed to create typeface: Helvetica; 16.0 Bold
about to cleanup Csound
Csound cleaned up
button15
infobutton
about to cleanup Csound
Csound cleaned up
(and cabbage has disappeared after closing the example)

very nice work - congrats!!! i will try more later, and learn how to use 
cabbage. i seem to remember there is a nice article in the csound floss 
manual ...=)

all best -

	joachim


Am 27.10.2012 00:24, schrieb Rory Walsh:
> Is it working Ok?
>
> On 26 October 2012 22:37, joachim heintz  wrote:
>> ok, got it; it is
>> dynamicCsoundLibrary=1
>>
>>
>> Am 26.10.2012 23:22, schrieb joachim heintz:
>>
>>> thanks, will try this.
>>>
>>> Am 26.10.2012 23:12, schrieb Steven Yi:
>>>>
>>>> Ah, you might be missing a flag. I think it is buildDynamic=1.
>>>>
>>>> On Oct 26, 2012 10:07 PM, "joachim heintz" >>> > wrote:
>>>>
>>>>      should be this, i think:
>>>>      /home/jh/src/csound5/libcsnd.__so.5.2
>>>>
>>>>
>>>>      Am 26.10.2012 22:54, schrieb Rory Walsh:
>>>>
>>>>          What is the csound lib in your Csound build directory called?
>>>>
>>>>          On 26 October 2012 21:48, joachim heintz >>>          > wrote:
>>>>
>>>>              yes i run sudo python install.py after building csound. but
>>>>              no libcsound.so
>>>>              library at all in the common places (i ran locate).
>>>>              what i do find is:
>>>>              /usr/local/lib/libcsnd.so.5.2
>>>>              is there any confusion with libcsound vs licsnd?
>>>>
>>>>
>>>>              Am 26.10.2012 22:32, schrieb Rory Walsh:
>>>>
>>>>                  It obviously can't find the Csound library, but you
>>>>                  probably know
>>>>                  that! Do you run the python install script after
>>>>                  building Csound?
>>>>
>>>>                  On 26 October 2012 20:59, joachim heintz
>>>>                  > wrote:
>>>>
>>>>
>>>>                      hi rory -
>>>>
>>>>                      not sure if i am doing something wrong, but this is
>>>>                      my output if i try to
>>>>                      run the binary:
>>>>
>>>>                      jh@lenov:~$
>>>>
>>>> /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage
>>>>
>>>> /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage:
>>>>                      error while
>>>>                      loading
>>>>                      shared libraries: libcsound64.so.5.2: cannot open
>>>>                      shared object file: No
>>>>                      such file or directory
>>>>
>>>>                      i am on ubuntu studio 12.04. my scons options in
>>>>                      building csound are:
>>>>                      scons useDouble=1 useOSC=1 buildPythonOpcodes=1
>>>>                      buildLuaOpcodes=0
>>>>                      useLrint=0
>>>>                      Word64=1 buildStkOpcodes=0 buildPDClass=1
>>>>                      useCoreAudio=0 buildDSSI=1
>>>>                      buildTclcsound=0 buildVirtual=1 buildInterfaces=1
>>>>                      buildLuaWrapper=1
>>>>                      buildPythonWrapper=1 buildJavaWrapper=1
>>>>                      buildMultiCore=1 useGettext=0
>>>>                      includeWii=12 includeMP3=1
>>>>
>>>>                      do i miss an option, or why is libcsound64.so.5.2
>>>>                      not being built?
>>>>
>>>>                      ciao -
>>>>
>>>>                                 joachim
>>>>
>>>>
>>>>                      Am 26.10.2012 16:17, schrieb Rory Walsh:
>>>>
>>>>
>>>>
>>>>                          I've uploaded a Linux package which builds and
>>>>                          runs fine on both my
>>>>                          64bit and 32bit Ubuntu machines:
>>>>
>>>>
>>>> http://www.__thecabbagefoundation.org/__viewtopic.php?f=13&t=102
>>>>
>>>> 
>>>>
>>>>                          I've included binaries which I built on 64bit
>>>>                          Ubuntu 12.10 but I'm not
>>>>                          sure if these binaries will work on other
>>>>                          versions of Ubuntu? Can
>>>>                          anyone clarify for me if binaries built on one
>>>>                          version of Ubuntu will
>>>>                          work on other version? I have to say that didn't
>>>>                          run into any problems
>>>>                          when changing the audio settings as had been
>>>>                          reported, but it could be
>>>>                          because I accidentally upgraded from 12.04 to
>>>>                          12.10 without releasing.
>>>>                          Can people try it and let me know.
>>>>
>>>>                          Rory.
>>>>
>>>>
>>>>                          Send bugs reports to the Sourceforge bug tracker
>>>>
>>>>
>>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>
>>>> 
>>>>                          Discussions of bugs and features can be posted
>>>> here
>>>>                          To unsubscribe, send email
>>>>                          sympa@lists.bath.ac.uk
>>>>                           with body
>>>>                          "unsubscribe
>>>>                          csound"
>>>>
>>>>
>>>>
>>>>
>>>>                      Send bugs reports to the Sourceforge bug tracker
>>>>
>>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>
>>>> 
>>>>                      Discussions of bugs and features can be posted here
>>>>                      To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>                       with body
>>>> "unsubscribe
>>>>                      csound"
>>>>
>>>>
>>>>
>>>>                  Send bugs reports to the Sourceforge bug tracker
>>>>
>>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>
>>>> 
>>>>                  Discussions of bugs and features can be posted here
>>>>                  To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>                   with body "unsubscribe
>>>>                  csound"
>>>>
>>>>
>>>>
>>>>
>>>>              Send bugs reports to the Sourceforge bug tracker
>>>>
>>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>              
>>>>              Discussions of bugs and features can be posted here
>>>>              To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>               with body "unsubscribe
>>>>              csound"
>>>>
>>>>
>>>>
>>>>          Send bugs reports to the Sourceforge bug tracker
>>>>          https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>          
>>>>          Discussions of bugs and features can be posted here
>>>>          To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>           with body "unsubscribe csound"
>>>>
>>>>
>>>>
>>>>
>>>>      Send bugs reports to the Sourceforge bug tracker
>>>>      https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>      
>>>>      Discussions of bugs and features can be posted here
>>>>      To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>       with body "unsubscribe csound"
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2012-10-27 11:03
FromRory Walsh
SubjectRe: [Csnd] Cabbage on Linux...
That's great Joachim. Be forewarned that there are some issues with
this release, but it should get you up and running! The next release
will be out shortly.

On 27 October 2012 10:22, joachim heintz  wrote:
> hi rory -
>
> yeah after having built csound with the scons option dynamicCsoundLibrary=1
> i can run the cabbage build. and i have sound too and can run some examples.
> not quite sure if the "Csound cleaned up" messages are as they should (i am
> new to cabbage). this is what happens when i run iains arpeggiator example:
>
> jh@lenov:~$ /home/jh/src/Cabbage-Linux/Builds/Linux/build/Cabbage
> JUCE v2.0.25
> time resolution is 1000.000 ns
> Welcome to Cabbage
> ALSA device: hw:PCH,0 outs=2-2 ins=2-2 rates=4
> ALSA device: hw:PCH,3 outs=2-8 ins=0-0 rates=7
> ALSA device: hw:PCH,7 outs=2-8 ins=0-0 rates=7
> ALSA device: hw:PCH,8 outs=2-8 ins=0-0 rates=7
> Failed to create typeface: Helvetica; 16.0 Bold
> about to cleanup Csound
> Csound cleaned up
> button15
> infobutton
> about to cleanup Csound
> Csound cleaned up
> (and cabbage has disappeared after closing the example)
>
> very nice work - congrats!!! i will try more later, and learn how to use
> cabbage. i seem to remember there is a nice article in the csound floss
> manual ...=)
>
> all best -
>
>         joachim
>
>
> Am 27.10.2012 00:24, schrieb Rory Walsh:
>
>> Is it working Ok?
>>
>> On 26 October 2012 22:37, joachim heintz  wrote:
>>>
>>> ok, got it; it is
>>> dynamicCsoundLibrary=1
>>>
>>>
>>> Am 26.10.2012 23:22, schrieb joachim heintz:
>>>
>>>> thanks, will try this.
>>>>
>>>> Am 26.10.2012 23:12, schrieb Steven Yi:
>>>>>
>>>>>
>>>>> Ah, you might be missing a flag. I think it is buildDynamic=1.
>>>>>
>>>>> On Oct 26, 2012 10:07 PM, "joachim heintz" >>>> > wrote:
>>>>>
>>>>>      should be this, i think:
>>>>>      /home/jh/src/csound5/libcsnd.__so.5.2
>>>>>
>>>>>
>>>>>      Am 26.10.2012 22:54, schrieb Rory Walsh:
>>>>>
>>>>>          What is the csound lib in your Csound build directory called?
>>>>>
>>>>>          On 26 October 2012 21:48, joachim heintz >>>>          > wrote:
>>>>>
>>>>>              yes i run sudo python install.py after building csound.
>>>>> but
>>>>>              no libcsound.so
>>>>>              library at all in the common places (i ran locate).
>>>>>              what i do find is:
>>>>>              /usr/local/lib/libcsnd.so.5.2
>>>>>              is there any confusion with libcsound vs licsnd?
>>>>>
>>>>>
>>>>>              Am 26.10.2012 22:32, schrieb Rory Walsh:
>>>>>
>>>>>                  It obviously can't find the Csound library, but you
>>>>>                  probably know
>>>>>                  that! Do you run the python install script after
>>>>>                  building Csound?
>>>>>
>>>>>                  On 26 October 2012 20:59, joachim heintz
>>>>>                  >
>>>>> wrote:
>>>>>
>>>>>
>>>>>                      hi rory -
>>>>>
>>>>>                      not sure if i am doing something wrong, but this
>>>>> is
>>>>>                      my output if i try to
>>>>>                      run the binary:
>>>>>
>>>>>                      jh@lenov:~$
>>>>>
>>>>> /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage
>>>>>
>>>>> /home/jh/src/Cabbage-Linux/__Builds/Linux/build/Cabbage:
>>>>>                      error while
>>>>>                      loading
>>>>>                      shared libraries: libcsound64.so.5.2: cannot open
>>>>>                      shared object file: No
>>>>>                      such file or directory
>>>>>
>>>>>                      i am on ubuntu studio 12.04. my scons options in
>>>>>                      building csound are:
>>>>>                      scons useDouble=1 useOSC=1 buildPythonOpcodes=1
>>>>>                      buildLuaOpcodes=0
>>>>>                      useLrint=0
>>>>>                      Word64=1 buildStkOpcodes=0 buildPDClass=1
>>>>>                      useCoreAudio=0 buildDSSI=1
>>>>>                      buildTclcsound=0 buildVirtual=1 buildInterfaces=1
>>>>>                      buildLuaWrapper=1
>>>>>                      buildPythonWrapper=1 buildJavaWrapper=1
>>>>>                      buildMultiCore=1 useGettext=0
>>>>>                      includeWii=12 includeMP3=1
>>>>>
>>>>>                      do i miss an option, or why is libcsound64.so.5.2
>>>>>                      not being built?
>>>>>
>>>>>                      ciao -
>>>>>
>>>>>                                 joachim
>>>>>
>>>>>
>>>>>                      Am 26.10.2012 16:17, schrieb Rory Walsh:
>>>>>
>>>>>
>>>>>
>>>>>                          I've uploaded a Linux package which builds and
>>>>>                          runs fine on both my
>>>>>                          64bit and 32bit Ubuntu machines:
>>>>>
>>>>>
>>>>> http://www.__thecabbagefoundation.org/__viewtopic.php?f=13&t=102
>>>>>
>>>>> 
>>>>>
>>>>>                          I've included binaries which I built on 64bit
>>>>>                          Ubuntu 12.10 but I'm not
>>>>>                          sure if these binaries will work on other
>>>>>                          versions of Ubuntu? Can
>>>>>                          anyone clarify for me if binaries built on one
>>>>>                          version of Ubuntu will
>>>>>                          work on other version? I have to say that
>>>>> didn't
>>>>>                          run into any problems
>>>>>                          when changing the audio settings as had been
>>>>>                          reported, but it could be
>>>>>                          because I accidentally upgraded from 12.04 to
>>>>>                          12.10 without releasing.
>>>>>                          Can people try it and let me know.
>>>>>
>>>>>                          Rory.
>>>>>
>>>>>
>>>>>                          Send bugs reports to the Sourceforge bug
>>>>> tracker
>>>>>
>>>>>
>>>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>>
>>>>> 
>>>>>                          Discussions of bugs and features can be posted
>>>>> here
>>>>>                          To unsubscribe, send email
>>>>>                          sympa@lists.bath.ac.uk
>>>>>                           with body
>>>>>                          "unsubscribe
>>>>>                          csound"
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>                      Send bugs reports to the Sourceforge bug tracker
>>>>>
>>>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>>
>>>>> 
>>>>>                      Discussions of bugs and features can be posted
>>>>> here
>>>>>                      To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>>                       with body
>>>>> "unsubscribe
>>>>>                      csound"
>>>>>
>>>>>
>>>>>
>>>>>                  Send bugs reports to the Sourceforge bug tracker
>>>>>
>>>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>>
>>>>> 
>>>>>                  Discussions of bugs and features can be posted here
>>>>>                  To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>>                   with body "unsubscribe
>>>>>                  csound"
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>              Send bugs reports to the Sourceforge bug tracker
>>>>>
>>>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>>
>>>>> 
>>>>>              Discussions of bugs and features can be posted here
>>>>>              To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>>               with body "unsubscribe
>>>>>              csound"
>>>>>
>>>>>
>>>>>
>>>>>          Send bugs reports to the Sourceforge bug tracker
>>>>>
>>>>> https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>>          
>>>>>          Discussions of bugs and features can be posted here
>>>>>          To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>>           with body "unsubscribe csound"
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>      Send bugs reports to the Sourceforge bug tracker
>>>>>      https://sourceforge.net/__tracker/?group_id=81968&atid=__564599
>>>>>      
>>>>>      Discussions of bugs and features can be posted here
>>>>>      To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>>       with body "unsubscribe csound"
>>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-10-28 21:27
FromRory Walsh
Subject[Csnd] Re: Cabbage on Linux...
I've been trying to work this out but have had no luck. when you change the settings do you make sure to select both inputs and outputs? I can't recreate the problem at all?

On Saturday, 27 October 2012, René Jopi <rene.jopi@gmail.com> wrote:
> Tested compiled and package binary on 12.04 64b, I still have the same error as previously.
> Just my luck!
> René
>
>
>
> Le 26/10/2012 16:17, Rory Walsh a écrit :
>>
>> I've uploaded a Linux package which builds and runs fine on both my
>> 64bit and 32bit Ubuntu machines:
>>
>> http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102
>>
>> I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
>> sure if these binaries will work on other versions of Ubuntu? Can
>> anyone clarify for me if binaries built on one version of Ubuntu will
>> work on other version? I have to say that didn't run into any problems
>> when changing the audio settings as had been reported, but it could be
>> because I accidentally upgraded from 12.04 to 12.10 without releasing.
>> Can people try it and let me know.
>>
>> Rory.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send emailsympa@lists.bath.ac.uk  with body "unsubscribe csound"
>>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2012-10-29 20:34
FromRené Jopi
SubjectRe: [Csnd] Re: Cabbage on Linux...
The program freeze when I select my audio card (M audiophile 24/96) at input or at output, no possible to select both.

I don't know what is wrong, my system is good with compiled program like Csound, CsoundQT, JuceDemo...etc

Too bad, thank you very much for trying :)

René



Le 28/10/2012 22:27, Rory Walsh a écrit :
I've been trying to work this out but have had no luck. when you change the settings do you make sure to select both inputs and outputs? I can't recreate the problem at all?

On Saturday, 27 October 2012, René Jopi <rene.jopi@gmail.com> wrote:
> Tested compiled and package binary on 12.04 64b, I still have the same error as previously.
> Just my luck!
> René
>
>
>
> Le 26/10/2012 16:17, Rory Walsh a écrit :
>>
>> I've uploaded a Linux package which builds and runs fine on both my
>> 64bit and 32bit Ubuntu machines:
>>
>> http://www.thecabbagefoundation.org/viewtopic.php?f=13&t=102
>>
>> I've included binaries which I built on 64bit Ubuntu 12.10 but I'm not
>> sure if these binaries will work on other versions of Ubuntu? Can
>> anyone clarify for me if binaries built on one version of Ubuntu will
>> work on other version? I have to say that didn't run into any problems
>> when changing the audio settings as had been reported, but it could be
>> because I accidentally upgraded from 12.04 to 12.10 without releasing.
>> Can people try it and let me know.
>>
>> Rory.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send emailsympa@lists.bath.ac.uk  with body "unsubscribe csound"
>>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>



Date2012-10-29 21:47
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux...
On 10/29/12 16:34, René Jopi wrote:
The program freeze when I select my audio card (M audiophile 24/96) at input or at output, no possible to select both.

I don't know what is wrong, my system is good with compiled program like Csound, CsoundQT, JuceDemo...etc

Too bad, thank you very much for trying :)
 
There seems to be a problem with the Juce audio stuff correctly identifying anything other than  a stereo soundcard/soundchip. It behaves properly with my Intel HDA chipset but not with my M-Audio Delta 66 on the same box.

Best,

dp


Date2012-10-30 06:31
FromRené Jopi
SubjectRe: [Csnd] Re: Cabbage on Linux...
Thanks for this information,
I stop compiling and return to music...:)
René


Le 29/10/2012 22:47, Dave Phillips a écrit :
On 10/29/12 16:34, René Jopi wrote:
The program freeze when I select my audio card (M audiophile 24/96) at input or at output, no possible to select both.

I don't know what is wrong, my system is good with compiled program like Csound, CsoundQT, JuceDemo...etc

Too bad, thank you very much for trying :)
 
There seems to be a problem with the Juce audio stuff correctly identifying anything other than  a stereo soundcard/soundchip. It behaves properly with my Intel HDA chipset but not with my M-Audio Delta 66 on the same box.

Best,

dp



Date2012-10-30 08:19
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux...
Hi Dave, is this the same for the Juce demo too?


On 29 October 2012 21:47, Dave Phillips  wrote:
> On 10/29/12 16:34, René Jopi wrote:
>
> The program freeze when I select my audio card (M audiophile 24/96) at input
> or at output, no possible to select both.
>
> I don't know what is wrong, my system is good with compiled program like
> Csound, CsoundQT, JuceDemo...etc
>
> Too bad, thank you very much for trying :)
>
>
> There seems to be a problem with the Juce audio stuff correctly identifying
> anything other than  a stereo soundcard/soundchip. It behaves properly with
> my Intel HDA chipset but not with my M-Audio Delta 66 on the same box.
>
> Best,
>
> dp
>


Date2012-10-30 13:55
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux...
On 10/30/12 04:19, Rory Walsh wrote:
> Hi Dave, is this the same for the Juce demo too?
>
>
>

Hi Rory,

I'll put some more time into testing Cabbage more thoroughly today. 
However, I get the following error on my Arch 64 and Debian Squeeze 
systems :

Compiling CabbageLookAndFeel.cpp
../../Source/CabbageLookAndFeel.cpp: In constructor 
'CabbageLookAndFeelBasic::CabbageLookAndFeelBasic()':
../../Source/CabbageLookAndFeel.cpp:1768:24: error: 
'juce::TextEditor::ColourIds' is not a class or namespace
../../Source/CabbageLookAndFeel.cpp:1769:24: error: 
'juce::TextEditor::ColourIds' is not a class or namespace
../../Source/CabbageLookAndFeel.cpp:1770:24: error: 
'juce::TextEditor::ColourIds' is not a class or namespace
make: *** [build/intermediate/Debug/CabbageLookAndFeel_220a01a6.o] Error 1


With today's SVN update.

Best,

dp


Date2012-10-30 16:12
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux...
Sorry Dave, the current SVN is not set up for Linux. I'll send on the
latest code I'm using for Linux in a moment. Just need to reboot the
laptop...

On 30 October 2012 14:55, Dave Phillips  wrote:
> On 10/30/12 04:19, Rory Walsh wrote:
>>
>> Hi Dave, is this the same for the Juce demo too?
>>
>>
>>
>
> Hi Rory,
>
> I'll put some more time into testing Cabbage more thoroughly today. However,
> I get the following error on my Arch 64 and Debian Squeeze systems :
>
> Compiling CabbageLookAndFeel.cpp
> ../../Source/CabbageLookAndFeel.cpp: In constructor
> 'CabbageLookAndFeelBasic::CabbageLookAndFeelBasic()':
> ../../Source/CabbageLookAndFeel.cpp:1768:24: error:
> 'juce::TextEditor::ColourIds' is not a class or namespace
> ../../Source/CabbageLookAndFeel.cpp:1769:24: error:
> 'juce::TextEditor::ColourIds' is not a class or namespace
> ../../Source/CabbageLookAndFeel.cpp:1770:24: error:
> 'juce::TextEditor::ColourIds' is not a class or namespace
> make: *** [build/intermediate/Debug/CabbageLookAndFeel_220a01a6.o] Error 1
>
>
> With today's SVN update.
>
> Best,
>
> dp
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-10-30 16:23
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux...
I'm currently having a few issues with the latest build on Linux due
to a load of updates. Can you try the source that's available on the
google.code site, it's more stable and should be easier to debug. You
can grab it here:

http://code.google.com/p/cabbage/downloads/detail?name=Cabbage-Linux.tar.gz&can=2&q=

One thing you can try is to build with Jack and Alsa support. Just
edit the Alsa and Jack lines from AppConfig.h in the JuceLibraryCode
folder so it looks like this:

#ifndef    JUCE_ALSA
 #define JUCE_ALSA 1
#endif

#ifndef    JUCE_JACK
 #define JUCE_JACK 1
#endif

Let me know how you get on!

Date2012-10-30 17:24
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux...
Hi Dave. I just built the code on the google site with Jack enabled
and Jack seems to work fine for me. Is it acceptable to ask Linux
users to use jack exclusively with Cabbage when running it in
standalone mode? It's still not a water tight as I'd like but I'm
looking into it!



On 30 October 2012 17:23, Rory Walsh  wrote:
> I'm currently having a few issues with the latest build on Linux due
> to a load of updates. Can you try the source that's available on the
> google.code site, it's more stable and should be easier to debug. You
> can grab it here:
>
> http://code.google.com/p/cabbage/downloads/detail?name=Cabbage-Linux.tar.gz&can=2&q=
>
> One thing you can try is to build with Jack and Alsa support. Just
> edit the Alsa and Jack lines from AppConfig.h in the JuceLibraryCode
> folder so it looks like this:
>
> #ifndef    JUCE_ALSA
>  #define JUCE_ALSA 1
> #endif
>
> #ifndef    JUCE_JACK
>  #define JUCE_JACK 1
> #endif
>
> Let me know how you get on!

Date2012-10-30 18:47
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux...
On 10/30/12 13:24, Rory Walsh wrote:
> Hi Dave. I just built the code on the google site with Jack enabled
> and Jack seems to work fine for me. Is it acceptable to ask Linux
> users to use jack exclusively with Cabbage when running it in
> standalone mode? It's still not a water tight as I'd like but I'm
> looking into it!
>

Hi Rory,

Thanks for the Google code, it compiles fine on Arch 64. I had to 
correct a single #include path for csound.hpp somewhere (sorry, I'll 
probably find it again later), and I had to set the VST SDK path a 
little more explicitly in the Juce plugin code, otherwise the build is 
clean and Cabbage works with JACK. For a while. Then its JACK client 
zombifies, and if I select anything from the Options menu I receive a 
run of error messages (see below).

Very cool to run Iain's new instruments with JACK, the 808 is awesome. :)

Best,

dp


Here's the last session. I successfully tested the 808 and the too-cool 
Sonic Lava Lamp, but failed with the Inharmonic synth.

[dlphilp@BigBlack build]$ ./Cabbage
JUCE v2.0.25
time resolution is 1000.000 ns
Welcome to Cabbage
ALSA device: hw:M66,0 outs=0-0 ins=0-0 rates=0
ALSA device: hw:NVidia,0 outs=2-8 ins=2-2 rates=3
ALSA device: hw:NVidia,1 outs=2-2 ins=0-0 rates=3
ALSA device: hw:NVidia,2 outs=0-0 ins=2-2 rates=3
Failed to create typeface: Helvetica; 16.0 Bold
Welcome to Cabbage
about to cleanup Csound
Csound cleaned up
which: no zenity in 
(/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/usr/lib/lib64:/usr/local/lib:/usr/local/include:/usr/lib/lib64:/usr/local/lib:/usr/local/include)
about to cleanup Csound
Csound cleaned up
about to cleanup Csound
Csound cleaned up
about to cleanup Csound
Csound cleaned up
JackAudioIODevice::errorCallback cannot read server event (Connection 
reset by peer)
JackAudioIODevice::errorCallback zombified - calling shutdown handler
JackAudioIODevice::shutdown
Csound tidy up: Segmentation fault
*** Leaked objects detected: 12 instance(s) of class CabbageSlider
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class CabbageCheckbox
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class MidiKeyboardComponent
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 3 instance(s) of class CabbageGroupbox
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class ToggleButton
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 12 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 12 instance(s) of class Slider
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class CabbageLabel
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class CabbageImage
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class DrawableComposite
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 4 instance(s) of class MarkerList
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 4 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 4 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 4 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 9 instance(s) of class DrawablePath
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 11 instance(s) of class Drawable
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class RowComponent
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class 
MidiInputSelectorComponentListBox
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class ListViewport
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class Viewport
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class ScrollBar
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class ListBox
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 8 instance(s) of class Label
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 8 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 4 instance(s) of class ComboBox
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 4 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 4 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 4 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class 
AudioDeviceSelectorComponent
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 9 instance(s) of class PathStrokeType
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 26 instance(s) of class Item
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 7 instance(s) of class PopupMenu
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 7 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 7 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class XBitmapImage
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class 
CabbagePluginAudioProcessorEditor
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 5 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../Source/../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class JackAudioIODeviceType
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class ALSAAudioIODeviceType
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class AudioDeviceManager
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class PropertiesFile
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
*** Leaked objects detected: 2 instance(s) of class PropertySet
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_core/system/../memory/juce_LeakedObjectDetector.h, 
line 95
^C
[1]+  Stopped                 ./Cabbage
[dlphilp@BigBlack build]$


Date2012-10-30 19:01
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux...
On 10/30/12 14:47, Dave Phillips wrote:

> ... I had to correct a single #include path for csound.hpp somewhere ...

~/src/Cabbage-Linux/Source/Pplugin/CabbagePluginProcessor.h, line 30

Date2012-10-30 19:25
FromAnders Genell
SubjectRe: [Csnd] Re: Cabbage on Linux...
Just a hint about zombieficaction of jack, which I am sure you already know:

jackd (jack1, not jack2) kan be started with a -Z flag to disable zombification. It is not part of the options available in qjackctl however, so it needs to be on the command line. I had some problems with brutefir that caused an annoyingly frequent zombification. With the -Z I was able to keep running, although there were nasty noises occasionally. 

Maybe an interim solution?

/Anders

30 okt 2012 kl. 19:47 skrev Dave Phillips :

> On 10/30/12 13:24, Rory Walsh wrote:
>> Hi Dave. I just built the code on the google site with Jack enabled
>> and Jack seems to work fine for me. Is it acceptable to ask Linux
>> users to use jack exclusively with Cabbage when running it in
>> standalone mode? It's still not a water tight as I'd like but I'm
>> looking into it!
>> 
> 
> Hi Rory,
> 
> Thanks for the Google code, it compiles fine on Arch 64. I had to correct a single #include path for csound.hpp somewhere (sorry, I'll probably find it again later), and I had to set the VST SDK path a little more explicitly in the Juce plugin code, otherwise the build is clean and Cabbage works with JACK. For a while. Then its JACK client zombifies, and if I select anything from the Options menu I receive a run of error messages (see below).
> 
> Very cool to run Iain's new instruments with JACK, the 808 is awesome. :)
> 
> Best,
> 
> dp
> 
> 
> Here's the last session. I successfully tested the 808 and the too-cool Sonic Lava Lamp, but failed with the Inharmonic synth.
> 
> [dlphilp@BigBlack build]$ ./Cabbage
> JUCE v2.0.25
> time resolution is 1000.000 ns
> Welcome to Cabbage
> ALSA device: hw:M66,0 outs=0-0 ins=0-0 rates=0
> ALSA device: hw:NVidia,0 outs=2-8 ins=2-2 rates=3
> ALSA device: hw:NVidia,1 outs=2-2 ins=0-0 rates=3
> ALSA device: hw:NVidia,2 outs=0-0 ins=2-2 rates=3
> Failed to create typeface: Helvetica; 16.0 Bold
> Welcome to Cabbage
> about to cleanup Csound
> Csound cleaned up
> which: no zenity in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/usr/lib/lib64:/usr/local/lib:/usr/local/include:/usr/lib/lib64:/usr/local/lib:/usr/local/include)
> about to cleanup Csound
> Csound cleaned up
> about to cleanup Csound
> Csound cleaned up
> about to cleanup Csound
> Csound cleaned up
> JackAudioIODevice::errorCallback cannot read server event (Connection reset by peer)
> JackAudioIODevice::errorCallback zombified - calling shutdown handler
> JackAudioIODevice::shutdown
> Csound tidy up: Segmentation fault
> *** Leaked objects detected: 12 instance(s) of class CabbageSlider
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class CabbageCheckbox
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class MidiKeyboardComponent
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 3 instance(s) of class CabbageGroupbox
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class ToggleButton
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 12 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 12 instance(s) of class Slider
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class CabbageLabel
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class CabbageImage
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class DrawableComposite
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 4 instance(s) of class MarkerList
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 4 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 4 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 4 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 9 instance(s) of class DrawablePath
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 11 instance(s) of class Drawable
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class RowComponent
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class MidiInputSelectorComponentListBox
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class ListViewport
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class Viewport
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class ScrollBar
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class ListBox
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 8 instance(s) of class Label
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 8 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 4 instance(s) of class ComboBox
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 4 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 4 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 4 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class AudioDeviceSelectorComponent
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 9 instance(s) of class PathStrokeType
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 26 instance(s) of class Item
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 7 instance(s) of class PopupMenu
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 7 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 7 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class XBitmapImage
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class CabbagePluginAudioProcessorEditor
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 5 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../Source/../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class JackAudioIODeviceType
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class ALSAAudioIODeviceType
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class AudioDeviceManager
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class OwnedArray
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 1 instance(s) of class HeapBlock
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class PropertiesFile
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> *** Leaked objects detected: 2 instance(s) of class PropertySet
> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
> ^C
> [1]+  Stopped                 ./Cabbage
> [dlphilp@BigBlack build]$
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 


Date2012-10-30 19:43
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux...
Hi Anders, can you provide me with a simple command line option for
running jack as you describe? I'm a complete jack newbie. Dave, I was
sure I updated the harmonic synth examples from Iain's collection. To
be on the safe side you can download his entire collection from the
www.thecabbagefoundation.org, go to the Cabbage Recipes section. It
includes an updated version of that synth and some more instruments
too. I'll be sure to include them all in the next release. Until then
I think there is still work to be done on making it run more stable on
Linux. It's kind of ironic that Linux is the one OS which Cabbage
seems to be flaky on. Most like it's the developer who's flaky, the OS
is sound.



On 30 October 2012 20:25, Anders Genell  wrote:
> Just a hint about zombieficaction of jack, which I am sure you already know:
>
> jackd (jack1, not jack2) kan be started with a -Z flag to disable zombification. It is not part of the options available in qjackctl however, so it needs to be on the command line. I had some problems with brutefir that caused an annoyingly frequent zombification. With the -Z I was able to keep running, although there were nasty noises occasionally.
>
> Maybe an interim solution?
>
> /Anders
>
> 30 okt 2012 kl. 19:47 skrev Dave Phillips :
>
>> On 10/30/12 13:24, Rory Walsh wrote:
>>> Hi Dave. I just built the code on the google site with Jack enabled
>>> and Jack seems to work fine for me. Is it acceptable to ask Linux
>>> users to use jack exclusively with Cabbage when running it in
>>> standalone mode? It's still not a water tight as I'd like but I'm
>>> looking into it!
>>>
>>
>> Hi Rory,
>>
>> Thanks for the Google code, it compiles fine on Arch 64. I had to correct a single #include path for csound.hpp somewhere (sorry, I'll probably find it again later), and I had to set the VST SDK path a little more explicitly in the Juce plugin code, otherwise the build is clean and Cabbage works with JACK. For a while. Then its JACK client zombifies, and if I select anything from the Options menu I receive a run of error messages (see below).
>>
>> Very cool to run Iain's new instruments with JACK, the 808 is awesome. :)
>>
>> Best,
>>
>> dp
>>
>>
>> Here's the last session. I successfully tested the 808 and the too-cool Sonic Lava Lamp, but failed with the Inharmonic synth.
>>
>> [dlphilp@BigBlack build]$ ./Cabbage
>> JUCE v2.0.25
>> time resolution is 1000.000 ns
>> Welcome to Cabbage
>> ALSA device: hw:M66,0 outs=0-0 ins=0-0 rates=0
>> ALSA device: hw:NVidia,0 outs=2-8 ins=2-2 rates=3
>> ALSA device: hw:NVidia,1 outs=2-2 ins=0-0 rates=3
>> ALSA device: hw:NVidia,2 outs=0-0 ins=2-2 rates=3
>> Failed to create typeface: Helvetica; 16.0 Bold
>> Welcome to Cabbage
>> about to cleanup Csound
>> Csound cleaned up
>> which: no zenity in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/usr/lib/lib64:/usr/local/lib:/usr/local/include:/usr/lib/lib64:/usr/local/lib:/usr/local/include)
>> about to cleanup Csound
>> Csound cleaned up
>> about to cleanup Csound
>> Csound cleaned up
>> about to cleanup Csound
>> Csound cleaned up
>> JackAudioIODevice::errorCallback cannot read server event (Connection reset by peer)
>> JackAudioIODevice::errorCallback zombified - calling shutdown handler
>> JackAudioIODevice::shutdown
>> Csound tidy up: Segmentation fault
>> *** Leaked objects detected: 12 instance(s) of class CabbageSlider
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class CabbageCheckbox
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class MidiKeyboardComponent
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 3 instance(s) of class CabbageGroupbox
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class ToggleButton
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 12 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 12 instance(s) of class Slider
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class CabbageLabel
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class CabbageImage
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class DrawableComposite
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 4 instance(s) of class MarkerList
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 4 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 4 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 4 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 9 instance(s) of class DrawablePath
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 11 instance(s) of class Drawable
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class RowComponent
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class MidiInputSelectorComponentListBox
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class ListViewport
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class Viewport
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class ScrollBar
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class ListBox
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 8 instance(s) of class Label
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 8 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 4 instance(s) of class ComboBox
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 4 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 4 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 4 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class AudioDeviceSelectorComponent
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 9 instance(s) of class PathStrokeType
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 26 instance(s) of class Item
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 7 instance(s) of class PopupMenu
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 7 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 7 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class XBitmapImage
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class CabbagePluginAudioProcessorEditor
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 5 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../Source/../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class JackAudioIODeviceType
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class ALSAAudioIODeviceType
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class AudioDeviceManager
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class OwnedArray
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 1 instance(s) of class HeapBlock
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class PropertiesFile
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> *** Leaked objects detected: 2 instance(s) of class PropertySet
>> JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
>> ^C
>> [1]+  Stopped                 ./Cabbage
>> [dlphilp@BigBlack build]$
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-10-30 20:49
FromAnders Genell
SubjectRe: [Csnd] Re: Cabbage on Linux...
Well, just for simple testing you should do fine with

jackd -Z -d alsa

and let all else be default, but to run properly together with csound I suggest following the recommendations found at the bottom of http://www.csounds.com/manual/html/UsingRealTime.html#RealTimeLinux

Note that the -d flag refers to what backend to use with jack, in this case alsa, and that all flags following that will refer to settings for that backend, even another -d which would mean "alsa device" (if you need something other than the default hw:0). The -Z flag affects the jack daemon and should hence go before the -d. 

Let me (or anybody on the list with knowledge of jack) know if you hit a snag. 
I know there is a way to have qjackctl read the jackd flags from a jackdrc-file, and to avoid have qjackctl overwriting it, but I can't recall exactly how off the top of my head. I could look into it and let you know if you want - the persistent patch-bay and graphical connection diagram is quite useful after all.

Regards,
/Anders

30 okt 2012 kl. 20:43 skrev Rory Walsh <rorywalsh@ear.ie>:

Hi Anders, can you provide me with a simple command line option for
running jack as you describe? I'm a complete jack newbie. Dave, I was
sure I updated the harmonic synth examples from Iain's collection. To
be on the safe side you can download his entire collection from the
www.thecabbagefoundation.org, go to the Cabbage Recipes section. It
includes an updated version of that synth and some more instruments
too. I'll be sure to include them all in the next release. Until then
I think there is still work to be done on making it run more stable on
Linux. It's kind of ironic that Linux is the one OS which Cabbage
seems to be flaky on. Most like it's the developer who's flaky, the OS
is sound.



On 30 October 2012 20:25, Anders Genell <anders.genell@gmail.com> wrote:
Just a hint about zombieficaction of jack, which I am sure you already know:

jackd (jack1, not jack2) kan be started with a -Z flag to disable zombification. It is not part of the options available in qjackctl however, so it needs to be on the command line. I had some problems with brutefir that caused an annoyingly frequent zombification. With the -Z I was able to keep running, although there were nasty noises occasionally.

Maybe an interim solution?

/Anders

30 okt 2012 kl. 19:47 skrev Dave Phillips <dlphillips@woh.rr.com>:

On 10/30/12 13:24, Rory Walsh wrote:
Hi Dave. I just built the code on the google site with Jack enabled
and Jack seems to work fine for me. Is it acceptable to ask Linux
users to use jack exclusively with Cabbage when running it in
standalone mode? It's still not a water tight as I'd like but I'm
looking into it!


Hi Rory,

Thanks for the Google code, it compiles fine on Arch 64. I had to correct a single #include path for csound.hpp somewhere (sorry, I'll probably find it again later), and I had to set the VST SDK path a little more explicitly in the Juce plugin code, otherwise the build is clean and Cabbage works with JACK. For a while. Then its JACK client zombifies, and if I select anything from the Options menu I receive a run of error messages (see below).

Very cool to run Iain's new instruments with JACK, the 808 is awesome. :)

Best,

dp


Here's the last session. I successfully tested the 808 and the too-cool Sonic Lava Lamp, but failed with the Inharmonic synth.

[dlphilp@BigBlack build]$ ./Cabbage
JUCE v2.0.25
time resolution is 1000.000 ns
Welcome to Cabbage
ALSA device: hw:M66,0 outs=0-0 ins=0-0 rates=0
ALSA device: hw:NVidia,0 outs=2-8 ins=2-2 rates=3
ALSA device: hw:NVidia,1 outs=2-2 ins=0-0 rates=3
ALSA device: hw:NVidia,2 outs=0-0 ins=2-2 rates=3
Failed to create typeface: Helvetica; 16.0 Bold
Welcome to Cabbage
about to cleanup Csound
Csound cleaned up
which: no zenity in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/usr/lib/lib64:/usr/local/lib:/usr/local/include:/usr/lib/lib64:/usr/local/lib:/usr/local/include)
about to cleanup Csound
Csound cleaned up
about to cleanup Csound
Csound cleaned up
about to cleanup Csound
Csound cleaned up
JackAudioIODevice::errorCallback cannot read server event (Connection reset by peer)
JackAudioIODevice::errorCallback zombified - calling shutdown handler
JackAudioIODevice::shutdown
Csound tidy up: Segmentation fault
*** Leaked objects detected: 12 instance(s) of class CabbageSlider
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class CabbageCheckbox
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class MidiKeyboardComponent
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 3 instance(s) of class CabbageGroupbox
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class ToggleButton
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 12 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 12 instance(s) of class Slider
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class CabbageLabel
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class CabbageImage
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class DrawableComposite
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 4 instance(s) of class MarkerList
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 4 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 4 instance(s) of class OwnedArray
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 4 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 9 instance(s) of class DrawablePath
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 11 instance(s) of class Drawable
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class RowComponent
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class MidiInputSelectorComponentListBox
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class ListViewport
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class Viewport
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class ScrollBar
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class ListBox
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 8 instance(s) of class Label
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 8 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 4 instance(s) of class ComboBox
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 4 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 4 instance(s) of class OwnedArray
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 4 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class AudioDeviceSelectorComponent
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_utils/../juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 9 instance(s) of class PathStrokeType
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 26 instance(s) of class Item
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 7 instance(s) of class PopupMenu
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 7 instance(s) of class OwnedArray
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 7 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class XBitmapImage
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_gui_basics/../juce_graphics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class CabbagePluginAudioProcessorEditor
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in ../../Source/Plugin/../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 5 instance(s) of class OwnedArray
JUCE Assertion failure in ../../Source/../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_basics/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class JackAudioIODeviceType
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class ALSAAudioIODeviceType
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class AudioDeviceManager
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class OwnedArray
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 1 instance(s) of class HeapBlock
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_audio_devices/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class PropertiesFile
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
*** Leaked objects detected: 2 instance(s) of class PropertySet
JUCE Assertion failure in ../../JuceLibraryCode/modules/juce_core/system/../memory/juce_LeakedObjectDetector.h, line 95
^C
[1]+  Stopped                 ./Cabbage
[dlphilp@BigBlack build]$



Send bugs reports to the Sourceforge bug tracker
         https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2012-10-31 11:59
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux...
On 10/30/2012 03:43 PM, Rory Walsh wrote:

> Dave, I was sure I updated the harmonic synth examples from Iain's collection.

You did. I tested your code on AVLinux (Debian Squeeze) too, the 
Inharmonic synth works fine there, no crash. The crash occurs on my 
64-bit Arch box.

Btw, I exported two plugins last night, Iain's Bass Guitar and TR808. 
Qtractor and Ardour3 recognized them but couldn't instantiate any 
controls for the GUI. A blank black panel was all I got. :(

Best,

dp


Date2012-10-31 15:09
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux...
I'll check it out Dave, thanks for the report.

Rory.


On 31 October 2012 12:59, Dave Phillips  wrote:
> On 10/30/2012 03:43 PM, Rory Walsh wrote:
>
>> Dave, I was sure I updated the harmonic synth examples from Iain's
>> collection.
>
>
> You did. I tested your code on AVLinux (Debian Squeeze) too, the Inharmonic
> synth works fine there, no crash. The crash occurs on my 64-bit Arch box.
>
> Btw, I exported two plugins last night, Iain's Bass Guitar and TR808.
> Qtractor and Ardour3 recognized them but couldn't instantiate any controls
> for the GUI. A blank black panel was all I got. :(
>
> Best,
>
> dp
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-10-31 16:30
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux...
Hi Dave, I just tried creating a plugin version of Iain's bass guitar
synth and it worked fine for me in both Renoise and QTractor? The GUI
showed blank in Renoise until I closed the window and reopened it,
after which it was fine. Regardless of whether the window opens or
not, you should have access to the control parameter via automation,
or through native controls if they are provided. All plugins in
renoise can be controlled through native sliders, I don't really know
about QTractor or Ardour. There is much work to be done on the Linux
port. No doubt about it!

On 31 October 2012 16:09, Rory Walsh  wrote:
> I'll check it out Dave, thanks for the report.
>
> Rory.
>
>
> On 31 October 2012 12:59, Dave Phillips  wrote:
>> On 10/30/2012 03:43 PM, Rory Walsh wrote:
>>
>>> Dave, I was sure I updated the harmonic synth examples from Iain's
>>> collection.
>>
>>
>> You did. I tested your code on AVLinux (Debian Squeeze) too, the Inharmonic
>> synth works fine there, no crash. The crash occurs on my 64-bit Arch box.
>>
>> Btw, I exported two plugins last night, Iain's Bass Guitar and TR808.
>> Qtractor and Ardour3 recognized them but couldn't instantiate any controls
>> for the GUI. A blank black panel was all I got. :(
>>
>> Best,
>>
>> dp
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>

Date2012-11-01 12:42
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux...
On 10/31/12 12:30, Rory Walsh wrote:
> Hi Dave, I just tried creating a plugin version of Iain's bass guitar
> synth and it worked fine for me in both Renoise and QTractor? The GUI
> showed blank in Renoise until I closed the window and reopened it,
> after which it was fine. Regardless of whether the window opens or
> not, you should have access to the control parameter via automation,
> or through native controls if they are provided. All plugins in
> renoise can be controlled through native sliders, I don't really know
> about QTractor or Ardour. There is much work to be done on the Linux
> port. No doubt about it!

A little update: I noticed that Ardour3 complained about missing CSD 
files, so I put the requested CSDs in /usr/local/lib/lxvst. The TR-808 
plugin came up perfectly, complete with GUI. Unfortunately I had no time 
ti run even a simple test, I'll get to that later today. The BassGuitar 
plugin seems to be recognized okay during Ardour's startup, but it isn't 
listed in the Plugin Manager. I'll supply more details later.

The blank frames still persist in Qtractor though.

Pretty cool to see that 808 UI in Ardour3. :)

Best,

dp


Date2012-11-01 16:40
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux...
Promising stuff. You have to make sure that the csd file is placed in
the same directory as the .so library and that they share the same
name. When you export 'as' with Cabbage it will do this for you.
Thanks for the update.

Date2012-11-13 12:23
FromDave Phillips
SubjectRe: [Csnd] Cabbage on Linux...
Hi Rory,

Nice surprise this morning to find updated Makefiles in Cabbage's Linux 
directory. Unfortunately the build fails on AVLinux (Debian Squeeze) :

dlphilp@avlinux:~/src/cabbage/Builds/Linux$ ./buildCabbage
Building Cabbage!
Cleaning Cabbage
Compiling XYPad.cpp
In file included from 
../../Source/./Plugin/../Editor/CabbageEditorWindow.h:15:0,
from ../../Source/./Plugin/CabbagePluginProcessor.h:26,
from ../../Source/XYPad.h:7,
from ../../Source/XYPad.cpp:2:
../../Source/./Plugin/../Editor/CabbageCsoundEditor.h: In member 
function ‘virtual void 
CsoundEditor::CsoundCodeEditor::performPopupMenuAction(int)’:
../../Source/./Plugin/../Editor/CabbageCsoundEditor.h:475:56: error: no 
matching function for call to 
‘juce::CallOutBox::CallOutBox(CsoundEditor::CsoundCodeEditor::colourPallete&, 
CsoundEditor::CsoundCodeEditor&, int)’
../../Source/./Plugin/../Editor/CabbageCsoundEditor.h:475:56: note: 
candidates are:
../../Source/../JuceLibraryCode/modules/juce_audio_plugin_client/../juce_gui_basics/windows/juce_CallOutBox.h:148:5: 
note: juce::CallOutBox::CallOutBox(const juce::CallOutBox&)
../../Source/../JuceLibraryCode/modules/juce_audio_plugin_client/../juce_gui_basics/windows/juce_CallOutBox.h:148:5: 
note: candidate expects 1 argument, 3 provided
../../Source/../JuceLibraryCode/modules/juce_audio_plugin_client/../juce_gui_basics/windows/juce_CallOutBox.h:73:5: 
note: juce::CallOutBox::CallOutBox(juce::Component&, const 
juce::Rectangle&, juce::Component*)
../../Source/../JuceLibraryCode/modules/juce_audio_plugin_client/../juce_gui_basics/windows/juce_CallOutBox.h:73:5: 
note: no known conversion for argument 2 from 
‘CsoundEditor::CsoundCodeEditor’ to ‘const juce::Rectangle&’
make: *** [build/intermediate/Debug/XYPad_6eaa3453.o] Error 1


Suggestions ?

Btw, thanks for checking out my music. :)

Best,

dp


Date2012-11-14 16:40
FromRené Jopi
Subject[Csnd] Re: Cabbage on Linux
Hi Rory,

I success in using Cabbage on Ubuntu 12.04 64 bits with a M-audiophile 
card :-

It was not working with ALSA, but it is with JACK.

For that I had to compile it with JUCE_JACK 1 and all other options to 0.
(juce_audio_devices flags changed in the file 
/Cabbage/JuceLibraryCode/AppConfig.h)

Regards,
René

Date2012-11-14 16:45
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux
That's great Rene. Glad to hear such reports! I'm looking into the
ALSA issue but in the meantime I'm starting to like jack a lot more!

On 14 November 2012 16:40, René Jopi  wrote:
> Hi Rory,
>
> I success in using Cabbage on Ubuntu 12.04 64 bits with a M-audiophile card
> :-
>
> It was not working with ALSA, but it is with JACK.
>
> For that I had to compile it with JUCE_JACK 1 and all other options to 0.
> (juce_audio_devices flags changed in the file
> /Cabbage/JuceLibraryCode/AppConfig.h)
>
> Regards,
> René
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


Date2012-11-18 20:09
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux
Hi Rory,

Cabbage builds and runs on my 32-bit machines but dies the death on Arch 
64. :(

Here's the message:

[dlphilp@BigBlack build]$ ./Cabbage
JUCE v2.0.25
JUCE Assertion failure in 
../../JuceLibraryCode/modules/juce_core/files/juce_File.cpp, line 147
time resolution is 1000.000 ns
Welcome to Cabbage

[1]+  Stopped                 ./Cabbage


Any suggestions ?

Best,

dp


Date2012-11-18 20:20
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux
That's odd. I can't see why it should. Are you using the latest github source?

On 18 November 2012 20:09, Dave Phillips  wrote:
> Hi Rory,
>
> Cabbage builds and runs on my 32-bit machines but dies the death on Arch 64.
> :(
>
> Here's the message:
>
> [dlphilp@BigBlack build]$ ./Cabbage
> JUCE v2.0.25
> JUCE Assertion failure in
> ../../JuceLibraryCode/modules/juce_core/files/juce_File.cpp, line 147
> time resolution is 1000.000 ns
> Welcome to Cabbage
>
> [1]+  Stopped                 ./Cabbage
>
>
> Any suggestions ?
>
> Best,
>
> dp
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-11-18 20:32
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux
On 11/18/12 15:20, Rory Walsh wrote:
> That's odd. I can't see why it should. Are you using the latest github source?
>

Yes, updated within the hour.

Best,

dp




> On 18 November 2012 20:09, Dave Phillips  wrote:
>> Hi Rory,
>>
>> Cabbage builds and runs on my 32-bit machines but dies the death on Arch 64.
>> :(
>>
>> Here's the message:
>>
>> [dlphilp@BigBlack build]$ ./Cabbage
>> JUCE v2.0.25
>> JUCE Assertion failure in
>> ../../JuceLibraryCode/modules/juce_core/files/juce_File.cpp, line 147
>> time resolution is 1000.000 ns
>> Welcome to Cabbage
>>
>> [1]+  Stopped                 ./Cabbage
>>
>>
>> Any suggestions ?
>>
>> Best,
>>
>> dp
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Date2012-11-18 20:58
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux
I'm at a loss. There was some issues with that code before but it's
since been fixed. Or at least I thought it had. I'm using a 64bit OS
here too but I can't recreate the problems. Can you do me a favour,
and try the latest Juce tip,

https://github.com/julianstorer/JUCE/zipball/master

extract and cd to juce/extra/JuceDemo/Bulids/Linux and run make. If
you get a crash when opening a c++ file from the code editor window
then I think I know what might be wrong. Thanks.

Rory.





On 18 November 2012 20:32, Dave Phillips  wrote:
> On 11/18/12 15:20, Rory Walsh wrote:
>>
>> That's odd. I can't see why it should. Are you using the latest github
>> source?
>>
>
> Yes, updated within the hour.
>
> Best,
>
> dp
>
>
>
>
>
>> On 18 November 2012 20:09, Dave Phillips  wrote:
>>>
>>> Hi Rory,
>>>
>>> Cabbage builds and runs on my 32-bit machines but dies the death on Arch
>>> 64.
>>> :(
>>>
>>> Here's the message:
>>>
>>> [dlphilp@BigBlack build]$ ./Cabbage
>>> JUCE v2.0.25
>>> JUCE Assertion failure in
>>> ../../JuceLibraryCode/modules/juce_core/files/juce_File.cpp, line 147
>>> time resolution is 1000.000 ns
>>> Welcome to Cabbage
>>>
>>> [1]+  Stopped                 ./Cabbage
>>>
>>>
>>> Any suggestions ?
>>>
>>> Best,
>>>
>>> dp
>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-11-18 23:57
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux
On 11/18/12 15:58, Rory Walsh wrote:
> I'm at a loss. There was some issues with that code before but it's
> since been fixed. Or at least I thought it had. I'm using a 64bit OS
> here too but I can't recreate the problems. Can you do me a favour,
> and try the latest Juce tip,
>
> https://github.com/julianstorer/JUCE/zipball/master
>
> extract and cd to juce/extra/JuceDemo/Bulids/Linux and run make. If
> you get a crash when opening a c++ file from the code editor window
> then I think I know what might be wrong. Thanks.
>
>

You're right, it crashes when I try to load a file in the code editor:

[dlphilp@BigBlack build]$ ./JuceDemo
JUCE v2.0.28
Time and date: 18 Nov 2012 6:55:04pm
User logon name: dlphilp
Full user name: dlphilp
Host name: BigBlack
Operating system: Linux
Locale: -ISO
Memory size: 3518MB
Number of CPUs: 1
CPU vendor: AuthenticAMD
CPU speed: 2000MHz
CPU has MMX: yes
CPU has SSE: yes
CPU has SSE2: yes
CPU has 3DNOW: yes
Found network card MAC addresses: 00-16-e6-59-b4-31
Current working directory: 
/home/dlphilp/src/julianstorer-JUCE-f903695/extra/JuceDemo/Builds/Linux/build
Current executable file: 
/home/dlphilp/src/julianstorer-JUCE-f903695/extras/JuceDemo/Builds/Linux/build/JuceDemo
Current application file: 
/home/dlphilp/src/julianstorer-JUCE-f903695/extras/JuceDemo/Builds/Linux/build/JuceDemo
User home directory: /home/dlphilp
User documents directory: /home/dlphilp
User application data directory: /home/dlphilp
Common application data directory: /var
Temp directory: /var/tmp


JUCE Assertion failure in 
../../../../modules/juce_gui_basics/components/juce_Component.cpp, line 652
which: no zenity in 
(/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/usr/lib/lib64:/usr/local/lib:/usr/local/include:/usr/lib/lib64:/usr/local/lib:/usr/local/include)

[1]+  Stopped                 ./JuceDemo


HTH,

dp



Date2012-11-19 00:03
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux
Btw, I installed Zenity, the JuceDemo works now but Cabbage still dies 
with the assertion failure. :(

Date2012-11-20 15:59
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux
I will install Arch linux on my old laptop and see if I can recreate
the problems. It won't be 64bit but it might provide some insight. Can
you let me know what version you are using?

On 19 November 2012 00:03, Dave Phillips  wrote:
>
> Btw, I installed Zenity, the JuceDemo works now but Cabbage still dies with
> the assertion failure. :(
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2013-10-04 09:15
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux
Hi Dave, a user is reporting that File assertion error with the latest
version of Cababge on ArchLinux. Can you confirm that it runs there
for you Ok?

On 18 November 2012 20:09, Dave Phillips  wrote:
> Hi Rory,
>
> Cabbage builds and runs on my 32-bit machines but dies the death on Arch 64.
> :(
>
> Here's the message:
>
> [dlphilp@BigBlack build]$ ./Cabbage
> JUCE v2.0.25
> JUCE Assertion failure in
> ../../JuceLibraryCode/modules/juce_core/files/juce_File.cpp, line 147
> time resolution is 1000.000 ns
> Welcome to Cabbage
>
> [1]+  Stopped                 ./Cabbage
>
>
> Any suggestions ?
>
> Best,
>
> dp
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2013-10-04 10:33
FromDave Phillips
SubjectRe: [Csnd] Re: Cabbage on Linux
On 10/04/2013 04:15 AM, Rory Walsh wrote:
> Hi Dave, a user is reporting that File assertion error with the latest
> version of Cababge on ArchLinux. Can you confirm that it runs there
> for you Ok?

Sorry, Rory, but my Arch system died a while ago with a drive failure 
and I haven't got around to reinstalling it.

Btw, where's the latest Cabbage source code now ? I just get an "Already 
up to date" message when I do a git pull.

Best,

dp


>
> On 18 November 2012 20:09, Dave Phillips  wrote:
>> Hi Rory,
>>
>> Cabbage builds and runs on my 32-bit machines but dies the death on Arch 64.
>> :(
>>
>> Here's the message:
>>
>> [dlphilp@BigBlack build]$ ./Cabbage
>> JUCE v2.0.25
>> JUCE Assertion failure in
>> ../../JuceLibraryCode/modules/juce_core/files/juce_File.cpp, line 147
>> time resolution is 1000.000 ns
>> Welcome to Cabbage
>>
>> [1]+  Stopped                 ./Cabbage
>>
>>
>> Any suggestions ?
>>
>> Best,
>>
>> dp
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>              https://sourceforge.net/p/csound/tickets/
> csound5:
>              https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>


Date2013-10-04 10:44
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage on Linux
The latest source is hiding away in a secret vault until it's ready :)
Actually, I'm almost ready to release it. I've tidied up a lot of
internal stuff and updated for Csound6. I've also added some nice new
features for designed GUIs. One thing I've yet to add, even though the
code is already there, is support for LV2 plugins. I hope to get it
all done and dusted before Boston.

On 4 October 2013 10:33, Dave Phillips  wrote:
> On 10/04/2013 04:15 AM, Rory Walsh wrote:
>>
>> Hi Dave, a user is reporting that File assertion error with the latest
>> version of Cababge on ArchLinux. Can you confirm that it runs there
>> for you Ok?
>
>
> Sorry, Rory, but my Arch system died a while ago with a drive failure and I
> haven't got around to reinstalling it.
>
> Btw, where's the latest Cabbage source code now ? I just get an "Already up
> to date" message when I do a git pull.
>
> Best,
>
> dp
>
>
>>
>> On 18 November 2012 20:09, Dave Phillips  wrote:
>>>
>>> Hi Rory,
>>>
>>> Cabbage builds and runs on my 32-bit machines but dies the death on Arch
>>> 64.
>>> :(
>>>
>>> Here's the message:
>>>
>>> [dlphilp@BigBlack build]$ ./Cabbage
>>> JUCE v2.0.25
>>> JUCE Assertion failure in
>>> ../../JuceLibraryCode/modules/juce_core/files/juce_File.cpp, line 147
>>> time resolution is 1000.000 ns
>>> Welcome to Cabbage
>>>
>>> [1]+  Stopped                 ./Cabbage
>>>
>>>
>>> Any suggestions ?
>>>
>>> Best,
>>>
>>> dp
>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>              https://sourceforge.net/p/csound/tickets/
>> csound5:
>>              https://sourceforge.net/p/csound/bugs/
>>
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
>
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>