Csound Csound-dev Csound-tekno Search About

[Csnd] Basic Cabbage question

Date2013-01-06 23:10
FromRoger Kelly
Subject[Csnd] Basic Cabbage question
If you export as VST would you have to have Csound installed on a host machine running your DAW?

Does it work via CsoundAPI or does it rely on Csound to be installed?

Date2013-01-06 23:18
FromRory Walsh
SubjectRe: [Csnd] Basic Cabbage question
For now you need to have Csound installed on the host machine. It does
work through the host API, but I link dynamically, which means users
need to have Csound installed and OPCODEDIR set. I'd be more than
happy for assist someone anyone in trying a static link build so we
could offer the choice to those who wish to distribute truly
standalone plugins. I just don't have the time to work on this aspect
of it myself right now but as I said, I'd be more than happy to help
anyone who wants to give it a go. It shouldn't be that tricky..



On 6 January 2013 23:10, Roger Kelly  wrote:
> If you export as VST would you have to have Csound installed on a host
> machine running your DAW?
>
> Does it work via CsoundAPI or does it rely on Csound to be installed?

Date2013-01-06 23:34
FromRoger Kelly
SubjectRe: [Csnd] Basic Cabbage question
I would be interested.  I would like to redistribute a VST to host custom sample libraries.  I attempted to build one of these once in SynthEdit, but it is alot of manual C coding and of course fewer possibilities.


On Sun, Jan 6, 2013 at 5:18 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
For now you need to have Csound installed on the host machine. It does
work through the host API, but I link dynamically, which means users
need to have Csound installed and OPCODEDIR set. I'd be more than
happy for assist someone anyone in trying a static link build so we
could offer the choice to those who wish to distribute truly
standalone plugins. I just don't have the time to work on this aspect
of it myself right now but as I said, I'd be more than happy to help
anyone who wants to give it a go. It shouldn't be that tricky..



On 6 January 2013 23:10, Roger Kelly <loraxman@gmail.com> wrote:
> If you export as VST would you have to have Csound installed on a host
> machine running your DAW?
>
> Does it work via CsoundAPI or does it rely on Csound to be installed?


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-01-06 23:40
FromRory Walsh
SubjectRe: [Csnd] Basic Cabbage question
What platform are you using? If you contact me off-list I can talk you
through getting set up and building and we can hopefully take it from
there!

Rory.


On 6 January 2013 23:34, Roger Kelly  wrote:
> I would be interested.  I would like to redistribute a VST to host custom
> sample libraries.  I attempted to build one of these once in SynthEdit, but
> it is alot of manual C coding and of course fewer possibilities.
>
>
> On Sun, Jan 6, 2013 at 5:18 PM, Rory Walsh  wrote:
>>
>> For now you need to have Csound installed on the host machine. It does
>> work through the host API, but I link dynamically, which means users
>> need to have Csound installed and OPCODEDIR set. I'd be more than
>> happy for assist someone anyone in trying a static link build so we
>> could offer the choice to those who wish to distribute truly
>> standalone plugins. I just don't have the time to work on this aspect
>> of it myself right now but as I said, I'd be more than happy to help
>> anyone who wants to give it a go. It shouldn't be that tricky..
>>
>>
>>
>> On 6 January 2013 23:10, Roger Kelly  wrote:
>> > If you export as VST would you have to have Csound installed on a host
>> > machine running your DAW?
>> >
>> > Does it work via CsoundAPI or does it rely on Csound to be installed?
>>
>>
>> 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-01-06 23:42
FromRory Walsh
SubjectRe: [Csnd] Basic Cabbage question
Btw, I recently started a project with a colleague of mine to create a
sample based plugin for the Uilleann Pipes. It's working out to be
very easy to do!



