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

How to play Sharp/Flat notes. #4

Open
alikeju opened this issue Mar 22, 2018 · 4 comments
Open

How to play Sharp/Flat notes. #4

alikeju opened this issue Mar 22, 2018 · 4 comments

Comments

@alikeju
Copy link

alikeju commented Mar 22, 2018

Hello!

Is react-orchestra capable of playing flat or sharp notes? I specified in my code Note name={'C#'} but it didn't work. I also tried spelling out the word "sharp" like this Note -name={'C-Sharp'} but to no avail. Does anyone know how to play sharps or flats on react-orchestra?

@rakannimer
Copy link
Owner

rakannimer commented Mar 23, 2018

Hey @alikeju !

Yes it should be capable of playing sharp notes, But instead of calling it C# can you try Note name={'Db3'}

Don't forget to add the octave the note should use.

Cheers !

@alikeju
Copy link
Author

alikeju commented Mar 23, 2018

Oh I see I will try flat notes and get back to you. Thank you so much for your help. :)

@alikeju
Copy link
Author

alikeju commented Mar 23, 2018

I got it to work. I guess only specifying flat notes work instead of sharps. Thank you so much :)

@rakannimer
Copy link
Owner

rakannimer commented Mar 23, 2018 via email

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

No branches or pull requests

2 participants