Skip to content

Releases: jerryuhoo/Fire

v1.5.0

17 Oct 18:13
570304d

Choose a tag to compare

v1.5.0b

20 Sep 12:31

Choose a tag to compare

v1.5.0b Pre-release
Pre-release

What's changed

This is a major feature update that introduces a comprehensive LFO modulation system and involves a significant refactoring of the plugin's core architecture.

  1. New Feature: LFO Modulation System 🚀

    • Four Independent LFOs: Added a new LFO panel with four fully customizable LFOs that can modulate most parameters in the plugin.
    • Customizable LFO Shapes: Includes a powerful graphical editor to create custom LFO shapes. You can add, remove, and drag points, as well as adjust the curvature of segments between points.
    • Brush & Edit Modes: Two distinct editing modes for flexible workflow. Use "Edit Mode" for precise point-based editing and "Brush Mode" to quickly paint preset shapes (Saw, Sine, Square) onto the grid.
    • Modulation Matrix: A dedicated matrix panel to manage all modulation routings in one place.
    • BPM Sync & Free (Hz) Modes: Each LFO can be synchronized to the host's BPM or run freely in Hz.
    • Quick Modulation Assignment: A new "Assign" mode allows you to click any knob to instantly map it as a modulation target.
  2. Major Code Refactoring:

    • I refactored both UI and DSP code of this plugin so it is easier to modify and understand now.
  3. Bug Fixes:

    • Fixed a critical bug where the plugin might not load presets correctly. #87

⚠️ Breaking Change Notice: This is a significant update that fundamentally changes how parameters are processed. Due to the addition of the LFO system and the extensive code refactoring, it might have hidden bugs. So it is a BETA version. If you find any bugs, please create an issue so I can solve it. Have fun!

v1.0.2

05 Jul 01:53

Choose a tag to compare

What's Changed

  1. Add real-time value display on the global filter.

  2. Refactor internal code structure to improve GUI rendering performance.

  3. Fix a bug where VU meters were not visible in multiband (Band) mode.

  4. Add a new setting to disable auto-update. Fix #83

  5. Fix phase issues in multiband mode: Fix #82

    • Frequency response is now flatter and more phase-coherent across bands.
    • Fix phase shift issues when the Mix value is less than 1.

    ⚠️ Note: These improvements may slightly alter the sound of older sessions. Please freeze your audio if you are using a previous version of the plugin.

    ⚠️ Note: In the default mode, the algorithm is set to "Cubic." This is a nonlinear distortion algorithm, so even when the drive is set to 0, the algorithm still affects the sound. If you want to output a completely dry signal that is not affected by the algorithm, you can set the mix (in band mode) to 0. In that case, it will output a flat response.

  6. For long-term product consistency, the manufacturer name has been changed to Blue Wings Music.

    • The new plugin will not appear under the old "Wings" manufacturer in your DAW.
    • You may need to manually remove the old version.
    • Whether the new version automatically replaces the old one has not been fully tested.
    • If it fails to replace the old plugin, please save your presets and re-import them in the new version.

v1.0.1

23 May 02:35
75656d7

Choose a tag to compare

What's Changed

  1. Add a button for more Drive gain (E-Extreme).
  2. Fix a bug of compression settings and width settings can not be set for each band independently.
  3. Add original spectrum (white).
  4. Improve GUI of VU meters.

More platform support is coming. Currently, only Apple M series chips are supported.

Release v1.0.0.3

04 Aug 02:34

Choose a tag to compare

Release v1.0.0.3 Pre-release
Pre-release

fix #35 #42

Release v1.0.0.2 (Beta 2)

30 Jul 01:50

Choose a tag to compare

Pre-release

Warning! do not use this version! #42

  1. Refactor the code of frequency lines and close buttons.
  2. Fix a crash in Fl Studio of v0.9.9.
  3. Fix audiobuffer pointer bug when setting history array.
  4. Fix the bug of changing presets that might cause wrong frequency line positions.
  5. New close buttons for each band.
  6. Other GUI improvements.
  7. Add the Extreme button for more distortion.
  8. Check for updates when opening the plugin.
  9. Support JUCE 7.
  10. Fix a bug that changing presets doesn't reset new params.
  11. Add a Limiter in the global mode.

Release v1.0.0.1 (v1.0.0 Beta 1)

25 Jul 07:34

Choose a tag to compare

Pre-release
  1. Refactor the code of frequency lines and close buttons.
  2. Fix a crash in Fl Studio of v0.9.9.
  3. Fix audiobuffer pointer bug when setting history array.
  4. Fix the bug of changing presets that might cause wrong frequency line positions. @IcyLeaves
  5. New close buttons for each band.
  6. Other GUI improvements.

Release v0.9.9

13 Jul 15:48

Choose a tag to compare

  1. Fix the bug of freezing the distortion graph before playing the audio. (in Logic Pro)
  2. Fix the bug of the global mix button phasing issue.
  3. New function! When you move your mouse to the spectrogram, the peak frequency and decibel will be calculated.
  4. New separate bypass buttons for each band.
  5. Improve width graph, and reduce CPU usage.
  6. Fix the bug that close button sometimes doesn't work.

Release v0.9.8

30 Jun 15:53

Choose a tag to compare

Be careful that the width/compressor bypass buttons will be set to "disable" regardless of whether you turned them on in the next version!

Release v0.9.7

23 Jun 10:51
ad71d78

Choose a tag to compare

Currently, I do not recommend HQ mode, it has phasing issue. I will try to fix the bug in the next release!!!