Created
June 7, 2018 15:40
-
-
Save speakerdamage/c95a767b5d9292789d8c49c0f5671d82 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
engine.name = "TestSine" | |
function init() | |
engine.hz(100) | |
engine.amp(0.8) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment