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:
pai
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]);
|
||||||
|
Carregando…
x
Referência em uma nova issue
Block a user