Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
What i need to do to make this inverted, :) iow, when sustain is pressed it turns the processor Off and when released is On.
Convolution.setAttribute(4, Synth.isSustainPedalDown() )
@musictop
Convolution.setAttribute(4, 1 - Synth.isSustainPedalDown() )
???
What is 4?
4
@d-healey Convolution Process Input - i believe?
@Lindon yup, works... thank you so much Lindon!