VocalEasel/mma/docs/html/ref/node23.html

583 lines
15 KiB
HTML
Raw Normal View History

2009-05-17 22:34:44 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2006-11-10 08:07:56 +00:00
2011-07-26 22:49:39 +00:00
<!--Converted with LaTeX2HTML 2008 (1.71)
2006-11-10 08:07:56 +00:00
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
2011-07-26 22:49:39 +00:00
<TITLE>Fine Tuning (Translations)</TITLE>
<META NAME="description" CONTENT="Fine Tuning (Translations)">
2006-11-10 08:07:56 +00:00
<META NAME="keywords" CONTENT="mma">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
2011-07-26 22:49:39 +00:00
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
2006-11-10 08:07:56 +00:00
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="mma.css">
<LINK REL="next" HREF="node24.html">
<LINK REL="previous" HREF="node22.html">
<LINK REL="up" HREF="mma.html">
<LINK REL="next" HREF="node24.html">
</HEAD>
<BODY bgcolor="#ffffff">
2009-05-17 22:34:44 +00:00
<DIV CLASS="navigation"><!--Navigation Panel-->
2011-07-26 22:49:39 +00:00
<A NAME="tex2html780"
2006-11-10 08:07:56 +00:00
HREF="node24.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
2011-07-26 22:49:39 +00:00
<A NAME="tex2html778"
2006-11-10 08:07:56 +00:00
HREF="mma.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
2011-07-26 22:49:39 +00:00
<A NAME="tex2html772"
2006-11-10 08:07:56 +00:00
HREF="node22.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<BR>
2011-07-26 22:49:39 +00:00
<B> Next:</B> <A NAME="tex2html781"
HREF="node24.html">Other Commands and Directives</A>
<B> Up:</B> <A NAME="tex2html779"
2006-11-10 08:07:56 +00:00
HREF="mma.html">Reference Manual</A>
2011-07-26 22:49:39 +00:00
<B> Previous:</B> <A NAME="tex2html773"
HREF="node22.html">Patch Management</A>
2006-11-10 08:07:56 +00:00
<BR>
2009-05-17 22:34:44 +00:00
<BR></DIV>
2006-11-10 08:07:56 +00:00
<!--End of Navigation Panel-->
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
2009-05-17 22:34:44 +00:00
<UL CLASS="ChildLinks">
2011-07-26 22:49:39 +00:00
<LI><A NAME="tex2html782"
HREF="node23.html#SECTION002310000000000000000">VoiceTr</A>
<LI><A NAME="tex2html783"
HREF="node23.html#SECTION002320000000000000000">DrumTr</A>
<LI><A NAME="tex2html784"
HREF="node23.html#SECTION002330000000000000000">VoiceVolTr</A>
<LI><A NAME="tex2html785"
HREF="node23.html#SECTION002340000000000000000">DrumVolTr</A>
2006-11-10 08:07:56 +00:00
</UL>
<!--End of Table of Child-Links-->
<HR>
2009-05-17 22:34:44 +00:00
<H1><A NAME="SECTION002300000000000000000"></A>
2011-07-26 22:49:39 +00:00
<A NAME="finetuning"></A>
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
Fine Tuning (Translations)
2009-05-17 22:34:44 +00:00
</H1>
<P>
2011-07-26 22:49:39 +00:00
A program such as
<FONT Face="Serif" Color="Navy"><I>MMA</I></FONT> which is intended to be run of various
computers and synthesizers (both hardware keyboards and software
versions) suffers from a minor deficiency of the MIDI standards: mainly
that the standard says nothing about what a certain instrument should
sound like, or the relative volumes between instruments. The GM
extension helps a bit, but only a bit, by saying that certain
instruments should be assigned certain program change values. This
means that all GM synths will play a "Piano" if instrument 000 is
selected.
2006-11-10 08:07:56 +00:00
<P>
2011-07-26 22:49:39 +00:00
But, if one plays a GM file on a Casio keyboard, then on PC
soft-synth, and then on a Yahama keyboard you will get three quite
different sounds. The files supplied in this distribution have been
created to sound good on the author's setup: A Casio WK-3000 keyboard.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
But, what if your hardware is different? Well, there are solutions!
Later in this chapter commands are shown which will change the
preselected voice and tone commands and the default volumes. At this
time there are no example files supplied with
<FONT Face="Serif" Color="Navy"><I>MMA</I></FONT> , but your
contributions are welcome.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
The general suggestion is that:
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
<OL>
<LI>You create a file with the various translations you need. For
example, the file might be called <TT><SPAN CLASS="textbf">yamaha.mma</SPAN></TT> and contain
lines like:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>VoiceTR Piano1=Piano2
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
ToneTr SnareDrum2=SnareDrum1
2006-11-10 08:07:56 +00:00
<BR>
2011-07-26 22:49:39 +00:00
VoiceVolTr Piano2=120 BottleBlow=80
<BR>
DrumVolTr RideBell=90 Tambourine=120 </B>
2006-11-10 08:07:56 +00:00
2007-04-29 06:47:40 +00:00
</td></tr>
</Table>
2006-11-10 08:07:56 +00:00
<P>
2011-07-26 22:49:39 +00:00
Place this file in the directory <TT><SPAN CLASS="textbf">/usr/local/share/mma/includes</SPAN></TT>.
2006-11-10 08:07:56 +00:00
<P>
2011-07-26 22:49:39 +00:00
</LI>
<LI>Include this file in your <TT><SPAN CLASS="textbf">&#732;/.mmarc</SPAN></TT> file. Following the
above example, you would have a line:
2006-11-10 08:07:56 +00:00
<P>
2007-04-29 06:47:40 +00:00
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>Include yamaha </B>
2006-11-10 08:07:56 +00:00
2007-04-29 06:47:40 +00:00
</td></tr>
</Table>
2006-11-10 08:07:56 +00:00
<P>
2011-07-26 22:49:39 +00:00
</LI>
</OL>
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
That's it! Now, whenever you compile a
<FONT Face="Serif" Color="Navy"><I>MMA</I></FONT> file the translations
will be done.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
All of the following translation settings follow a similar logic as to &#8220;when&#8221;
they take effect, and that is at the time the V<SMALL>OICE</SMALL>,
V<SMALL>OLUME</SMALL>, etc. command is issued. This may confuse the unwary if
G<SMALL>ROOVES</SMALL> are being used. But, the following sequence:
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
<TABLE WIDTH="60%">
<TR><TD>
2009-05-17 22:34:44 +00:00
2011-07-26 22:49:39 +00:00
<OL>
<LI>You set a voice with the V<SMALL>OICE</SMALL> command,
2009-05-17 22:34:44 +00:00
</LI>
2011-07-26 22:49:39 +00:00
<LI>You save that voice into a G<SMALL>ROOVE</SMALL> with D<SMALL>EF</SMALL>G<SMALL>ROOVE</SMALL>,
2009-05-17 22:34:44 +00:00
</LI>
2011-07-26 22:49:39 +00:00
<LI>You create a voice translation with V<SMALL>OICE</SMALL>TR,
2009-05-17 22:34:44 +00:00
</LI>
2011-07-26 22:49:39 +00:00
<LI>You activate the previously defined G<SMALL>ROOVE</SMALL>.
2009-05-17 22:34:44 +00:00
</LI>
2011-07-26 22:49:39 +00:00
</OL></TD></TR>
</TABLE>
2009-05-17 22:34:44 +00:00
2011-07-26 22:49:39 +00:00
<TABLE WIDTH="30%">
<TR><TD><BIG CLASS="XHUGE">Wrong!</BIG></TD></TR>
</TABLE>
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
<SPAN CLASS="textit">does not have the desired effect</SPAN>. In the above sequence the
V<SMALL>OICE</SMALL>TR will have <SPAN CLASS="textit">no</SPAN> effect. For the desired
translations to work the V<SMALL>OICE</SMALL> (or whatever) command must come
<SPAN CLASS="textit">after</SPAN> the translation command.
2006-11-10 08:07:56 +00:00
<P>
2011-07-26 22:49:39 +00:00
<H1><A NAME="SECTION002310000000000000000"></A> <A NAME="set-voicetr"></A>
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
VoiceTr
2006-11-10 08:07:56 +00:00
</H1>
<P>
2011-07-26 22:49:39 +00:00
In previous section you saw how to set a voice for a track by using its
standard MIDI name. The V<SMALL>OICE</SMALL>T<SMALL>R</SMALL> command sets up a translation
table that can be used in two different situations:
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
<UL>
<LI>It permits creation of your own names for voices (perhaps for a
foreign language),
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
</LI>
<LI>It lets you override or change voices used in standard library
files.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
</LI>
</UL>
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
V<SMALL>OICE</SMALL>T<SMALL>R</SMALL> works by setting up a simple translation table of
&#8220;name&#8221; and &#8220;alias&#8221; pairs. Whenever
<FONT Face="Serif" Color="Navy"><I>MMA</I></FONT> encounters a voice name
in a track command it first attempts to translate this name though the
alias table.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
To set a translation (or series of translations):
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>VoiceTr Piano1=Clavinet Hmmm=18 </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
Note that you additional V<SMALL>OICE</SMALL>T<SMALL>R</SMALL> commands will add entries to
the existing table. To clear the table use the command with no
arguments:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>VoiceTr // Empty table </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
Assuming the first command, the following will occur:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>Chord-Main Voice Hmmm </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
The V<SMALL>OICE</SMALL> for the <SPAN CLASS="textit">Chord-Main</SPAN> track will be set to &#8220;18&#8221;
or &#8220;Organ3&#8221;.
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>Chord-2 Voice Piano1 </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
The V<SMALL>OICE</SMALL> for the <SPAN CLASS="textit">Chord-2</SPAN> track will be set to
&#8220;Clavinet&#8221;.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
If your synth does not follow standard GM-MIDI voice naming
conventions you can create a translation table which can be included
in all your
<FONT Face="Serif" Color="Navy"><I>MMA</I></FONT> song files via an RC file. But, do note that the
resulting files will not play properly on a synth conforming to the
GM-MIDI specification.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
Following is an abbreviated and untested example for using an obsolete and unnamed synth:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>VoiceTr Piano1=3 &#92;
<BR>
Piano2=4 &#92;
<BR>
Piano3=5 &#92;
<BR> ... &#92;
2006-11-10 08:07:56 +00:00
<BR>
2011-07-26 22:49:39 +00:00
Strings=55 &#92;
<BR> ...</B>
2006-11-10 08:07:56 +00:00
2007-04-29 06:47:40 +00:00
</td></tr>
</Table>
2006-11-10 08:07:56 +00:00
<P>
2011-07-26 22:49:39 +00:00
Notes: the translation is only done one time and no verification is
done when the table is created. The table contains one-to-one
substitutions, much like macros.
2006-11-10 08:07:56 +00:00
<P>
2011-07-26 22:49:39 +00:00
For translating drum tone values, see
<A HREF="#set-drumtr">D<SMALL>RUM</SMALL>TR</A>.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
<H1><A NAME="SECTION002320000000000000000"></A> <A NAME="set-drumtr"></A>
<BR>
DrumTr
</H1>
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
It is possible to create a translation table which will substitute one
Drum Tone for another. This can be useful in a variety of
situations, but consider:
2009-05-17 22:34:44 +00:00
<P>
<UL>
2011-07-26 22:49:39 +00:00
<LI>Your synth lacks certain drum tones--in this case you may want
to set certain D<SMALL>RUM</SMALL>TR commands in a <SMALL>MMA</SMALL>RC file.
2009-05-17 22:34:44 +00:00
<P>
</LI>
2011-07-26 22:49:39 +00:00
<LI>You are using an existing G<SMALL>ROOVE</SMALL> in a song, but don't
like one or more of the Drum Tones selected. Rather than
editing the library file you can set a translation right in the
song. Note, do this <SPAN CLASS="textit">before any</SPAN> G<SMALL>ROOVE</SMALL> commands.
2009-05-17 22:34:44 +00:00
</LI>
</UL>
<P>
2011-07-26 22:49:39 +00:00
To set a translation (or set of translations) just use a list of
drumtone values or symbolic names with each pair separated by
white space. For example:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>ToneTR SnareDrum2=SnareDrum1 HandClap=44 </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
will use a &#8220;SnareDrum1&#8221; instead of a &#8220;SnareDrum2&#8221; and the value
&#8220;44&#8221; (actually a &#8220;PedalHiHat&#8221;) instead of a &#8220;HandClap&#8221;.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
You can turn off all drum tone translations with an empty line:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>ToneTR </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
The syntax and usage of D<SMALL>RUM</SMALL>TR is quite similar to
<A HREF="#set-voicetr">V<SMALL>OICE</SMALL>TR</A>.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
<H1><A NAME="SECTION002330000000000000000"></A> <A NAME="set-voicevoltr"></A>
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
VoiceVolTr
2009-05-17 22:34:44 +00:00
</H1>
<P>
2011-07-26 22:49:39 +00:00
If you find that a particular voice, i.e., Piano2, is too loud or soft
you can create an entry in the &#8220;Voice Volume Translation Table&#8221;. The
concept is quite simple:
<FONT Face="Serif" Color="Navy"><I>MMA</I></FONT> checks the table whenever a
track-specific V<SMALL>OLUME</SMALL> command is processed. The table is
created in a similar manner to the V<SMALL>OICE</SMALL>T<SMALL>R</SMALL> command:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>VoiceVolTr Piano2=120 105=75 </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
Each voice pair must contain a valid MIDI voice (or numeric value),
an &#8220;=&#8221; and a volume adjustment factor. The factor is a percentage
value which is applied to the normal volume. In the above example two
adjustments are created:
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
<OL>
<LI>Piano2 will be played at 120% of the normal value,
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
</LI>
<LI>Banjo (voice 105) will be played at 75% of the normal value.
</LI>
</OL>
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
The adjustments are made when a track V<SMALL>OLUME</SMALL> command is
encountered. For example, if the above translation has be set and
2009-05-17 22:34:44 +00:00
2011-07-26 22:49:39 +00:00
<FONT Face="Serif" Color="Navy"><I>MMA</I></FONT> encounters the following commands:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>Begin Chord
<BR>&nbsp;&nbsp;&nbsp;Voice Piano2
<BR>&nbsp;&nbsp;&nbsp;Volume mp
<BR>&nbsp;&nbsp;&nbsp;Sequence 1 4 90
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
End </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
the following adjustments are made:
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
<OL>
<LI>A look up is done in the global volume table. The volume &#8220;mf&#8221;
is determined to be 85% for the set MIDI velocity,
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
</LI>
<LI>the adjustment of 120% is applied to the 85%, changing that to 102%.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
</LI>
<LI>Assuming that no other volume adjustments are being made
(probably there will be a global volume and, perhaps, a
R<SMALL>VOLUME</SMALL>) the MIDI velocity in the sequence will be changed
from 90 to 91. Without the translation the 90 would have been changed to 76.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
</LI>
</OL>
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
This is best illustrated by a short example. Assume the following in an input file:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>Solo Voice TenorSax
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
Solo Volume f
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
Print Solo Volume set to $_Solo_Volume
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
VoiceVolTr TenorSax=90
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
Solo Volume f
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
Print Solo Volume set to $_Solo_Volume </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
which will print out:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>Solo Volume set to 130
2009-05-17 22:34:44 +00:00
<BR>
2011-07-26 22:49:39 +00:00
Solo Volume set to 117 </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
The second line reflects that 90% of 130 is 117.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
To disable all volume translations:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>VoiceVolTr // Empty table </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
<H1><A NAME="SECTION002340000000000000000"></A> <A NAME="set-drumvoltr"></A>
<BR>
DrumVolTr
2009-05-17 22:34:44 +00:00
</H1>
<P>
2011-07-26 22:49:39 +00:00
You can change the volumes of individual drum tones with the
D<SMALL>RUM</SMALL>V<SMALL>OL</SMALL>T<SMALL>R</SMALL> translation. This command works just like the
V<SMALL>OICE</SMALL>V<SMALL>OL</SMALL>T<SMALL>R</SMALL> command described above. It just uses drum tones
instead of instrument voices.
2009-05-17 22:34:44 +00:00
<P>
2011-07-26 22:49:39 +00:00
For example, if you wish to make the drum tones &#8220;SnareDrum1&#8221; and
&#8220;HandClap&#8221; a bit louder:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>DrumVolTr SnareDrum1=120 HandClap=110 </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
The drum tone names can be symbolic constants, or MIDI values as in
the next example:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>DrumVolTr 44=90 31=55 </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2011-07-26 22:49:39 +00:00
All drum tone translations can be disabled with:
2009-05-17 22:34:44 +00:00
<P>
<Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
<tr><td>
2011-07-26 22:49:39 +00:00
<B>DrumVolTr // Empty table </B>
2009-05-17 22:34:44 +00:00
</td></tr>
</Table>
<P>
2006-11-10 08:07:56 +00:00
2009-05-17 22:34:44 +00:00
<DIV CLASS="navigation"><HR>
2006-11-10 08:07:56 +00:00
<!--Navigation Panel-->
2011-07-26 22:49:39 +00:00
<A NAME="tex2html780"
2006-11-10 08:07:56 +00:00
HREF="node24.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
2011-07-26 22:49:39 +00:00
<A NAME="tex2html778"
2006-11-10 08:07:56 +00:00
HREF="mma.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
2011-07-26 22:49:39 +00:00
<A NAME="tex2html772"
2006-11-10 08:07:56 +00:00
HREF="node22.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<BR>
2011-07-26 22:49:39 +00:00
<B> Next:</B> <A NAME="tex2html781"
HREF="node24.html">Other Commands and Directives</A>
<B> Up:</B> <A NAME="tex2html779"
2006-11-10 08:07:56 +00:00
HREF="mma.html">Reference Manual</A>
2011-07-26 22:49:39 +00:00
<B> Previous:</B> <A NAME="tex2html773"
HREF="node22.html">Patch Management</A></DIV>
2006-11-10 08:07:56 +00:00
<!--End of Navigation Panel-->
<ADDRESS>
2007-04-29 06:47:40 +00:00
bob
2011-07-26 22:49:39 +00:00
2010-11-07
2006-11-10 08:07:56 +00:00
</ADDRESS>
</BODY>
</HTML>