Created
February 3, 2020 19:03
-
-
Save fluxtah/f641b2af01bf893c5c482cc77a04ef62 to your computer and use it in GitHub Desktop.
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
@Composable | |
@Preview | |
fun PianoRollPreview() { | |
PianoRoll(PianoKey(F, 0), PianoKey(C, 1)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment