mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-03 17:18:20 -04:00
fix(tracker): update sequencer rowlength when entire song is set
This commit is contained in:
parent
b0dac8454d
commit
e25015a60b
@ -77,6 +77,7 @@ func (t *Tracker) LoadSong(song sointu.Song) error {
|
||||
t.ClampPositions()
|
||||
if t.sequencer != nil {
|
||||
t.sequencer.SetPatch(song.Patch)
|
||||
t.sequencer.SetRowLength(song.SamplesPerRow())
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user