Skip to content

Releases: modadao/moda-visualiser

v1.0.4

30 Aug 05:24

Choose a tag to compare

Changes

  • fix: Can now call updateSettings before updateFingerprint
  • feat: Added autoanalyze setting to automatically start listening to audio element (true by default, set to false to manually start audio analysis using the startAnalyzer method).
  • feat: updateSettings method now takes a partial of ISettings
  • feat: Added startAnalyzer method + autoplay option to analyzer
    • autoplay true by default, set to false to manually start audio playback using play method).

v1.0.3

25 Aug 06:22

Choose a tag to compare

Features:

  • feat: Able to provide an audio element to use for playback
    • ModaVisualiser.setAudioElement(element: HTMLAudioElement)
  • feat: updateFingerprint returns a promise.
    • visualiser.updateFingerprint().catch((err) => handleError(err));
  • fix: Switched fingerprint json width/height order
    • Expects field to be shape: [height, width]

v1.0.0 Release!

15 Jun 03:11

Choose a tag to compare

The initial public release of the @modadao/moda-visualiser package.

v0.9.3

15 Jun 03:05

Choose a tag to compare

v0.9.3 Pre-release
Pre-release
fix: Not pointing to correct repository

v0.9.1

15 Jun 03:03

Choose a tag to compare

v0.9.1 Pre-release
Pre-release
tweak: Fix build issues

v0.0.19

15 Jun 02:52

Choose a tag to compare

v0.0.19 Pre-release
Pre-release
tweak: Fix build issues

v0.0.18

15 Jun 02:48

Choose a tag to compare

v0.0.18 Pre-release
Pre-release
tweak: Working local publish

v0.0.17

15 Jun 02:28

Choose a tag to compare

v0.0.17 Pre-release
Pre-release
tweak: Deploy script

v0.0.16

15 Jun 02:19

Choose a tag to compare

v0.0.16 Pre-release
Pre-release
feat: Removed old github action

v0.0.15

15 Jun 02:02

Choose a tag to compare

v0.0.15 Pre-release
Pre-release
tweak: Manually construct npm rc