mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Trim after import
This commit is contained in:
parent
41d729c387
commit
a01d5ed372
|
@ -350,6 +350,9 @@ advanceAt:
|
|||
repeatStack.pop_back();
|
||||
}
|
||||
}
|
||||
size_t empty = song->EmptyEnding();
|
||||
while (empty-- > 1)
|
||||
song->fMeasures.pop_back();
|
||||
}
|
||||
|
||||
- (void)readPropertiesFromPlist:(NSArray *)properties
|
||||
|
|
Loading…
Reference in New Issue
Block a user