Open alastair opened 10 years ago
Handle situations where we are missing either the images or the pitch/rhythm data. If one of them is missing do we show the other, or an error message? If the data fails to load do we retry or show an error message?
Use deferred processing: http://css-tricks.com/multiple-simultaneous-ajax-requests-one-callback-jquery/
Handle situations where we are missing either the images or the pitch/rhythm data. If one of them is missing do we show the other, or an error message? If the data fails to load do we retry or show an error message?