Skip to content

Commit

Permalink
[Update] version 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibedetti committed Apr 26, 2024
1 parent 8bc19a2 commit e192bdd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.4.3] - 2024-04-26

- [Fix] Unity crash on macOS
- [Fix] Couldn't set a global preset in editor
- [Remove] Commented section when searching for new presets. Apparently useless, saving resources
- [Remove] Useless call to SaveAssets after creating a new preset
- [Fix] Avoid calling AssetDatabase.Refresh() when presets are saved

## [3.4.2] - 2024-01-20

- [Update] Android libraries to Csound 6.19 beta, to fix sound font issues
Expand Down
2 changes: 1 addition & 1 deletion Documentation~/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Documentation v3.3.1 #
# Documentation v3.4.3 #

* [How to import CsoundUnity](importing.md)
* [Getting Started](getting_started.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This simple wrapper is based on Richard Henninger's Csound6Net .NET wrapper.
If you wish to use the Csound API in a model that is idiomatic to .net please use his wrapper instead.
http://csound6net.codeplex.com (unfortunately the site is not reachable at the moment)

## Newest Version: 3.4.2 ##
## Newest Version: 3.4.3 ##

Read the [CHANGELOG](https://github.com/rorywalsh/CsoundUnity/blob/master/CHANGELOG.md) for more details.

Expand Down
2 changes: 1 addition & 1 deletion Runtime/CsoundUnity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public class CsoundUnity : MonoBehaviour
/// <summary>
/// The version of this package
/// </summary>
public const string packageVersion = "3.4.2";
public const string packageVersion = "3.4.3";

/// <summary>
/// the unique guid of the csd file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.csound.csoundunity",
"displayName": "CsoundUnity",
"version": "3.4.2",
"version": "3.4.3",
"unity": "2018.1",
"description": "CsoundUnity is a fully integrated audio middleware. \nIt extends Unity's audio API by creating Csound-based AudioSource objects that can interact and exist alongside regular AudioSource objects. \nWith CsoundUnity, games developers have at their fingertips one of the most powerful synthesis systems in existence. \n\nPlease visit homepage: http://rorywalsh.github.io/CsoundUnity/ \n\nThis interface would not have been possible without Richard Henninger's .NET interface to the Csound API.",
"samples": [
Expand Down

0 comments on commit e192bdd

Please sign in to comment.