1
0
espelhamento de https://github.com/microtherion/VocalEasel.git sincronizado 2025-05-14 08:44:29 +00:00

Tweak solo voice

Esse commit está contido em:
Matthias Neeracher 2007-01-02 07:07:39 +00:00
commit f62373d67d

@ -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]);