Category

Nuendo Tips And Tricks

How to quickly tune vocals with Autotune in graphical mode

One of the features of Nuendo / Cubase is that you can process a clip or section of audio off-line with either a plug-in or built-in process. This off-line processing is non-destructive (you can undo it at any time) and allows for some very fast and flexible editing techniques.

Using the range tool select the piece of audio that you wish you tune. Use the command “Split Range” to extract the selected range into a separate event.

images/user_group/autotune-01.jpg{/rokbox} {rokbox title=|Extracting the range to an audio event| album=|album|}images/user_group/autotune-02.jpg{/rokbox}

Right-click and choose to process the audio with Autotune – this will pop up Autotune

Euphonix Style Meters

{rokbox title=|Euphonix Style Metering|}images/user_group/euphonixmeters.jpg{/rokbox}

To get Euphonix style meter colors in Nuendo or Cubase with a hard color break point at -20dB FS and then a gradient change from yellow to red in the upper area either go to your “Documents and SettingsUSERApplication DataSteinbergNuendo 4PresetsConfigurationsCONFIGNAME.XML” file and replace the old “Audio Meters Colors” code with the following:

<member name=”Audio Meters Colors”>
<list name=”Points” type=”obj”>
<obj class=”CColorBreakPoint” ID=”73626264″>
<float name=”Position” value=”0.070100001990795135″/>
<int name=”Flags” value=”0″/>
<int name=”Color” value=”15814922″/>
</obj>
<obj class=”CColorBreakPoint” ID=”73573408″>
<float name=”Position” value=”0.20000000298023224″/>
<int name=”Flags” value=”0″/>
<int name=”Color” value=”16776960″/>
</obj>
<obj class=”CColorBreakPoint” ID=”73738296″>
<float name=”Position” value=”0.25609999895095825″/>
<int name=”Flags” value=”8″/>
<int name=”Color” value=”7335556″/>
</obj>
<obj class=”CColorBreakPoint” ID=”73738512″>
<float name=”Position” value=”0.58240002393722534″/>
<int name=”Flags” value=”0″/>
<int name=”Color” value=”2023266″/>
</obj>
<obj class=”CColorBreakPoint” ID=”73738584″>
<float name=”Position” value=”0.58240002393722534″/>
<int name=”Flags” value=”0″/>
<int name=”Color” value=”499188″/>
</obj>
</list>
</member>

 

or if editing “C:Documents and SettingsUSERApplication DataSteinbergNuendo 4Defaults.XML” then check for:

<item>
<string name=”Group” value=”AudioMeterAppearance”/>
<member name=”Values”>
<obj class=”CBreakPointSet” ID=”83750256″ name=”AudioMeterBreakPoints”>
<list name=”Points” type=”obj”>
<obj class=”CColorBreakPoint” ID=”61417040″>
<float name=”Position” value=”0.070100001990795135″/>
<int name=”Flags” value=”0″/>
<int name=”Color” value=”15814922″/>
</obj>
<obj class=”CColorBreakPoint” ID=”62374848″>
<float name=”Position” value=”0.20000000298023224″/>
<int name=”Flags” value=”0″/>
<int name=”Color” value=”16776960″/>
</obj>
<obj class=”CColorBreakPoint” ID=”61235304″>
<float name=”Position” value=”0.25609999895095825″/>
<int name=”Flags” value=”8″/>
<int name=”Color” value=”7335556″/>
</obj>
<obj class=”CColorBreakPoint” ID=”61700248″>
<float name=”Position” value=”0.58240002393722534″/>
<int name=”Flags” value=”0″/>
<int name=”Color” value=”2023266″/>
</obj>
<obj class=”CColorBreakPoint” ID=”62203256″>
<float name=”Position” value=”0.58240002393722534″/>
<int name=”Flags” value=”0″/>
<int name=”Color” value=”499188″/>
</obj>
</list>
</obj>
</member>
</item>