-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
Hey @alikeju ! Yes it should be capable of playing sharp notes, But instead of calling it C# can you try Don't forget to add the octave the note should use. Cheers ! |
Oh I see I will try flat notes and get back to you. Thank you so much for your help. :) |
I got it to work. I guess only specifying flat notes work instead of sharps. Thank you so much :) |
You're very welcome :)
Cheers !
…On Fri, 23 Mar 2018 at 14:55 Alikeju Adejo ***@***.***> wrote:
I got it to work. I guess only specifying flat notes work instead of
sharps. Thank you so much :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNkfWkSizEDTpmWultFXlNXiHVqxDUJks5thPDXgaJpZM4S3hwx>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 thisNote -name={'C-Sharp'}
but to no avail. Does anyone know how to play sharps or flats on react-orchestra?The text was updated successfully, but these errors were encountered: