import arb.soundcipher.*;


SoundCipher sc = new SoundCipher(this);


void keyPressed()

{

  sc.playNote(key - 40, 100, 0.5);

}


void draw() {}