Csound Csound-dev Csound-tekno Search About

[Csnd] Re: csLADSPA - port range values

Date2008-01-16 08:40
Fromvictor
Subject[Csnd] Re: csLADSPA - port range values
UniqueID just needs to be unique, I guess. Port shoul allow floats,
so it should be atof() not atoi(). I'll check and fix.

Victor
----- Original Message ----- 
From: "Steven Yi" 
To: 
Sent: Wednesday, January 16, 2008 3:08 AM
Subject: [Csnd] csLADSPA - port range values


> Hi All,
>
> I'm looking at csLADSPA and wanted to know what are the valid types
> for UniqueID and for the lower and upper bounds of Port definitions.
> I was taking a look at the code and it seems UniqueID is converted to
> an int using atoi so I assume it must be an int.  Does this need to be
> positive number > 0?  As for port definitions, they get scanned in
> with atoi as well into integers, though looking at ladspa.h it seems
> like those values can be floats.  So for csLADSPA it seems they need
> to be int's.  Is this correct, and are there any range limitations?
>
> Thanks,
> steven
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound" 


Date2008-01-16 12:16
FromRory Walsh
Subject[Csnd] Re: Re: csLADSPA - port range values
I once found a list online that showed all the registered IDs for LADSPA 
plugins but I lost the url and couldn't find it again. Perhaps someone 
on the list know where it can be found?

Rory.



victor wrote:
> UniqueID just needs to be unique, I guess. Port shoul allow floats,
> so it should be atof() not atoi(). I'll check and fix.
> 
> Victor
> ----- Original Message ----- From: "Steven Yi" 
> To: 
> Sent: Wednesday, January 16, 2008 3:08 AM
> Subject: [Csnd] csLADSPA - port range values
> 
> 
>> Hi All,
>>
>> I'm looking at csLADSPA and wanted to know what are the valid types
>> for UniqueID and for the lower and upper bounds of Port definitions.
>> I was taking a look at the code and it seems UniqueID is converted to
>> an int using atoi so I assume it must be an int.  Does this need to be
>> positive number > 0?  As for port definitions, they get scanned in
>> with atoi as well into integers, though looking at ladspa.h it seems
>> like those values can be floats.  So for csLADSPA it seems they need
>> to be int's.  Is this correct, and are there any range limitations?
>>
>> Thanks,
>> steven
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body 
>> "unsubscribe csound" 
> 
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound"
>