mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
feat(tracker): save recovery file regularly & load it on startup
This commit is contained in:
parent
12f15d1066
commit
df2605fddd
@ -296,6 +296,9 @@ loop:
|
||||
}
|
||||
|
||||
func (p *Player) compileOrUpdateSynth() {
|
||||
if p.bpm <= 0 {
|
||||
return // bpm not set yet
|
||||
}
|
||||
if p.synth != nil {
|
||||
err := p.synth.Update(p.patch, p.bpm)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user