I wish to delay some sound from the sound card coming from the Sound
Read VI. I can use a register or two and this works fine. However, I
want continuous control with a knob and no switching as in a multiple
Register.
I noticed a vi y[i]=x[i-n] which looked like what I needed but the
sound output vi from the read vi has a time-stamp on it and that
appears to stop it from working. Can I get rid of the time-stamp and
just have the pure array as used to be the case in earlier LabView
versions? (ie the brown wire - I need it to be thick orange). Or is
there another way to introduce a delay. I don't want a delay in
processing - just a delay of information.
Hardy