Created
April 2, 2019 05:09
-
-
Save Elfsong/a94b6cad38e36c7ca4d7060fdad3f49a to your computer and use it in GitHub Desktop.
Musician pairs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(_,_,_) -> (0,_,_) = remove all three pitchs | |
(_,_,_) -> (a,b,c) = a + b == 3 or a + c == 3 retrive all three notes or octaves | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment