pahund / rum-pum-pum

A Music program for kids, based on Web Audio API and PIXI.js.
2 stars 0 forks source link

Tempo Is Dependent on Viewport Width #4

Open pahund opened 9 years ago

pahund commented 9 years ago

The speed of the bird is always the same, thus the tempo that the drum loop is playing with varies, depending on the width of the viewport/browser window.

The bird's speed should be calculated from the viewport width, so that the tempo is constant.

pahund commented 9 years ago

created branch timing to work on this issue