[Minim] Setting up a second oscillator and getting a key trigger to function

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!

Sign In or Register to comment.