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