Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Music Thread #5

Open
OtacilioN opened this issue Feb 18, 2018 · 3 comments
Open

Broken Music Thread #5

OtacilioN opened this issue Feb 18, 2018 · 3 comments
Labels

Comments

@OtacilioN
Copy link
Collaborator

OtacilioN commented Feb 18, 2018

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:

/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

@clovisf
Copy link

clovisf commented Feb 18, 2018

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)

@OtacilioN
Copy link
Collaborator Author

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

@OtacilioN
Copy link
Collaborator Author

@clovisf

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants