Skip to content

Instantly share code, notes, and snippets.

@adubspea
Last active August 29, 2015 14:27
Show Gist options
  • Save adubspea/56bc65eb84e157090d90 to your computer and use it in GitHub Desktop.
Save adubspea/56bc65eb84e157090d90 to your computer and use it in GitHub Desktop.
import arb.soundcipher.*;
int N = 2;
if (N < 3){; // N = average North wind direction
line ( 0, 0, 0, 0);
SoundCipher sc = new SoundCipher (this);
sc.repeat(3);
sc.playNote(40, 75, 2);
}
@galenwp
Copy link

galenwp commented Aug 18, 2015

yea dawg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment