mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Tweak solo voice
This commit is contained in:
parent
b2f782a22d
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]);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user