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
-- uhf channel changer | |
-- | |
-- your tape transmitted thru | |
-- late-night static and | |
-- broken antenna frequencies | |
-- | |
-- KEY3: change channel | |
-- KEY1 hold: tv guide | |
-- ENC1: volume | |
-- ENC2: speed |
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
-- channel changer | |
-- | |
-- your tape transmitted thru | |
-- late-night static and | |
-- broken antenna frequencies | |
-- | |
-- KEY3: change channel | |
-- KEY1 hold: tv guide | |
-- ENC1: volume | |
-- ENC2: speed |
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 |