We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello there, I've started using your Minim library to create a synthesizer and I've got a couple questions. How do I setup a second oscillator? I tried doing osc1 = new Oscil and osc2 = new Oscil, but only osc2 is registering. Secondly, I am using my laptop keyboard for triggering notes before implementing midi, I assume I would setup a boolean and put the patch(out) in a keyRelease function, but not entirely sure how to go about it. Got any hints? Any help is greatly appreciated!