Closed SebastianBoldt closed 10 months ago
Your solution looks pretty clean to me. Would you like to add it to Tonic in a Pull Request or just have me add it?
@aure I will create a PR ✌️
@aure I created PR: https://github.com/AudioKit/Tonic/pull/24
Description
It may be incorrect, but is it impossible to extract the correct notes with their respective octaves from a chord object for a specific inversion?
I tried to obtain the correct notes and pitches for a chord by mapping all the note classes, since it was the only property available in the chord object. I used the following code:
Unfortunately, the noteClasses do not contain the octave information, making it impossible for me to obtain the correct pitches for a specific chord inversion.
Proposed Solution
I would like to be able to do something like this:
or maybe something like this:
So having access to notes with the correct octaves would be awesome
Describe Alternatives You've Considered
Implementing it on my side.
Additional Context
No response