| > Ernesto,
>
> I haven't had a lot of time to look at you .orc and sco files, but from
first
> glance I don't think you need i99....I think that the global variables
are
> throwing a wrench in it....you might try to test without using the global
> variables and simply putting:
> outs1 asigl
> outs2 asigr
>
> endin
>
>
> all your gvariables are doing is adding amp? if that's the case..you can
> achieve this much easier.... Anyway...I'll give it a look over
again...but at
> first glance, the g-variables seemed to look funny to me...
>
> M
HI M!!!
I DON'T THINK THE GVARIABLES TO BE USELESS BECAUSE THEY ARE USED IN OTHER
INSTRUMENTS (FILTERS, REVERBS, LPRESON ETC..). BUT JOHN FFT(?) GAVE ME THE
SOLUTION:
IF IN INSTR 1 gasl=asigl*iamp AND gasr=asigr*iamp, THE SECOND NOTE MUTE THE
FIRST ONE...
IF IN INSTR 1 gasl=gasl+(asigl*iamp) AND gasr=gasr+(asigr*iamp), THEN "IT
WILL BLOW UP", BUT IF IN INSTR 99 gasl=0 AND gasr=0 IT WORKS OUT.
ANYWAY IF YOU'VE GOT SOME DOUBT OR COMMENT, I LISTEN TO YOU.
THANK YOU AND THANX TO JOHN FFTch.
|