mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
refactor(tracker): use the Broker to communicate when exporting wav
This commit is contained in:
parent
ee3ab3bf86
commit
b73fc0b95b
@ -253,7 +253,7 @@ func (t *Tracker) showDialog(gtx C) {
|
||||
filename = p[:len(p)-len(filepath.Ext(p))] + ".wav"
|
||||
}
|
||||
t.explorerCreateFile(func(wc io.WriteCloser) {
|
||||
t.WriteWav(wc, t.Dialog() == tracker.ExportInt16Explorer, t.execChan)
|
||||
t.WriteWav(wc, t.Dialog() == tracker.ExportInt16Explorer)
|
||||
}, filename)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user