| thanks!
On 24 October 2012 19:41, René Jopi wrote:
> They are in /usr/include/csound, after installing libcsound64-dev and
> libcsnd-dev
>
>
> Le 24/10/2012 20:29, Rory Walsh a écrit :
>
>> Where are the csound header files installed when one grabs Csound
>> using apt-get? I can't seem to locate them? Are they included in the
>> distro?
>>
>> On 24 October 2012 18:58, René Jopi wrote:
>>>
>>> Normally I always compile Csound and CsoundQt.
>>> But I never install csound because it is easer for me to keep several
>>> version of it.
>>>
>>> But to build Cabbage I have installed csound with apt (or synaptic)
>>> because I don't success to build with a local csound.
>>>
>>> My csound deb are:
>>> csound version 1.5.17.6
>>> libcsnd5.2
>>> libcsnd-dev
>>> libcsound64-5.2
>>> libcsound64-dev
>>>
>>> Hope this help
>>> René
>>>
>>>
>>> Le 24/10/2012 17:26, Rory Walsh a écrit :
>>>
>>>> Ok. So we know the problem is there. Ubuntu 64 is almost downloaded
>>>> here! By the way, do you build Csound yourself, or do you use a pre
>>>> built Linux package?
>>>>
>>>> On 24 October 2012 16:09, René Jopi wrote:
>>>>>
>>>>> I "empty" the function CabbagePluginAudioProcessor::processBlock and
>>>>> recompile,
>>>>> now i can open instruments, set audio and audio test is making a sound.
>>>>>
>>>>> René
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Le 24/10/2012 15:49, Rory Walsh a écrit :
>>>>>
>>>>>> Ok, can you try simply commenting out the entire processBlock
>>>>>> (AudioSampleBuffer& buffer, MidiBuffer& midiMessages) function?
>>>>>> Rebuild and see if the error persists. Thanks. I'm just downloading
>>>>>> 64bit Ubuntnu now. It'll take a while.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 24 October 2012 14:16, René Jopi wrote:
>>>>>>>
>>>>>>> Hi Rory,
>>>>>>>
>>>>>>> "audioBuffer = buffer.getSampleData(channel,0);" is in line 740 and
>>>>>>> 764,
>>>>>>> file CabbagePluginProcessor.cpp
>>>>>>>
>>>>>>> still have same error when changing one or both lines
>>>>>>> René
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Le 23/10/2012 22:52, Rory Walsh a écrit :
>>>>>>>>
>>>>>>>> Hi Rene. Can you try replacing line 723CabbagePluginProcessor.cpp,
>>>>>>>> i.e,
>>>>>>>>
>>>>>>>> audioBuffer = buffer.getSampleData(channel,0);
>>>>>>>>
>>>>>>>> with
>>>>>>>>
>>>>>>>> audioBuffer = 0;
>>>>>>>>
>>>>>>>> The call to getSampleData() seems to be causing a problem. Note that
>>>>>>>> this will not resolve the problem, but if it still crashes after
>>>>>>>> this
>>>>>>>> then I know the problem is elsewhere.
>>>>>>>>
>>>>>>>> Rory.
>>>>>>>>
>>>>>>>> p.s. I have a 64bit machine at my disposal, I just haven't got
>>>>>>>> around
>>>>>>>> to putting Linux on it yet but if we can't sort something out I will
>>>>>>>> bite the bullet and do an install..
>>>>>>>>
>>>>>>>>
>>>>>>>> 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"
>
|