No sound in my VA synth, please help !

petterdass's icon

You should look more closely at your use of the gate object. I see
that you have a lot of them, and a lot of objects connected to the
control inlet - but nothing connected to the incoming data inlet. As
a result, nothing ever gets through your gates, and your line~ never
gets any data.

I didn't do a thorough analysis, but that jumped out at me right away.

[ddg]
Darwin Grosse

roger.carruthers's icon

Again, i haven't had a really good look, but there
isn't anything going in to the gates in the VA
sub-patch, so there wont be anything coming out!
Btw, you might save yourself a little RSI by using
[sel 0 1 2 3] instead of [sel 0], [sel 1], [sel 2]
etc.

cheers
Roger

josuemoreno1@hotmail.'s icon
petterdass's icon

Thanks, the no gate input was the problem, and thanks for the selection advice !!!

cheers

petterdass's icon

oops, wrong patch