[chuck-users] osc to keyboard

Alpha Core alphacore_noize at yahoo.com
Tue Dec 4 10:59:27 EST 2007


hello Ive been working on triggering Osc by the use of the keyboard and im still a having trouble I read the kb.ck file in the hid folder to figure out how it triggered and output the keys so i came up with the below syntax.
   
   
   
  // setting up the keyboard to trigger Osc 
// this should trigger a middle c tone when A key is pressed
  {
    if (msg.is ButtonDown()) and if (msg.my_keynumber = 65 then 
    SinOsc s => Dac;
    261 => s.freq;
    1::second => now
}
   
  it still giving me errors ? even when i running the kb.ck file in chuck any help would be great thanks 
   
  Gabriel 

       
---------------------------------
Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20071204/96dd0d3a/attachment.htm 


More information about the chuck-users mailing list