arduino-tablature icon indicating copy to clipboard operation
arduino-tablature copied to clipboard

Broken Music Thread

Open OtacilioN opened this issue 7 years ago • 3 comments

Some music isn't working? No problem, report here and the community will work to fix it.

Please, help with the steps to reproduce, follow this example:

  • The music: https://www.cifraclub.com.br/hinos/hino-nacional-brasileiro/
  • The error:
/home/ubuntu/workspace/arduino-tablature/index.js:321
        if(tabs[i][j][k] != "PAUSE"){
                     ^

TypeError: Cannot read property '0' of undefined
    at generateFile (/home/ubuntu/workspace/arduino-tablature/index.js:321:22)
    at Request._callback (/home/ubuntu/workspace/arduino-tablature/index.js:40:23)
    at Request.self.callback (/home/ubuntu/workspace/arduino-tablature/node_modules/request/request.js:186:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:191:7)
    at Request.<anonymous> (/home/ubuntu/workspace/arduino-tablature/node_modules/request/request.js:1163:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:188:7)
    at IncomingMessage.<anonymous> (/home/ubuntu/workspace/arduino-tablature/node_modules/request/request.js:1085:12)
  • A Screenshot:

image

OtacilioN avatar Feb 18 '18 20:02 OtacilioN

Testadas e não funcionando (geralmente o erro é que aparece "undefined" ao invés da nota no campo 'tone'. Exemplo: tone(buzzerPin, undefined);

https://www.cifraclub.com.br/ana-vilela/trem-bala/ https://www.cifraclub.com.br/hinos/hino-nacional-brasileiro/ https://www.cifraclub.com.br/ed-sheeran/perfect/ https://www.cifraclub.com.br/thiago-brava/dona-maria-part-jorge/

Pra falar a verdade ainda não testei uma música que compilasse na IDE do Arduino. Todas as música acima são baixadas pelo node, porém não compilam na IDE (V 1.8.5)

clovisf avatar Feb 18 '18 20:02 clovisf

Working right now to fix it @clovisf, we will tag you here when it get fixed!

OtacilioN avatar Feb 18 '18 20:02 OtacilioN

@clovisf

https://www.cifraclub.com.br/thiago-brava/dona-maria-part-jorge/ fixed in this commit , by updating your clone it will be fixed.

OtacilioN avatar Feb 18 '18 20:02 OtacilioN