Hi, Alpha!<br><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>My question is this Can I say create a Osc with setting that I want which i know how to do But can i say route it to the computer keyboard say trigger it&nbsp; by pressing the  letter A
</blockquote><div><br>Yes, you can. This is quite easy. First thing to do would be to have a look at <a href="http://kb.ck">kb.ck</a> in the /examples/hid/ folder, this will teach you how to use the keyboard as a input device. Run that, press the key you&#39;d like to use and see what id it has. You then include a shred that reads from the keyboard like that file does, write some rules to detect the keys you are interested in and link those to commands like;
<br><br>if(msg.which == my_keynumber) my_envelope.keyOn;<br><br>Quite easy once you get the hang of it.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 or can I just setup a char. variable to trigger it?</blockquote><div><br>I don&#39;t quite understand this question, could you re-phrase it? What do you mean by &quot;char. variable&quot;?<br></div><br><br>Yours,<br>Kas.
<br></div>