On 6 January 2013 23:40, Rory Walsh  wrote:
> What platform are you using? If you contact me off-list I can talk you
> through getting set up and building and we can hopefully take it from
> there!
>
> Rory.
>
>
> On 6 January 2013 23:34, Roger Kelly  wrote:
>> I would be interested.  I would like to redistribute a VST to host custom
>> sample libraries.  I attempted to build one of these once in SynthEdit, but
>> it is alot of manual C coding and of course fewer possibilities.
>>
>>
>> On Sun, Jan 6, 2013 at 5:18 PM, Rory Walsh  wrote:
>>>
>>> For now you need to have Csound installed on the host machine. It does
>>> work through the host API, but I link dynamically, which means users
>>> need to have Csound installed and OPCODEDIR set. I'd be more than
>>> happy for assist someone anyone in trying a static link build so we
>>> could offer the choice to those who wish to distribute truly
>>> standalone plugins. I just don't have the time to work on this aspect
>>> of it myself right now but as I said, I'd be more than happy to help
>>> anyone who wants to give it a go. It shouldn't be that tricky..
>>>
>>>
>>>
>>> On 6 January 2013 23:10, Roger Kelly  wrote:
>>> > If you export as VST would you have to have Csound installed on a host
>>> > machine running your DAW?
>>> >
>>> > Does it work via CsoundAPI or does it rely on Csound to be installed?
>>>
>>>
>>> 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-01-07 08:43
FromNil Geisweiller
SubjectRe: [Csnd] Basic Cabbage question
On Mon, Jan 7, 2013 at 12:42 AM, Rory Walsh  wrote:
> Btw, I recently started a project with a colleague of mine to create a
> sample based plugin for the Uilleann Pipes. It's working out to be
> very easy to do!

Using Cabbage?

Nil

>
>
>
> On 6 January 2013 23:40, Rory Walsh  wrote:
>> What platform are you using? If you contact me off-list I can talk you
>> through getting set up and building and we can hopefully take it from
>> there!
>>
>> Rory.
>>
>>
>> On 6 January 2013 23:34, Roger Kelly  wrote:
>>> I would be interested.  I would like to redistribute a VST to host custom
>>> sample libraries.  I attempted to build one of these once in SynthEdit, but
>>> it is alot of manual C coding and of course fewer possibilities.
>>>
>>>
>>> On Sun, Jan 6, 2013 at 5:18 PM, Rory Walsh  wrote:
>>>>
>>>> For now you need to have Csound installed on the host machine. It does
>>>> work through the host API, but I link dynamically, which means users
>>>> need to have Csound installed and OPCODEDIR set. I'd be more than
>>>> happy for assist someone anyone in trying a static link build so we
>>>> could offer the choice to those who wish to distribute truly
>>>> standalone plugins. I just don't have the time to work on this aspect
>>>> of it myself right now but as I said, I'd be more than happy to help
>>>> anyone who wants to give it a go. It shouldn't be that tricky..
>>>>
>>>>
>>>>
>>>> On 6 January 2013 23:10, Roger Kelly  wrote:
>>>> > If you export as VST would you have to have Csound installed on a host
>>>> > machine running your DAW?
>>>> >
>>>> > Does it work via CsoundAPI or does it rely on Csound to be installed?
>>>>
>>>>
>>>> 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"
>

Date2013-01-07 08:45
FromRory Walsh
SubjectRe: [Csnd] Basic Cabbage question
Of course! :)

On 7 January 2013 08:43, Nil Geisweiller  wrote:
> On Mon, Jan 7, 2013 at 12:42 AM, Rory Walsh  wrote:
>> Btw, I recently started a project with a colleague of mine to create a
>> sample based plugin for the Uilleann Pipes. It's working out to be
>> very easy to do!
>
> Using Cabbage?
>
> Nil
>
>>
>>
>>
>> On 6 January 2013 23:40, Rory Walsh  wrote:
>>> What platform are you using? If you contact me off-list I can talk you
>>> through getting set up and building and we can hopefully take it from
>>> there!
>>>
>>> Rory.
>>>
>>>
>>> On 6 January 2013 23:34, Roger Kelly  wrote:
>>>> I would be interested.  I would like to redistribute a VST to host custom
>>>> sample libraries.  I attempted to build one of these once in SynthEdit, but
>>>> it is alot of manual C coding and of course fewer possibilities.
>>>>
>>>>
>>>> On Sun, Jan 6, 2013 at 5:18 PM, Rory Walsh  wrote:
>>>>>
>>>>> For now you need to have Csound installed on the host machine. It does
>>>>> work through the host API, but I link dynamically, which means users
>>>>> need to have Csound installed and OPCODEDIR set. I'd be more than
>>>>> happy for assist someone anyone in trying a static link build so we
>>>>> could offer the choice to those who wish to distribute truly
>>>>> standalone plugins. I just don't have the time to work on this aspect
>>>>> of it myself right now but as I said, I'd be more than happy to help
>>>>> anyone who wants to give it a go. It shouldn't be that tricky..
>>>>>
>>>>>
>>>>>
>>>>> On 6 January 2013 23:10, Roger Kelly  wrote:
>>>>> > If you export as VST would you have to have Csound installed on a host
>>>>> > machine running your DAW?
>>>>> >
>>>>> > Does it work via CsoundAPI or does it rely on Csound to be installed?
>>>>>
>>>>>
>>>>> 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"
>