Skip to content

Instantly share code, notes, and snippets.

@xriss
Created September 30, 2017 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xriss/a45ed0e96f6f3b936aa22b90ca514da6 to your computer and use it in GitHub Desktop.
Save xriss/a45ed0e96f6f3b936aa22b90ca514da6 to your computer and use it in GitHub Desktop.
Swanky Beep example
sfx.render{
["frequency"]="C4",
["name"]="shot",
["volume"]=0.5,
["duty"]=0.5,
["fwav"]="square",
["adsr"]=
{
1,
0,
0,
0.8,
0.2,
}
,
["fm"]=
{
["duty"]=0.5,
["frequency"]=16,
["fwav"]="sine",
["ffreq"]=
{
"freq_range",
130.815,
261.63,
523.26,
0,
}
,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment