Skip to content

Instantly share code, notes, and snippets.

@fluxtah
Created February 3, 2020 19:03
Show Gist options
  • Save fluxtah/f641b2af01bf893c5c482cc77a04ef62 to your computer and use it in GitHub Desktop.
Save fluxtah/f641b2af01bf893c5c482cc77a04ef62 to your computer and use it in GitHub Desktop.
@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