Skip to content

Releases: otomad/om_midi

Version 3.19.10.0 Released

10 Jul 03:05
Compare
Choose a tag to compare

Update Logs

  • Fix Applying Horizontal Flip, Vertical Flip, Clockwise Flip, Counterclockwise Flip Effects won't work while Turning off visual motion for some effects.

Version 3.18.28.0 Released

28 Jun 09:56
Compare
Choose a tag to compare

Update Logs

  • Fix "Easing 100%" tool bug. You can set interpolation type to the keyframes of shape, mask, and other properties now, which will raise an undefined error in older versions.
  • Add more new interpolation types in "Easing 100%" tool: Linear, Hold both, Hold left, Hold right.
  • Support saving last used tool now.
  • New tool: Batch Subtitle Generation. The same tool as it in Otomad Helper.

Version 3.15.30.0 Released

30 Mar 11:44
Compare
Choose a tag to compare

Update Logs

  • Add Korean support.
    Thanks for binmode's translation.

Version 3.14.24.0 Released

24 Feb 06:42
Compare
Choose a tag to compare

Update Logs

  • Add 3 new effects: Vertical Flip, Counterclockwise Flip, Clockwise Flip.
  • Add error alert for invalid mapping velocity parameters.

Version 3.14.20.0 Released

20 Feb 05:10
Compare
Choose a tag to compare

Update Logs

  • Add Vietnamese translation. Thanks for @cyahega's translation.
  • Add motions for horizontal flip: Float Up, Float Down.
  • Remove the empty column in the track selector dialog.

Version 3.10.25.0 Released

25 Oct 12:00
Compare
Choose a tag to compare

Update Logs
更新日志

  • Optimize UI resizing. In the previous version, resizing the panel too small will result in inability to operate the controls below the panel. In the current version a scrollbar will be displayed for easy operation.
    优化界面拉伸。在前版中如果将面板调整得太小将导致无法操作面板下方的控件。在当前版本将会显示一个滚动条以便操作。

    Note: Since ExtendScript does not provide event APIs for mouse wheel scrolling, it is impossible to use the mouse wheel to scroll the panel and can only drag the scrollbar.
    注意:由于 ExtendScript 并未提供鼠标滚轮滚动的相关事件 API,因此无法使用鼠标滚轮滚动面板,只能拖动滚动条操作。
    图片1
  • Add dynamic BPM support.
    新增支持动态 BPM。

    Note: Import a dynamic BPM MIDI file, and the BPM value will be displayed as the starting BPM value with a tilde. For example, a dynamic BPM starting at 60 will be displayed as "60~". This symbol cannot be entered directly by the keyboard, any value entered will be converted to a static BPM value. If you need to reset to the dynamic BPM value, empty the BPM input box, and the script will automatically restore it to the default dynamic BPM value.
    注意:导入动态 BPM 的 MIDI 文件,BPM 值将会显示为起始 BPM 值加上波浪号。例如以 60 起始的动态 BPM,将会显示为“60~”。该符号无法通过键盘直接输入,输入任意数值将会转换成静态 BPM 值。如果需要重置为动态 BPM 值,请将设定 BPM 输入框清空,此时脚本将自动将其恢复为默认动态 BPM 值。
  • Add mapping velocity to opacity (for video) or audio levels (for audio).
    新增映射力度到不透明度(针对视频)或音频电平(针对音频)。

    image
    As the parameters shown, a note with a velocity of 0 is mapped to an opacity of 0, and with a velocity of 127 is mapped to an opacity of 100. (The range of velocity is 0~127.)
    如图中参数所示,将力度为 0 的音符映射到为 0 的不透明度,将力度为 127 的音符映射到为 100 的不透明度。(力度的取值范围为 0 ~ 127。)
  • Add a new setting to specify the visual motion when applying the horizontal flip effect.
    新增了一个设置用于指定应用水平翻转效果时的视觉运动动画。

Upcoming Updates
更新预告

In the upcoming updates, the user interface will be moved from the old ScriptUI engine to the new CEP framework, which will have a prettier appearance. The prototype as below.
在即将到来的更新中,用户界面将会从老旧的 ScriptUI 引擎转移到新的 CEP 框架,这将具有更漂亮的外观。原型如下。
image

Version 3.9.10.0 Released

10 Sep 07:34
Compare
Choose a tag to compare

How to Install

om midi

The Scripts\ScriptUI Panels folder located in the After Effects installation directory.

(ie. C:\Program Files\Adobe\Adobe After Effects 2022\Scripts\ScriptUI Panels)

om utils

There are two ways to import:

  1. Placed in the same directory as the aep project.
    • Prepend to expressions:
$.evalFile(thisProject.fullPath.replace(/\\[^\\]*$/, "\\om_utils.jsx"));
  1. Placed anywhere, and then add to AE project.
    • Prepend to expressions:
footage("om_utils.jsx").sourceData;

ease in 100%

ease_in_100%.jsx is a simple script that applies 100% ease in to the selected key frame. Click the script to take effect immediately. There is no graphical interface. And the full version is attached in om midi. It will not be included in the next release.

The Scripts folder located in the After Effects installation directory.

(ie. C:\Program Files\Adobe\Adobe After Effects 2022\Scripts)

Update Logs

Version 3.9.9.0 Released

09 Sep 09:06
Compare
Choose a tag to compare
Pre-release

How to Install

om midi

The Scripts\ScriptUI Panels folder located in the After Effects installation directory.

(ie. C:\Program Files\Adobe\Adobe After Effects 2022\Scripts\ScriptUI Panels)

om utils

There are two ways to import:

  1. Placed in the same directory as the aep project.
    • Prepend to expressions:
$.evalFile(thisProject.fullPath.replace(/\\[^\\]*$/, "\\om_utils.jsx"));
  1. Placed anywhere, and then add to AE project.
    • Prepend to expressions:
footage("om_utils.jsx").sourceData;

ease in 100%

ease_in_100%.jsx is a simple script that applies 100% ease in to the selected key frame. Click the script to take effect immediately. There is no graphical interface. And the full version is attached in om midi. It will not be included in the next release.

The Scripts folder located in the After Effects installation directory.

(ie. C:\Program Files\Adobe\Adobe After Effects 2022\Scripts)

Update Logs

Version 3.9.8.0 Released

08 Sep 06:03
Compare
Choose a tag to compare
Pre-release

How to Install

om midi

The Scripts\ScriptUI Panels folder located in the After Effects installation directory.

(ie. C:\Program Files\Adobe\Adobe After Effects 2022\Scripts\ScriptUI Panels)

om utils

There are two ways to import:

  1. Placed in the same directory as the aep project.
    • Prepend to expressions:
$.evalFile(thisProject.fullPath.replace(/\\[^\\]*$/, "\\om_utils.jsx"));
  1. Placed anywhere, and then add to AE project.
    • Prepend to expressions:
footage("om_utils.jsx").sourceData;

ease in 100%

ease_in_100%.jsx is a simple script that applies 100% ease in to the selected key frame. Click the script to take effect immediately. There is no graphical interface. And the full version is attached in om midi. It will not be included in the next release.

The Scripts folder located in the After Effects installation directory.

(ie. C:\Program Files\Adobe\Adobe After Effects 2022\Scripts)

Version 3.0.1 Beta Test

07 Sep 07:28
Compare
Choose a tag to compare
Pre-release
v3.0.1-beta

Update