[chuck-users] KBHit with miniAudicle

Atte André Jensen atte.jensen at gmail.com
Wed Oct 24 10:48:12 EDT 2007


Hi

I'm trying to use something like the following with miniAudicle, but it 
doesn't work :-( Works great with chuck. Am I doing anything wrong? Is 
there otherways to grap keyboard input that works with miniAudicle?

Thanks in advance for any response!

KBHit kb;
int key;
while(true){
     kb => now;
     while(kb.more()){
         kb.getchar() => key;
         <<<key>>>;
     }
}

-- 
peace, love & harmony
Atte

http://atte.dk       | http://myspace.com/attejensen
http://anagrammer.dk | http://modlys.dk


More information about the chuck-users mailing list