Initial commit
- Implemented simple synth - added instrument sine wave - added instrument square wave - implemented ADSR
This commit is contained in:
15
build.zig.zon
Normal file
15
build.zig.zon
Normal file
@@ -0,0 +1,15 @@
|
||||
.{
|
||||
.name = .synth,
|
||||
.version = "0.0.0",
|
||||
.fingerprint = 0x241431a6b2249dd3,
|
||||
.minimum_zig_version = "0.16.0",
|
||||
.dependencies = .{},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
// For example...
|
||||
//"LICENSE",
|
||||
//"README.md",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user