Tweak solo voice

This commit is contained in:
Matthias Neeracher 2007-01-02 07:07:39 +00:00
parent b2f782a22d
commit f62373d67d

View File

@ -19,7 +19,9 @@
std::string mmaFile = std::string("// Generated by VocalEasel ") std::string mmaFile = std::string("// Generated by VocalEasel ")
+ (const char *)[[bndl objectForInfoDictionaryKey:@"CFBundleVersion"] + (const char *)[[bndl objectForInfoDictionaryKey:@"CFBundleVersion"]
UTF8String] UTF8String]
+ "\n\n"; + "\n\n"
+ "Solo Voice AltoSax\n"
+ "Solo Volume fff\n";
sprintf(buf, "Tempo %d\n", [songTempo intValue]); sprintf(buf, "Tempo %d\n", [songTempo intValue]);
mmaFile += buf; mmaFile += buf;
sprintf(buf, "Groove %s\n", [songGroove UTF8String]); sprintf(buf, "Groove %s\n", [songGroove UTF8String]);