otomad / OtomadHelper

Scripts for Magix Vegas. Assisted in generating YTPMV/YTP/Otomad/音MAD.
https://otomad.github.io/OtomadHelper/
GNU General Public License v3.0
73 stars 5 forks source link

FAQ / Common Questions #25

Open Evauation opened 1 year ago

Evauation commented 1 year ago

What do these "specific" features do? / Where is "feature".

My Documentation elaborates and indicates what each feature does and their respective functions. You should read there if you're confused about what features do what and how they work.

My MIDI File isn't working.

Make sure you have exported the MIDI file with a compatible program (e.g. FL Studio) and it has MIDI Channels/Tracks. A MIDI file that has no channels or tracks in it will not load or not correctly work with the script. If the MIDI is the MIDI file itself, try re-exporting the MIDI by re-importing it into the same program it was exported from and exporting it again.

If you're unsure on how to properly export a MIDI file and get it to load on Otomad Helper. Section 9: How to Do will show you exactly what to do

If it still doesn't work, it may likely be Velocity Error! or Could not load file or assembly "NAudio"

I'm seeing white shapes and not the visual.

This is being generated by the Sonar feature. Sonar will automatically turn on if your MIDI detects or has a drum track/channel and is selected. If you do not wish to have these types of visuals, promptly disable the feature in your configuation.

Otomad Helper doesn't work when I run it.

Make sure you have the latest and corresponding version for the Vegas Pro version you have. 13, 14+, and 16+ each have their own different version. Download the version that matches your Vegas Pro version. You also need NAudio installed alongside it, which comes with the script, this is required. Make sure NAudio has its respective folder in the script menu folder.

Could not load file or assembly "NAudio" / Operation is not supported

Make sure you have unblocked the NAudio.dll. Go to the DLL Folder, right-click the DLL, go to properties. if you see it says it's blocked, unblock it.

Velocity Error!

System.DivideByZeroException: Attempted to divide by zero.

This is caused by the input values of the mapping velocity feature to be set the same. Make sure the value inputs are not the same

System.FormatException: Got an off without an on 0 NoteOn

Your MIDI file has a note that has a velocity of 0. Check to make sure there isn't any notes that have a velocity value of 0 (aka notes that have no volume)

Example! image

Translation? / Contribute?

Ranne is gladly accepting contributions for the project. Make a pull request if you wanna add to the project. Make an issue if you got something to request or report.

This will be expanded when needed

Evauation commented 1 year ago

Minor update: Improved clarity!

otomad commented 10 months ago

简体中文翻译

这些“特定”的功能是做什么用的?/那些“功能”在哪里。

我的文档详细阐述并指出了每个功能的作用及其各自的功能。如果你对什么功能是做什么用的以及它们是如何工作感到困惑,你应该阅读它。

我的 MIDI 文件不能工作。

确保您已使用兼容的程序(例如 FL Studio)导出 MIDI 文件,并且该文件具有 MIDI 通道/音轨。没有通道或音轨的 MIDI 文件将无法加载或无法正确使用脚本。如果 MIDI 就是 MIDI 文件本身,请尝试将 MIDI 重新导入导出的程序中,然后再次导出。

如果您不确定如何正确导出 MIDI 文件并将其加载到 Otomad Helper 上。第 9 节:如何做将向你展示该做什么。

如果它还是不能工作,这很有可能是 力度错误! or 无法加载文件或程序集“NAudio”

我看到的是白色的形状而不是素材。

这是由声呐功能生成的。如果您的 MIDI 检测到或有鼓点音轨/通道并被选中,声呐效果将自动打开。如果您不希望拥有这些类型的视觉效果,请立即在配置中禁用该功能。

无法启动 Otomad Helper。

请确保您拥有最新版本的 Vegas Pro 13、14+ 和 16+ 每个都有各自不同版本的脚本。下载与您的 Vegas Pro 版本相匹配的版本的脚本。你还需要在它旁边安装 NAudio,这是脚本附带的,这是必需的。确保 NAudio 在脚本菜单文件夹中有其相应的文件夹。

无法加载文件或程序集“NAudio”/ 操作不支持

请确保已解锁 NAudio.dll。转到 dll 文件夹,右键单击 dll,选择属性。如果你看到它说它被锁定了,就解除锁定它。

力度错误!

System.DivideByZeroException: Attempted to divide by zero.

这是由于映射力度功能的输入值被设置为相同所致。确保输入的值不相同。

System.FormatException: Got an off without an on 0 NoteOn

你的 MIDI 文件中有一个力度为 0 的音符。检查以确保没有任何力度值为 0 的音符(也就是没有音量的音符)。

示例! 图片

翻译? / 贡献?

项目作者很乐意接受对该项目的贡献。如果你想添加到项目中,请提出拉取请求。如果你有什么请求或报告,就提出议题。

不时更新