We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f2d4c commit 28efcb5Copy full SHA for 28efcb5
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.2.0
2
+
3
+- Add process_double_replacing to AEffect struct.
4
+- Add Rect struct.
5
6
# 0.1.1
7
8
- Make all structs implement Copy and mark all struct fields public.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vst2-sys"
-version = "0.1.1"
+version = "0.2.0"
authors = ["Micah Johnston <micah@glowcoil.com>"]
edition = "2018"
description = "Bindings for the VST 2.4 API"
0 commit comments