This file contains hidden or 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
| import Glibc | |
| public class FileHandler { | |
| enum fileMode: String { | |
| case Read = "r" | |
| case Append = "a" | |
| } | |
| // Convert String to UInt8 bytes |
This file contains hidden or 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
| // Creating sound waves with JavaScript | |
| // from http://js.do/blog/sound-waves-with-javascript/ | |
| var samples = [] | |
| // | |
| // | |
| // | |
| // Achord |