Hi everyone,
I want to create a little key-finder tool that shows possible key scales when single notes are chosen.
E.g.:
- user chooses notes "c, a, h and e"
- opus pro highlights all possible key scales containing all of these notes
I thought of defining 12 variables (one for each minor key scale) containing the correspondending notes.
Then I thought of some kind of "pool" where all the user choosen notes are placed in.
Thirdly I need to tell opus pro to compare the pool with each variable and highlight all the variables containing all of the choosen notes.
Maybe that would work but I don't have the slightest idea how to set this up
Would be great if anyone of you could help me with the programming/variable part :-/
Best, Johannes