bemusic / bemuse

⬤▗▚▚▚ Web-based online rhythm action game. Based on HTML5 technologies, React, Redux and Pixi.js.
https://bemuse.ninja/
GNU Affero General Public License v3.0
1.15k stars 147 forks source link

Mute music preview during calibration #507

Closed jkemperman closed 6 years ago

jkemperman commented 6 years ago

Uses message events to inform the main window when calibration has started, and when the calibration window closes. Actual pausing/resuming is handled by the MusicSelectPreviewer component.

Fixes #449

codecov-io commented 6 years ago

Codecov Report

Merging #507 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #507   +/-   ##
======================================
  Coverage    84.1%   84.1%           
======================================
  Files         171     171           
  Lines        5387    5387           
  Branches        1       1           
======================================
  Hits         4531    4531           
  Misses        856     856

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3d1ecd2...2d66e4f. Read the comment docs.