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

guitar tuning C octave is stand above one octave from define #5

Open
sugizo opened this issue Sep 10, 2020 · 0 comments
Open

guitar tuning C octave is stand above one octave from define #5

sugizo opened this issue Sep 10, 2020 · 0 comments

Comments

@sugizo
Copy link

sugizo commented Sep 10, 2020

./src/store/audio/reducers.ts

  guitarOpenStrings: [
    { name: 'F', octave: 4 },
    { name: 'C', octave: 4 },
    { name: 'G', octave: 3 },
    { name: 'D', octave: 3 },
    { name: 'A', octave: 2 },
    { name: 'E', octave: 2 },
  ]
}

will result C5 On second strings guitar fretboard (top two from above), itu should be C4 like define on reducers.ts

thanks

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

1 participant