yokemura / Magical8bitPlug2

GNU General Public License v3.0
301 stars 19 forks source link

Changed label text of vibrato speed #31

Closed yokemura closed 2 years ago

yokemura commented 2 years ago

resolves #27

The slider which was labeled as "vibrato rate" was setting cycle length.

PR #28 could be an ideal fix if the plugin hadn't released yet, but we have existing projects and it's not a good idea to change the behavior against the parameter value.

The possible fix are two.

  1. Reverse parameter-slider relationship : Minimum to the right, maximum value to the left.
  2. Change label : Rate -> Cycle Length

This PR takes no2 because it's easier.