Skip to main content
Version: Skinetic SDK 1.5.0

Changelogs

Last Version: [1.5.0] - 2024-06-04

Added

  • New backend: A new backend is used by default, with the possibility to use the legacy backend instead
  • Wi-Fi support Android: Add Wi-Fi4 support to android
  • ASH-fx: experimental Audio-to-Haptics library integrated (available only on Windows with WASAPI)

Changed

  • Invalid pattern logged: the reason why a pattern is invalid now logged

Fixed

  • Wifi connection: now searching across all available network interface
  • PauseAll() and resumeAll() now behave properly
  • Fix crash on StopAll() in peculiar conditions
  • Minor fixes

Older versions

[1.4.6] - 2024-05-23

[1.4.6] - 2024-05-23

Changed

  • Refactor C++ API: Experimental changed in ExperimentalSkineticSDK to avoid conflict
[1.4.5] - 2024-05-03

[1.4.5] - 2024-05-03

Changed

  • Refactor C++ API: Experimental changed in ExperimentalSkineticSDK to avoid conflict
[1.4.4] - 2024-04-18

[1.4.4] - 2024-04-18

Added

  • Log Callback: Option to set a callback to override the native logger
[1.4.3] - 2024-01-09

[1.4.3] - 2024-01-09

Fixed

  • C# wrapping namespace residual
  • audio preset on osx and linux
[1.4.2] - 2023-12-18

[1.4.2] - 2023-12-18

Fixed

  • Audio stream segfault on osx
[1.4.1] - 2023-12-15

[1.4.1] - 2023-12-15

Added

  • Serial number to string converter: Utility function to convert a serial number into a properly formatted string.
[1.4.0] - 2023-11-21

[1.4.0] - 2023-11-21

Added

  • Experimental Audio Stream: Streaming haptic to standard audio devices
  • Wifi: Can detect and connect to Skinetic device over Wifi4
  • Python wrapping: Skinetic SDK can now be used in Python
  • Documentation: Generation of online API documentation on unitouch.actronika.com

Fixed

  • Missing file for osx integration
  • Minor fixes
[1.3.5] - 2023-09-18

[1.3.5] - 2023-09-18

Added

  • Linux arm64/V8 compatibility
[1.3.4] - 2023-09-12

[1.3.4] - 2023-09-12

Fixed

  • Update Linux USB access rules for HSD mk.II
[1.3.3] - 2023-08-24

[1.3.3] - 2023-08-24

Fixed

  • Fix HSD mk.II wrong device type
  • Missing include file for linux
[1.3.2] - 2023-08-21

[1.3.2] - 2023-08-21

Added

  • Important Notice: Using Skinetic SDK on Linux and Windows prerequisite
[1.3.1] - 2023-07-31

[1.3.1] - 2023-07-31

Added

  • HSD mk.II USB: Detection and connection to HSD mk.II devices
[1.3.0] - 2023-06-21

[1.3.0] - 2023-06-21

Added

  • Pattern and Effect Boost: Each instance has its own boost value using the default Pattern boost, which can be overridden on play.
  • Effect Accumulation strategy: A fallback-pattern feature to alleviate haptic confusion.
  • Spatial Inversion and Addition: An effect can be triggered with right/left, up/down and front/back inversion or addition.
  • HelloWorld Examples
  • C# Wrapping

Changed

  • Stop Fadeout: Remove any duration limitation to allow longer fadeout.

Fixed

  • Boost are now scaled by the volume envelop of the samples
[1.2.0] - 2023-04-14

[1.2.0] - 2023-04-14

Added

  • Transformation: Shape-based patterns can be transformed on play by passing three additional parameters: height translation, heading rotation and tilting rotation.
  • Global Boost: The boost increase the overall intensity of all haptic effects.

Changed

  • Play parameters now passed as a structure
  • Number of simultaneous playing simultaneous samples increased to 10: compatible with the Skinetic firmware 1.1.3 or higher.
[1.1.1] - 2023-02-17

[1.1.1] - 2023-02-17

Fixed

  • Fix error in computed weights
  • Only queries devices already paired during the scan on Windows
[1.1.0] - 2023-02-15

[1.1.0] - 2023-02-15

Added

  • Bluetooth communication
  • Crop handling: A sample can now be cropped on both sides to keep the meaningful part. The crop information is contained in the .spn.
  • Ping: In case of low activity, a ping command is send to check if the communication is still valid.
  • Play At: When playing a pattern, an arbitrary start time can be set.
  • Changelog

Changed

  • Log formatting for standalone version
  • Update HIDAPI from 0.12.0 to 0.13.1