Skip to content

Releases: rorywalsh/CsoundUnity

v3.5.0

10 Sep 15:49
Compare
Choose a tag to compare

[Add] WebGL support (experimental)
[Add] Ability to set sampling rate and control rate
[Fix] Got rid of null refs errors on editor when going into play mode

v3.4.3

26 Apr 14:05
Compare
Choose a tag to compare

Improved editor performance, fix for crash on macOS

v3.4.2

20 Jan 18:32
Compare
Choose a tag to compare

[Update] Android libraries to Csound 6.19 beta, fixes sound font issues on Android.
[Add] Android x86 libraries

v3.4.1

21 Oct 13:20
Compare
Choose a tag to compare

This release is a collection of hot fixes made in the last year, some of those were already on the master branch for quite some time.

[Fix] Android crash in Unity versions above 2021.3.27
[Fix] Unity Editor crashing on Windows if having a different version of Csound installed
[Fix] Apps targeting Android ARM7 devices now build and run correctly
[Fix] iOS builds correctly
[Fix] Drag&Drop issue on Windows editor

v3.4.0

30 Oct 02:37
Compare
Choose a tag to compare
  • added CsoundUnityPresets!
  • added Plugin EnvironmentSetting to be able to LoadPlugins on Android
  • added LoadPlugins method
  • added the possibility to edit multiple CsoundUnity components at once
  • added skew and increment to ChannelControllers for future implementation on Editor sliders
  • added lots of utilities methods
  • updated Csound libraries to Csound 6.18 (Silicon support for Mac!)
  • updated GetSamples method to not require the origin
  • updated Samples
  • fix for CsoundUnityWatcher enabling CsoundUnity instance when it's disabled
  • fix for comboboxes and controller text not being set

v3.3.1

11 Apr 22:24
Compare
Choose a tag to compare
  • fix for LinkButton not available in Unity versions < 2021.1

v3.3.0

27 Mar 20:22
Compare
Choose a tag to compare
  • added VU Meters to the inspector;
  • better Environment Settings handling;

v3.2.1

06 Mar 21:23
Compare
Choose a tag to compare
  • hotfixes for errors on import
  • fix for links in github pages

v3.2.0

06 Mar 20:49
Compare
Choose a tag to compare
  • added iOS support;
  • updated Csound libs to version 6.17;
  • added customizable EnvironmentSettings, to set Csound Environment Variables;
  • added SFDIR sample;
  • heavy cleaning;
  • updated documentation with newest features;
  • updated README;

v3.1.1

28 Jan 10:31
Compare
Choose a tag to compare

updated changelog
updated version in package.json

added support for Android x86_64;
added dripwater sample;
added Basic Collision sample;
added Basic FM Synth sample;
added first Table morphing sample;
added Basic Microphone Analyzer scene;
added Partikkel sample;
added ProcessClipAudio sample;
fix for crash in GetChannelList;
fix for comboboxes channels not initialized correctly on Start;
fix for CsoundUnity being null on CsoundUnityChild Awake;
fix for namedAudioChannelData of CsoundUnityChild not initialized;
fix to avoid setting a dummy clip when processClipAudio is selected;