Csound Csound-dev Csound-tekno Search About

[Csnd] VST progset limited to 16

Date2011-05-27 09:32
FromRadu Grigorovici
Subject[Csnd] VST progset limited to 16
Hi,

Vstprogset seems to be limited to 16 programs.

vstprogset      givst, 16
works well:
VSTPlugin::SetCurrentProgram((16).

while

vstprogset      givst, 17
returns:
VSTprogset: Program 17 treated as 1
VSTPlugin::SetCurrentProgram((1).

Is this a known limitation?

I tested with plugins GTG_NR 2010, GTG_ST_2008
(http://www.gtgsynths.com/plugins.htm) and Arpe2600va
(http://glenstegner.com/softsynths.html).

Regards,
Radu


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"

Date2011-05-30 19:03
FromAndres Cabrera
SubjectRe: [Csnd] VST progset limited to 16
Hi,

I've now removed this restriction is git. I'm not sure why it was
there in the first place...

Cheers,
Andres

On Fri, May 27, 2011 at 9:32 AM, Radu Grigorovici  wrote:
> Hi,
>
> Vstprogset seems to be limited to 16 programs.
>
> vstprogset      givst, 16
> works well:
> VSTPlugin::SetCurrentProgram((16).
>
> while
>
> vstprogset      givst, 17
> returns:
> VSTprogset: Program 17 treated as 1
> VSTPlugin::SetCurrentProgram((1).
>
> Is this a known limitation?
>
> I tested with plugins GTG_NR 2010, GTG_ST_2008
> (http://www.gtgsynths.com/plugins.htm) and Arpe2600va
> (http://glenstegner.com/softsynths.html).
>
> Regards,
> Radu
>
>
> 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"