Skip to content

Version 3.10.25.0 Released

Compare
Choose a tag to compare
@otomad otomad released this 25 Oct 12:00
· 73 commits to extendscript since this release

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