Skip to content

Releases: ardura/Actuate

New Filters and ABass!

19 Jan 18:01
effa64a
Compare
Choose a tag to compare

Hello everyone, here's what's new in this latest version:

  • after messing around with some filters on Music I found one I liked and implemented it as the VCF filter type. This means we now have the SVF with different resonant types, Tilt filters, and a VCF :) These can be changed in the filter section "Filter 1 Alg" and "Filter 2 Alg":
    image

  • ABass algorithm from Subhoofer https://github.com/ardura/Subhoofer is added into the FX section. This should help give smaller speaker presence and turns into its own saturation effect at high amounts.

  • A steeper logarithmic curve is now available - I pointed Actuate to use my own nih-plug fork as a result of this

  • Removed phf crate since it wasn't doing much anyways and it simplifies a lot of code.

Small but big update v1.1.1

12 Jan 17:33
256fd3d
Compare
Choose a tag to compare

Small but big update!

  • Filters can now be pushed to 20000k Hz!
  • Env Peak has changed from 5000hz variance to the entire range
  • New controls added in filter area (center bottom)
  • Tilt Filters have been added as an alternative to the SVF and share the same routing options and automations :)
  • Sine saturation added

Sidenote: I've always hated projects that I have to continuously update and now I'm that monster

v1.1! Effects and Preset Naming

05 Jan 15:22
7abcfa6
Compare
Choose a tag to compare

This is a pretty big update for Actuate I'm proud of, while the file dialog stuff needs to get better (I've been informed my current method is bad practice) I am still happy with adding effects and information :) Enjoy!

I've attached the vst3 and CLAP versions

Version 1.1 - 2024/01/05

  • Preset description and naming now supported!
  • New Oscillator Shapes!
  • New filter resonance types:
    • Res - A hyper resonancy sound
    • Bump - An actual gentle bumped slope
    • Powf - A resonance curve based on powf behavior
  • Effects are implemented and able to be enabled/disabled fully or individually
  • Moved files into a plugin structure that makes more sense
  • Shifted some GUI elements
  • Fixed bugs with focus and some crashes

Future updates

  • Fix simultaneous notes held and parameters modified by user not applying until next note
  • Figure out how to make the file dialog better/accepted
  • Stereos voice spreading options?

v1.0.1 Minor Fixes

06 Dec 17:05
Compare
Choose a tag to compare

Hello! This is a minor release to get Actuate into a better state for usability. I've included both the CLAP and VST3. Enjoy!

Changes:

  • Fixed the LFO calculations being wrong and desync issues
  • Filter order routing now gets saved in plugin banks/presets
  • Fixed some panic(crash) scenarios that I found in testing
  • Fixed Filter 2 labelling and reversed the knob to match filter 1
  • Defined the default "ActuatePreset" structure better to match in the top definition vs the load bank failure version

v1.0.0

13 Nov 20:26
191c40f
Compare
Choose a tag to compare

I've edited this to have both the VST3 and CLAP versions in the release compiled with the updated cargo that got created in the commits immediately after release.