Support multiple plugins in nih_export_vst3!()

Just like in `nih_export_clap!()`.
This commit is contained in:
Robbert van der Helm
2023-09-03 15:43:23 +02:00
parent b9b30feb86
commit 19988db139
5 changed files with 252 additions and 140 deletions

View File

@@ -12,6 +12,11 @@ state is to list breaking changes.
## [2023-09-03]
### Added
- `nih_export_vst3!()` now also supports more than one plugin type argument,
just like `nih_export_clap!()`.
### Fixed
- The `nih_export_*!()` macros now use `$crate` to refer to NIH-plug itself,