[linux-audio-dev] [ANN] Bandlimited LADSPA Oscillator Plugins ('BLOP') v0.2.6

Bob Ham rah at bash.sh
Tue Feb 4 18:03:07 UTC 2003


On Tue, 2003-02-04 at 22:22, Frank Barknecht wrote:

> src/sequencer64_1675.so.c

>     loop_index = loop_index == 0 ?  1 : loop_index;
>     loop_index = loop_index > 64 ? 64 : loop_index;
>     int rst = f_round_i(reset);
>     int i;
> 
> Where's the error? 

With C, you can only (or at least you're only supposed to) have variable
declarations at the beginning of a code block.  From what I can tell,
tho, gcc 3 doesn't seem to mind this.

Bob

-- 
If you're happy and you know it, bomb iraq




More information about the Linux-audio-dev mailing list