Dear all,
A new version of Spat is ready for download.
Please report any issues with this version.
Changelog:
- all DSP objects : fix possible issues with automute attribute
- spat.spat~ : fix bug with @parallel attribute
- all objects: fix compatibility with “parameter_enable”
- all HOA objects : explicit warning messages when incompatible settings are detected
- spat.sfplay~ : fix possible crash in weird situations
- spat.meter~ : fix possible crash with ‘dumplevels’ message
- all objects: added ‘azimelev’ coordinate type: sets azimuth and elevation without modifying the distance
- fix possible crash with ircamverb~ (when using invalid speaker configuration)
- added sofa support on Windows
- spat.conv~ : use less RAM
- fix crash with spat.spat~ in HOA mode
- fix backwards compatibility with OSX 10.7
- fix possible crashes with spat.conv~
- vbap: fix various bugs and improve warning messages
- HOA : fix critical issues with decoder.
Warning: the fix may break compatibility with previous versions of Spat.
Additional note for Windows user:
On Windows, you will need to install additional dependencies to handle SOFA files (used for HRTF).
If you are using the 32 bit version, copy the following files:
/ircam-spat-i386/dependencies/zlib1.dll
/ircam-spat-i386/dependencies/hdf5_hl.dll
/ircam-spat-i386/dependencies/hdf5.dll
/ircam-spat-i386/dependencies/libcurl.dll
/ircam-spat-i386/dependencies/netcdf.dll
alongside the Max 32 bit executable i.e.: C:\Program Files (x86)\Cycling '74\Max 7\
If you are using the 64 bit version, copy the following files:
/ircam-spat-x64/dependencies/zlib1.dll
/ircam-spat-x64/dependencies/hdf5_hl.dll
/ircam-spat-x64/dependencies/hdf5.dll
/ircam-spat-x64/dependencies/libcurl.dll
/ircam-spat-x64/dependencies/netcdf.dll
alongside the Max 64 bit executable i.e.: C:\Programmes\Cycling '74\Max 7\
(if you are using Max 6.1 instead of Max 7, just adjust the destination folder accordingly)
If you dont do this step, the spat externals which handle SOFA files (i.e. spat.spat~, spat.pan~, spat.hrtf.infos, etc.) wont load.