From f62373d67d40fcb958ec21111a9a38a1ba2b1164 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Tue, 2 Jan 2007 07:07:39 +0000 Subject: [PATCH] Tweak solo voice --- Sources/VLMMADocument.mm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Sources/VLMMADocument.mm b/Sources/VLMMADocument.mm index 447ca4f..2ecb5d8 100644 --- a/Sources/VLMMADocument.mm +++ b/Sources/VLMMADocument.mm @@ -19,7 +19,9 @@ std::string mmaFile = std::string("// Generated by VocalEasel ") + (const char *)[[bndl objectForInfoDictionaryKey:@"CFBundleVersion"] UTF8String] - + "\n\n"; + + "\n\n" + + "Solo Voice AltoSax\n" + + "Solo Volume fff\n"; sprintf(buf, "Tempo %d\n", [songTempo intValue]); mmaFile += buf; sprintf(buf, "Groove %s\n", [songGroove UTF8String]);