Csound Csound-dev Csound-tekno Search About

[Cs-dev] Simple question

Date2009-02-19 18:31
Fromjpff
Subject[Cs-dev] Simple question
I have a new GEN which needs to be a plugin.  It consists of a driver
and a non-standard library.  The question is how do I build it?  I
can build the .os file with ease but how to create the libXXX.so ?
  I have "hand" code but how to integrate?

AND...  there is a problem with named gens -- they take a string so my
line
f1 0 16384 "mp3fill" "/tmp/new.mp3"
gives the rather odd error message
ftable 1: Named gen "/tmp/new.mp3" not defined
f  1     0.00 16384.00 /tmp/new.mp3  "/tmp/new.mp3" ...

Hum.  I am sure the original design did not take a string but created
a macro
==John ffitch

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-02-19 18:45
FromSteven Yi
SubjectRe: [Cs-dev] Simple question
Hi John,

I'm wondering if you got bit by there only being one string per note?
Maybe the second string overwrote the first?

steven

On Thu, Feb 19, 2009 at 10:31 AM, jpff  wrote:
> I have a new GEN which needs to be a plugin.  It consists of a driver
> and a non-standard library.  The question is how do I build it?  I
> can build the .os file with ease but how to create the libXXX.so ?
>  I have "hand" code but how to integrate?
>
> AND...  there is a problem with named gens -- they take a string so my
> line
> f1 0 16384 "mp3fill" "/tmp/new.mp3"
> gives the rather odd error message
> ftable 1: Named gen "/tmp/new.mp3" not defined
> f  1     0.00 16384.00 /tmp/new.mp3  "/tmp/new.mp3" ...
>
> Hum.  I am sure the original design did not take a string but created
> a macro
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-02-19 18:49
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Simple question
Precisely.  This was not the original design -- it used macros rather than
strings.  Not sure I can think of a solution to this without lots of
rewriting.

> Hi John,
>
> I'm wondering if you got bit by there only being one string per note?
> Maybe the second string overwrote the first?
>
> steven
>
> On Thu, Feb 19, 2009 at 10:31 AM, jpff  wrote:
>> I have a new GEN which needs to be a plugin.  It consists of a driver
>> and a non-standard library.  The question is how do I build it?  I
>> can build the .os file with ease but how to create the libXXX.so ?
>>  I have "hand" code but how to integrate?
>>
>> AND...  there is a problem with named gens -- they take a string so my
>> line
>> f1 0 16384 "mp3fill" "/tmp/new.mp3"
>> gives the rather odd error message
>> ftable 1: Named gen "/tmp/new.mp3" not defined
>> f  1     0.00 16384.00 /tmp/new.mp3  "/tmp/new.mp3" ...
>>
>> Hum.  I am sure the original design did not take a string but created
>> a macro
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> Open Source Business Conference (OSBC), March 24-25, 2009, San
>> Francisco, CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the
>> Enterprise
>> -Strategies to boost innovation and cut costs with open source
>> participation
>> -Receive a $600 discount off the registration fee with the source code:
>> SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net