mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Import flat MusicXML files
This commit is contained in:
parent
c54aa45bee
commit
71a1ae2d38
|
@ -350,7 +350,7 @@
|
|||
[[doc windowControllers]
|
||||
makeObjectsPerformSelector:@selector(close)];
|
||||
|
||||
if ([typeName isEqual:@"VLNativeType"]) {
|
||||
if ([typeName isEqual:@"VLNativeType"] || [typeName isEqual:@"VLMusicXMLType"]) {
|
||||
return [self readFromXMLFileWrapper:wrapper error:outError];
|
||||
} else {
|
||||
if (outError)
|
||||
|
|
Loading…
Reference in New Issue
Block a user