Otomad Helper for Vegas, designed to allow Vegas to accept MIDI files as input, and automatically generate YTPMV/Otomad tracks.
The script is redeveloped based on the original author @Chaosinism's open source code and uses the NAudio library.
It can also be used to make YTP, Sonar Effect, Datamosh. And Lyrics/Karaoke, Manual Vocaloid/Sentence Mixing, Shupelunker Tactics, etc. will be supported in the future.
The store will be supported for downloading related templates in the future.
The related features of YTP refer to YTP+.
Ða̵̝̻͔͎͋̇͑̆ƭą̬͉̫̐͑̓̄ͅa̸͎͇͗̌͂̈̀ą̸̝̼̦̤̇̐ǎ̛͍́̑a̸̲͙͛̐̄̎̚͜a̢̨̝̟͎̾̔̊ǎ̤̞͈͑a͈̪̣̍₥o̻̪̬̘̲͆͂͠o̸͍̞͔̓̆̊̀o̗͊̇̇̈́̇ǫ͇͗̏̕͜ơ̬͍͚̦̯̓̊͌ò͈̦̫̈́̓o̦̣̲̊̀o̪̪͚̺̘͛̽̏̈́ƨλ ïƨ á ƭèçλñï9úè ôƒ δá₥áϱïñϱ çℓïƥƨ ƭô çřèáƭè ϱℓïƭçλ¥ èƒƒèçƭƨ. The related features of Datamosh refer to vegas-datamosh.
Camera Shake feature refer to VegasShakeScript.
Sister Projects: om midi for After Effects.
- Vietnamese translation provided by @Cyahega.
- Indonesian translation provided by @AdeEdogawa and @JujunG.
Select the source track event in the track window, or select source media file in media pool window, or browse another media file (in the script configure form), then open the script to configure and generate.
You can add scripts as toolbar buttons rather than having to click inside the Tools > Scripting submenu, by adding them to the toolbar using the Options > Customize Toolbar menu.
You can also read @Evauation's documentation and watch @Cassidy's tutorial video (English).
Click here to see an introduction to using Datamosh. You can also watch the video (English).
- Download the latest version of this script.
- Unzip ALL the files in the zip file you've just downloaded to the "Script Menu" folder in the Vegas installation directory.
(ie. C:\Program Files\VEGAS\VEGAS Pro 22.0\Script Menu)
- Make sure that the DLL file
(DLL\NAudio.dll)
is not locked. Specific steps:- In the Vegas installation directory, enter folder
Script Menu\DLL
. - Right-click the NAudio.dll file and select Properties.
- If you see the "Unblock" button (Windows 7/8.x) or checkbox (Windows 10+), click or check it.
- Click OK button and you're done.
- In the Vegas installation directory, enter folder
- Open the Vegas Pro to launch it. Select menu Tools > Scripting > Otomad Helper to open.
If you want to use the full features of Datamosh, you have to install the Datamosh extension pack.
- Download the Datamosh extension pack.
- Unzip the 7z file and move the
_internal
folder to the same directory as the scriptOtomad Helper.cs
.
Vegas Pro 13+ supported.
Vegas Pro 16 and above support all features, and Vegas Pro 13 ~ 15 are compatible to run (some features are missing). The correct version must be installed though.
Tested fine on Vegas Pro 17, 18, 19, 20, 21, 22.
You could learn about many features more easily through pictures.
These are screenshots of the script user interface for major version updates in history.
Major Version Update History >
Go to GitHub Project OTOMAD+ >
When you are using the script, if you:
- Have a problem in it;
- Found a bug;
- Submit some new suggestions or ideas;
- Help us collaborate on the production;
- Optimize interface appearance;
- Make corrections to existing translations;
- Provide a new language translation;
- …
You can create issues.
- Respect the rights and interests of authors when creating with non-self-made MIDI / sources / materials.
- Using this script requires some creative abilities from the users. This script should and should only be used to assist in creations. Do not rely solely on this script to generate productions nor learn to creating Otomad/YTPMV as a beginner. Listen, don't make Otomidi!
If you use this script, the script will use the following permissions.
-
File read and write.
The script reads and writes an INI user profile in your disk memory to save your user data.Path: C:\Users\(Your User Name)\AppData\Roaming\VEGAS Pro\(Your Vegas Version)\Otomad Helper.ini
-
Registry read and write.
The script need to read and write the registry to install or uninstall pitch-shift plugin presets.Path: HKEY_CURRENT_USER\Software\DirectShow\Presets\{ED1B4100-93BE-11D0-AEBC-00A0C9053912}
Configurations related to Datamosh are saved in the registry.
Path: HKEY_CURRENT_USER\SOFTWARE\VEGAS Creative Software\Custom Presets
- Chaosinism's Original Otomad Helper Script
- Evan Kale's Vegas Scripts
- Mark Heath's NAudio .NET Audio Library
- Ben Brown, Kiwifruitdev, Nuppington's YTP+
- Edward's JETDV Scripts
- Vegas Pro Scripting Forum
- Opulos's Alpha Color Dialog
- Ookii Dialogs WinForms Progress Dialog
- Delthas's Vegas Datamosh
- Tmarplatt's VegasShakeScript
My documentations: (Chinese)
Chaosinism's original documentations: (Chinese)
- Documentation (v0.1) (bilibili)
- Documentation for Staff Visualizer (v0.1)
- Troubleshooting
- Tutorial video (v0.1)
Chaosinism's original documentations: (Japanese)
Project | License |
---|---|
Otomad Helper This project |
GPL 3.0 |
otomad_helper Chaosinism's original scripts |
LGPL 3.0 |
VegasScripts Evan Kale's scripts |
GPL 3.0 |
NAudio | MIT |
YTP+ | GPL 3.0 |
Alpha Color Dialog | BSD |
Ookii Dialogs WinForms | BSD 3 Clause |
vegas-datamosh | MIT |
FFmpeg | LGPL + GPL |
Avidemux | GPL |
Xvid codec | GPL |
Various scripts for MAGIX Vegas (v14 and above).
Compilation note for Sony Vegas (v13 and under):
- The namespace name of the .NET assembly has changed from
Sony.Vegas
toScriptPortal.Vegas
in v14 and onward.- Change
using ScriptPortal.Vegas;
tousing Sony.Vegas;
in the scripts to compile for v13.
- Change
- Actually, the scripts are not supported v12 and under.
- Scripts belong in the Vegas install directory, in the "Script Menu" folder.
- (ie. C:\Program Files\VEGAS\VEGAS Pro 22.0\Script Menu)
- Some scripts require additional DLLs, put them in a "DLL" folder in the "Script Menu" folder.
- (ie. C:\Program Files\VEGAS\VEGAS Pro 22.0\Script Menu\DLL)
- Make sure that the DLL files (such as
DLL\NAudio.dll
) are not blocked.