Skip to content

Instantly share code, notes, and snippets.

@fluxtah
Last active February 17, 2020 10:32
Show Gist options
  • Save fluxtah/7b752262c65a0925c029e0ddbf4fe8fb to your computer and use it in GitHub Desktop.
Save fluxtah/7b752262c65a0925c029e0ddbf4fe8fb to your computer and use it in GitHub Desktop.
@Composable
fun Fretboard() {
Column {
Container {
Stack {
Row(modifier = LayoutWidth.Fill) {
// Fretwire + Nut layer
}
Column(modifier = LayoutWidth.Fill) {
// String layer
}
FretMarkerLayer(fretRange, from, toFret, markers, scale)
}
}
FretNumberGutter(fretRange, from, toFret, scale)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment