Skip to content

Instantly share code, notes, and snippets.

@fluxtah
Created February 4, 2020 14:50
Show Gist options
  • Save fluxtah/7c50e4117288a2b11da471e7b44bd187 to your computer and use it in GitHub Desktop.
Save fluxtah/7c50e4117288a2b11da471e7b44bd187 to your computer and use it in GitHub Desktop.
@Composable
fun PianoChord(chord: List<PianoKey>) {
val lower = chord.lowerKey()
val upper = chord.upperKey()
PianoRoll(lower, upper, true, chord)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment