MCPcopy Create free account
hub / github.com/bwasti/mebm / refresh_audio

Method refresh_audio

script.js:866–872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

864 }
865
866 refresh_audio() {
867 for (let layer of this.layers) {
868 if (layer instanceof AudioLayer) {
869 layer.init_audio(this.time);
870 }
871 }
872 }
873
874 play() {
875 this.playing = true;

Callers 2

playMethod · 0.95
loopMethod · 0.95

Calls 1

init_audioMethod · 0.80

Tested by

no test coverage detected