mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-20 06:23:30 +00:00
Compare commits
2 Commits
v.2.0.1
...
07018d1703
| Author | SHA1 | Date | |
|---|---|---|---|
| 07018d1703 | |||
| 73627ddbf1 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -19,3 +19,7 @@ config.toml
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
# work files
|
||||
go.work
|
||||
go.work.sum
|
||||
@@ -587,4 +587,4 @@ go test ./...
|
||||
|
||||
### Official Documentation
|
||||
|
||||
- [Voicemeeter Remote C API](https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/update-docs/VoicemeeterRemoteAPI.pdf)
|
||||
- [Voicemeeter Remote C API](https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/main/VoicemeeterRemoteAPI.pdf)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module main
|
||||
module hotkeys
|
||||
|
||||
go 1.19
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module main
|
||||
module obs
|
||||
|
||||
go 1.18
|
||||
|
||||
|
||||
Reference in New Issue
Block a user