commit 00d68a5f18da32fc9f56f94c0641c57bc1ac7d98
parent 6ece62c71f76da4e1dabce7a6dae23481c5b2d4f
Author: Andrew Costa <acosta@audiokinetic.com>
Date: Wed, 19 Jul 2023 10:44:00 -0400
ReaWwise 1.0.5
Change-Id: I889c76d4ad82729ec1565be9b97763a0fc310fdd
Diffstat:
3 files changed, 91 insertions(+), 18 deletions(-)
diff --git a/Extensions/ReaWwise.ext b/Extensions/ReaWwise.ext
@@ -1,21 +1,37 @@
@description ReaWwise
@author Audiokinetic
-@version 1.0.4
+@version 1.0.5
@changelog
New Features:
- - Added "ReaWwise: Open", "ReaWwise: Close" and "ReaWwise: Transfer To Wwise" actions to REAPER's action list. And added AK_Json_Clear and AK_Json_ClearAll functions to ReaScript.
- Miscellaneous Changes:
- - Made read-only text fields look different from editable ones.
- - Added focus feedback for drop-down lists.
- - Added more tooltips throughout the user interface.
- - Added Actor-Mixer as a possible Object Type for Wwise structures.
+ - Added the ability to copy lines from the preview to the clipboard.
+
+ - Object names with unresolved wildcards now display the placeholder
+ text "<wildcard_missing>". During transfer operations, users will be
+ warned about incomplete paths. They have the option to proceed while
+ skipping the import or creation of objects that contain these
+ incomplete paths.
Bug Fixes:
- - Fixed: A corrupted preset file is created when clicking Cancel in the Wwise structures Save Preset dialog.
- - Fixed: Transfer to Wwise button is still available when there are no items in preview pane.
- - Fixed: Import details are wrong when Originals folder is blank.
- - Fixed: When attempting to create a Sound SFX directly under a Physical Folder (an illegal parent/child relationship), no error is generated and the audio files are added to the Originals folder.
+
+ - Fixed: Possible to import sound voices without selecting a language.
+ Sound voice objects now default to the appropriate language based on
+ the version of Wwise being used. For Wwise Version 21.1 and earlier,
+ the default language is set to the first language in the project's
+ language list. For Wwise 22.1 and later, the default language is set
+ to the reference language of the Wwise project.
+
+ - Fixed: Incorrect icon displayed for actor mixer containers in the
+ preview panel.
+
+ - Fixed: When the import summary has many errors, the View Details and
+ Close buttons overlap some text.
+
+ - Fixed: Import fails when the file path contains non English
+ characters. Changed the font from Open Sans to GoNotoCurrent to
+ support additional languages including Japanese and Chinese. More
+ information on the exact character set supported is on GitHub at:
+ https://github.com/satbyy/go-noto-universal
@provides
[win64] reaper_reawwise.dll https://github.com/audiokinetic/ReaWwise/releases/download/$version/reaper_reawwise.dll
[darwin] reaper_reawwise.dylib https://github.com/audiokinetic/ReaWwise/releases/download/$version/reaper_reawwise.dylib
@@ -48,10 +64,10 @@
## Contributing
The repository is not open to pull request but in the case of a bug report, bugfix or a suggestions, please feel free to [open an issue](https://github.com/audiokinetic/ReaWwise/issues).
- Feature requests can also be submitted to the [feature request section](https://www.audiokinetic.com/qa/feature-requests/) of Audiokinetic's Community Q&A. Use ReaWwise as the Category when submitting a question.
+ Feature requests can also be submitted to the [feature request section](https://www.audiokinetic.com/qa/questions/reawwise) of Audiokinetic's Community Q&A. Use ReaWwise as the Category when submitting a question.
## Legal
- Copyright © 2022 [Audiokinetic Inc.](https://audiokinetic.com) All rights reserved.
+ Copyright © 2023 [Audiokinetic Inc.](https://audiokinetic.com) All rights reserved.
## Acknowledgements
Inspired by the work of [Karl Davis](https://github.com/karltechno)
\ No newline at end of file
diff --git a/Readme.md b/Readme.md
@@ -8,5 +8,8 @@ Copy and paste this URL in **Extensions** > **ReaPack** > **Import repositories.
https://github.com/Audiokinetic/Reaper-Tools/raw/main/index.xml
+## About Audiokinetic
+Audiokinetic is the leading provider of cross-platform audio solutions for interactive media and gaming. The company's middleware solutions include the award-winning Wwise® and SoundSeed®, as well as Wwise Automotive™ and Strata™. For more information, please visit http://www.audiokinetic.com/
+
## Legal
-Copyright © 2022 [Audiokinetic Inc.](https://audiokinetic.com) All rights reserved.
-\ No newline at end of file
+Copyright © 2023 [Audiokinetic Inc.](https://audiokinetic.com) All rights reserved.
+\ No newline at end of file
diff --git a/index.xml b/index.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<index version="1" name="Audiokinetic" commit="a472587a926117b9796cddb80af53a43d08e598a">
+<index version="1" name="Audiokinetic" commit="fac30dda0a7582c2687dc031165aa684724ff273">
<category name="Extensions">
<reapack name="ReaWwise.ext" type="extension" desc="ReaWwise">
<metadata>
@@ -35,12 +35,12 @@ Community Q&A
open an issue
}}}
.\par}
-{\pard \ql \f0 \sa180 \li0 \fi0 Feature requests can also be submitted to the {\field{\*\fldinst{HYPERLINK "https://www.audiokinetic.com/qa/feature-requests/"}}{\fldrslt{\ul
+{\pard \ql \f0 \sa180 \li0 \fi0 Feature requests can also be submitted to the {\field{\*\fldinst{HYPERLINK "https://www.audiokinetic.com/qa/questions/reawwise"}}{\fldrslt{\ul
feature request section
}}}
of Audiokinetic's Community Q&A. Use ReaWwise as the Category when submitting a question.\par}
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel1 \b \fs32 Legal\par}
-{\pard \ql \f0 \sa180 \li0 \fi0 Copyright \u169 ? 2022 {\field{\*\fldinst{HYPERLINK "https://audiokinetic.com"}}{\fldrslt{\ul
+{\pard \ql \f0 \sa180 \li0 \fi0 Copyright \u169 ? 2023 {\field{\*\fldinst{HYPERLINK "https://audiokinetic.com"}}{\fldrslt{\ul
Audiokinetic Inc.
}}}
All rights reserved.\par}
@@ -85,6 +85,40 @@ Bug Fixes:
<source platform="win64" file="reaper_reawwise.dll">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.4/reaper_reawwise.dll</source>
<source platform="darwin" file="reaper_reawwise.dylib">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.4/reaper_reawwise.dylib</source>
</version>
+ <version name="1.0.5" author="Audiokinetic" time="2023-07-19T14:48:16Z">
+ <changelog><![CDATA[New Features:
+
+- Added the ability to copy lines from the preview to the clipboard.
+
+- Object names with unresolved wildcards now display the placeholder
+ text "<wildcard_missing>". During transfer operations, users will be
+ warned about incomplete paths. They have the option to proceed while
+ skipping the import or creation of objects that contain these
+ incomplete paths.
+
+Bug Fixes:
+
+- Fixed: Possible to import sound voices without selecting a language.
+ Sound voice objects now default to the appropriate language based on
+ the version of Wwise being used. For Wwise Version 21.1 and earlier,
+ the default language is set to the first language in the project's
+ language list. For Wwise 22.1 and later, the default language is set
+ to the reference language of the Wwise project.
+
+- Fixed: Incorrect icon displayed for actor mixer containers in the
+ preview panel.
+
+- Fixed: When the import summary has many errors, the View Details and
+ Close buttons overlap some text.
+
+- Fixed: Import fails when the file path contains non English
+ characters. Changed the font from Open Sans to GoNotoCurrent to
+ support additional languages including Japanese and Chinese. More
+ information on the exact character set supported is on GitHub at:
+ https://github.com/satbyy/go-noto-universal]]></changelog>
+ <source platform="win64" file="reaper_reawwise.dll">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.5/reaper_reawwise.dll</source>
+ <source platform="darwin" file="reaper_reawwise.dylib">https://github.com/audiokinetic/ReaWwise/releases/download/1.0.5/reaper_reawwise.dylib</source>
+ </version>
</reapack>
</category>
<category name="OpenAssociatedReaperProject">
@@ -148,4 +182,24 @@ Bug Fixes:
</version>
</reapack>
</category>
+ <metadata>
+ <description><![CDATA[{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 \fmodern Courier;}}
+{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}
+\widowctrl\hyphauto
+
+{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel0 \b \fs36 Audiokinetic Reaper Tools Repository\par}
+{\pard \ql \f0 \sa180 \li0 \fi0 Collection of extensions, scripts and tools for Reaper.\par}
+{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel1 \b \fs32 Installation\par}
+{\pard \ql \f0 \sa180 \li0 \fi0 Copy and paste this URL in {\b Extensions} > {\b ReaPack} > {\b Import repositories...}\par}
+{\pard \ql \f0 \sa180 \li0 \fi0 https://github.com/Audiokinetic/Reaper-Tools/raw/main/index.xml\par}
+{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel1 \b \fs32 About Audiokinetic\par}
+{\pard \ql \f0 \sa180 \li0 \fi0 Audiokinetic is the leading provider of cross-platform audio solutions for interactive media and gaming. The company's middleware solutions include the award-winning Wwise\u174 ? and SoundSeed\u174 ?, as well as Wwise Automotive\u8482 ? and Strata\u8482 ?. For more information, please visit http://www.audiokinetic.com/\par}
+{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel1 \b \fs32 Legal\par}
+{\pard \ql \f0 \sa180 \li0 \fi0 Copyright \u169 ? 2023 {\field{\*\fldinst{HYPERLINK "https://audiokinetic.com"}}{\fldrslt{\ul
+Audiokinetic Inc.
+}}}
+ All rights reserved.\par}
+}
+]]></description>
+ </metadata>
</index>