Voice Meeter Auto Tune
- Voice Meeter Auto Tune Free
- Voice Meeter Auto Tune Online
- Autotune Download
- Antares Auto-tune
- Voicemeeter Autotune
Wanting to spice up your shinny FT-991/A? What about connecting your computer to your 991/A and using your computer to process your audio without extra hardware or even cost?
What about you controlling your FT-991/A like this:
Auto-Tune can also be used as an effect to distort the human voice when pitch is raised or lowered significantly, such that the voice is heard to leap from note to note stepwise, like a synthesizer. Auto-Tune has become standard equipment in professional recording studios. Adobe Audition’s Native Autotune Effect. Although I’m a great fan of the Waves Tune LT plugin in this video I show you how to achieve a similar sound using pitch correction in Adobe Audition. Share: Previous Adobe Audition Podcast. Next Email Marketing – Radio and Voice Over Tips. About The Author. Mike Russell. Audio production is my.
Click to enlarge - Screenshot, PY2RAF's VoiceMeeter and FT-991/A integration
And without rocket science and no solder iron or complex software programming?
Like a boss, right? Let's get started.
Connecting stuff together
This is the high-level diagram of the connections in my setup. Obviously you don't need all of them - Only the USB CAT & Audio cable is required.
In my setup I don't use the PTT mic - matter of fact I have removed/boxed it. I use a Sennheiser SC-60 USB headset plugged to the laptop. I like this headset because it is lightweight, super comfortable for wearing in long periods and the foam cushion instead of those plastic or faux leather that covers the ear - I feel those very uncomfortable as they heats up my ears (and I live in a tropical country).
The audio is then sent to the VoiceMeeter, which undergoes a light transformation and compression, and is then fed to the FT-991A.
The VoiceMeeter channel, setup and configuration is described at this QRZ thread - So this should be your stop number one. There are a number of Radio's Setup configuration clauses that should be checked too, so please visit the above article. If you have any questions, please do ask in the QRZ thread.
To signal the TX mode I use either the footswitch (99% of time) or if I'm real lazy, VOX mode.
After you got the ball rolling in your Voice Meeter and FT-991-A, then it is time to setup your macros.
In the QRZ thread I also gave a glimpse on how to configure the macro buttons.
Creating your macros
Ensure to take a look at the Youtube video to learn how to create your macro buttons.
tl;dr:
Open the Macro Buttons app
Right-click the desired button
This is how you configure a pushbutton:
This is how you configure a two-state (on/off) button:
3utools error during capture 80070001 free. Jun 03, 2017 This vid helps Fix error code 0xA00F4271(0x80070001) when trying to run integrated webcam on your Windows/laptop. Uninstall current webcam driver using the r.
I have provided my batch macro files in in /auto folder. These are used for sending the CAT commands to the radio. Ensure to store the auto
folder in your Home directory (c:usersyour-usernameauto
), so you can take advantage of the existing automation.
The initial setup
You need know what's your radio's CAT COM port number. In my case, it is COM4.
Your radio COM port and speed is defined in setup.cmd
file. In the below example:
Serum mac crack 1.2. Jan 29, 2018 Xfer Serum 1.2.1b5 Crack is the latest version of the most advanced Wavetable Synthesizer editor software (VST) that is simple to be a ‘dream synth’, which in this case translates to a wavetable synthesizer producing high-quality sound from a workflow-oriented interface. The unison feature reminds us of Synapse Audio’s Dune 2, and like that synth, Serum offers a selection of five stacking modes, including “Super”, which appears to replicate the supersaw unison found on Roland’s classic JP-8000. Serum serum full cracked slide xfer records serum xfer serum crack xfer serum full xfer serum latest update. This entry was posted by r2r Team on September 11, 2018 at 11:43 am, and is filed under SOFTWARE. Follow any responses to this post through RSS 2.0.You can leave a response or trackback from your own site. Sep 26, 2017 Xfer Serum 1.2.0b5 Cracked Full Version for Mac OS X + Windows. Xfer Serum 1.2.0b5: Serum has a Wavetable editor built right in you can create your own wavetables in a variety of ways. Import audio directly from audio files and much more. Xfer Serum 1.2.0b5 Cracked Full Model for Mac OS X + Home windows (Xfer Information Serum 1.2.0b5 + Cymatics Kits) Xfer 1.2.0b5 Serum: Serum: has a wavetable editor constructed proper in you’ll be able to create your individual wavetables in quite a lot of methods. Audio Import Straight From audio recordsdata and rather more.
We have the configuration for a transceiver in the COM4 port, and using 38400 bps speed. It is crucial to match these values to your transceiver settings!
A look into the macros.
Voice Meeter Auto Tune Free
Let's dissect one of them. For example, modo-cq-on.cmd
.This macro is triggered when you push the button and engage the CQ mode - In this button I want to:
- Engage VOX mode
- Reduce the TX power to 50W
- Mute my headset.
The macro button has the following VoiceMeeter commands:
So, it will invoke the batch file c:usersyour-usernameautomodo-cq-on.cmd
and then mute the headset's microphone - which is in VoiceMeeter's Strip 1.
Now, checking the content of the batch file:
The line
call %USERPROFILE%autosetup.cmd
calls the setup batch file and configures your COM port, preparing for it for the communication.The line
SET CAT=PC050;VX1;
defines the CAT command to be sent to the radio. In this example, it is actually sending two commands to the radio:PC050;
sets the TX power to 50 Watts andVX1;
instructs the radio to enable the VOX mode.Every CAT command in the FT-991/A line are terminated by the semicolon. No need to send
enter
, newline or something like that. If you do, it will fail the CAT commandAnd finally, the line
echo set /p='%CAT%'> %COMPORT%
sends the CAT command to your radio.
Conversely, when leaving the CQ mode we have the following macro:
Which will unmute the microphone and execute modo-cq-off.cmd
. Which we have:
- The first line was already explained;
- The CAT commands
PC100;VX0;
traslates toPC100;
restoring the power back to 100W andVX0;
disabling the VOX mode and; - Finally sending the command to the radio.
Reset my radio to my preferred settings!
This is an example of the possibilities that the CAT command set provides you. I have configured a Macro button to tune to my favourite QRG with my favourite settings. So let's take a look. I have depicted the functionality and its respective CAT command:
Which resulted in this batch file:
Can you share your VoiceMeeter button config?
For sure! Check the macro-buttons.xml
in the auto
folder - This is my current button set and it also makes use of environment variables, so you skip the hassle to edit the buttons and specify your path.
All you have to do is open Macro Buttons, click the top-right icon, select Load Button Map
and then load the macro-buttons.xml
file.
A NICE Feature: Different button maps!
This expands enormously VoiceMeeter functionality, without having to keep an enormous Button Map opened - Now VoiceMeeter (as of version 2.0.5.1) can load button maps. So if you need a specific subset of functions, just create a new button map (remember to save your current!) and load it using the command:
Works perfectly. For example, I removed the CQ buttons that I had in the main button map and moved them to a map of its own:
Main Button Map
CQ Button Map
Note: As of VoiceMeeter version 2.0.5.3, the Load()
function does not expand %USERPROFILE% env setting, so be sure to specify the explicit file path. Reported in VoiceMeeter forum.
Reference material
Voice Meeter Auto Tune Online
For more information on the CAT command set check the Yaesu FT-991A CAT command set manual.
VoiceMeeter's Macro Command set - There's a number ot tricks over there. One of the nicest that I did was notching power line hum and its harmonics up to the 4th one.
Enjoy! Explore! Be adventurous!
Bonus points - Wiring, etc.
Here is how I have wired the FT-991A for my silly footswitch and the TX timer (more details on timer here):
Wiring diagram - click to enlarge
Autotune Download
How does the real deal looks like:
Antares Auto-tune
PY2RAF and his abused FT-991A
Voicemeeter Autotune
That's it! Happy Hacking! 73s de PY2RAF.