Skip to content

Commit

Permalink
Update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ardura committed Aug 30, 2024
1 parent f7eeeb7 commit 2fb94cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Actuate"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
authors = ["Ardura <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Actuate (Latest is v1.3.1)
# Actuate (Latest is v1.3.2)
A Subtractive and Additive Synthesizer, Sampler, and Granulizer built in Rust + Nih-Plug
Written by Ardura

Expand Down Expand Up @@ -81,21 +81,6 @@ Since Actuate 1.2.8 the new file browser and UI use native text editing. This cr
- Text input works if you add "-_EnsureKeyMessagesForPlugins" to Options.txt in preferences. See https://forum.ableton.com/viewtopic.php?t=97318
- Unfortunately I don't know where this would be on Linux or Mac so I'm open to help from Ableton users!

## Roadmap
- [x] Create an additive module
- [ ] Create filter release bypass toggle
- [ ] Find more things to add here

(old items pre 1.3.0)
- [x] Create a Preset Browser
- [x] Add more reverb styles
- [x] Fix some bandpass glitching on certain filter types
- [x] Create different stereo spreading algorithms
- [x] Make the GUI nicer - see Discussion https://github.com/ardura/Actuate/discussions/26
- [x] Look into making the preset loading more reliable
- [x] Fix text input not working (right now it's a OS safe workaround)
- [x] Fix file dialog in the process thread (right now it's a OS safe workaround)

## DAWS and compatibility
- Compatible with Windows 10 and up
- Compatible with Linux
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If not, see https://www.gnu.org/licenses/.
#####################################
Actuate - Synthesizer + Sampler/Granulizer by Ardura
Version 1.3.1
Version 1.3.2
#####################################
Expand Down

0 comments on commit 2fb94cb

Please sign in to comment.