Skip to content

v0.0.23

Pre-release
Pre-release
Compare
Choose a tag to compare
@JoepVanlier JoepVanlier released this 15 Sep 22:47
· 7 commits to master since this release

Intentional changes

  • Renamed plugins to ysfx-s and ysfx-s FX. The reason for the rename is so that people who still want to use the old ysfx can use it side by side with this one. In addition, some DAWs make the distinction between instruments and FX plugins. For this reason, I now provide both.
  • Added support for show_slider API to show/hide sliders.
  • Fixed slider synchronization for more than 64 sliders.
  • Changed default behavior to not switch to all slider view by default for JSFX without graphics. Instead you get the sliders to JSFX author intended.
  • Fixed bug where output buffers were not always initialized. Now we explicitly forward or silence output buffers. This fixes some audio spikes on DAWs that do not initialize these buffers.
  • Fixed bug where on some DAWs/window manager combinations the editor window would always appear.