reworked the octave css layout to get rid of the Zindex added support for showNoteNames policy and added an onhover policy
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
export type Note = "C" | "D" | "E" | "F" | "G" | "A" | "B";
|
||||
export type Accidental = "#" | "b" | "##" | "bb";
|
||||
|
||||
export type NoteNameBehavior = "always" | "onpress" | "onhighlight" | "never";
|
||||
export type NoteNameBehavior = "always" | "onpress" | "onhighlight" | "onhover" | "never";
|
||||
export type KeyPressStyle = "subtle" | "vivid";
|
||||
|
||||
export class PianoKey {
|
||||
|
||||
Reference in New Issue
Block a user