Skip to content

Latest commit

 

History

History
172 lines (99 loc) · 9.74 KB

CHANGELOG.md

File metadata and controls

172 lines (99 loc) · 9.74 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.15 (2021-01-09)

Features

  • Center UI Elements and use maximal space (ba61b61)
  • Establish removing clips and beautify UI further (66b3540)
  • Spit out warning on ios and safari (03c6838)

Bug Fixes

0.0.14 (2021-01-09)

Features

  • Add link to the installer in webdemo; Bump version (2e923fe)
  • Establish latency compensated clip playback! YAY! (f81788a)
  • Establish Stopping all clips globally (5f719db)
  • Establish Timer clock value label in menubar (7bf9878)
  • use only registered clips (ce157f9)

Bug Fixes

  • Get rid of failing loading feature (a5856ea)
  • Stop only if play was called (70413b0)

0.0.13 (2021-01-07)

Features

  • Load file into clip via dialog on web (d872513)
  • Load file on electron app (8dc6717)
  • try to use a webworker for the timer (2cbf435)

Bug Fixes

  • Compensate only after first play (38125e3)
  • correction of audio context constructor calling on safari (b3a83e8)
  • Get rid of approach (285af4b)
  • hotfix play start (ae991b3)
  • no compensation on play (42282c5)
  • Safari Browser desktop (5c5f307)
  • zero does not make it better at play (0ae2c13)

0.0.12 (2021-01-05)

Features

  • give stop measured latency for compensation (ea2656a)
  • Improve clip latenncy compensation (1178acb)

Bug Fixes

  • play and stop of clips; Fix Safari (6b8aac0)

0.0.11 (2021-01-04)

Features

  • Change audiodriver on playback without issues (afc8a48)
  • Establish stop of scenes (168963b)
  • Set clip rate (4fc6cbf)
  • Sync clip playback, stop other clips (3f5bfa6)

Bug Fixes

0.0.10 (2021-01-02)

Features

  • Have different audio output driver for every clip available (b855173)
  • introduce loading (1e16462)
  • show loading on iphone (8a47c92)
  • Try to fix touch scroll (2edc2bd)
  • use webaudio backend (377afec)

0.0.9 (2021-01-02)

Features

  • Add second line to demo and adapt over sync (66cc182)
  • Have Scene playback synced to each other (02297ae)
  • Hide waveform until ready (1b82a3c)
  • Renew Logo (6db4c91)
  • Save space due to converting to m4a (88b48b2)

Bug Fixes

0.0.6 (2021-01-01)

Features

  • Introduce shifting samples forward and backward (62be32d)

0.0.5 (2021-01-01)

Features

  • Add Menubar and loading / saving functionality; Add Demo Example at startup (5824dd2)

Bug Fixes

0.0.4 (2021-01-01)

Features

  • Add auto loop (86c07a1)
  • Beatify Matrix View (d70f4fd)
  • Convert to wavesurfer.js and establish more exciting ux (025f05a)
  • Introduce minimizing of waveforms (6e49d32)
  • Introduce Playing of Scenes (308b4fc)
  • Screenshot (dcac08e)

0.0.2 (2020-12-31)

Features

Bug Fixes

  • Remind on last volume change when stopping or pausing (56f6bf1)

0.0.1 (2020-12-30)

Features

  • Add play, pause and stop for all clips inclusive drag and drop file support (fe175f7)
  • Establish configurable matrix (b2a5733)
  • Initial shot without functionality (393530d)
  • Introduce fading of clips, so there is no bad clicking (e2414cc)
  • Set individual volume for each clip (420d0d4)