mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-18 05:23:31 +00:00
go fmt all files.
add midi event toggle to the pooler
This commit is contained in:
@@ -119,7 +119,7 @@ func (p *pooler) macrobuttons() {
|
||||
|
||||
func (p *pooler) midi() {
|
||||
for p.run {
|
||||
if getMidiMessage() {
|
||||
if p.event.midi && getMidiMessage() {
|
||||
p.notify("midi")
|
||||
}
|
||||
time.Sleep(33 * time.Millisecond)
|
||||
|
||||
Reference in New Issue
Block a user