mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-04-30 18:24:30 +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…
x
Reference in New Issue
Block a user