mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-17 20:44:29 -04:00
parent
569958547e
commit
d46605c638
@ -171,6 +171,7 @@ success:
|
||||
for len(m.d.Song.Patch) <= m.d.InstrIndex {
|
||||
m.d.Song.Patch = append(m.d.Song.Patch, defaultInstrument.Copy())
|
||||
}
|
||||
m.assignUnitIDs(instrument.Units)
|
||||
m.d.Song.Patch[m.d.InstrIndex] = instrument
|
||||
if m.d.Song.Patch[m.d.InstrIndex].Comment != "" {
|
||||
m.commentExpanded = true
|
||||
|
Reference in New Issue
Block a user