some ui for #13
This commit is contained in:
@ -31,8 +31,8 @@ export default function MidiNoteInfo() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="rounded-lg" style={{ marginTop: "1rem" }}>
|
||||
<PianoKeyboard heldNotes={notes} />
|
||||
<div className="rounded-lg h-[80px]" style={{ marginTop: "1rem" }}>
|
||||
<PianoKeyboard heldNotes={notes} LOWEST_MIDI={24} HIGHEST_MIDI={84} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user