cambridge-alpha-team / unvisual-frontend

This is the frontend part for the unvisual project
1 stars 0 forks source link

Remove the Tempo keeping code from HTML #74

Closed RusticFlare closed 9 years ago

RusticFlare commented 9 years ago

Should we remove

live_loop :beat do
  with_bpm tempo do
    sleep 1
  end
end

and the

 with_bpm tempo do
    ...
 end

from the HTML. they would stay in the code, but these are uneditable.

isaac-dunn commented 9 years ago

I think that that would be good.

RusticFlare commented 9 years ago

I'm on it