xenharmonic-devs / scale-workshop

Design and visualize microtonal scales and play them in your web browser. Export your scales for use with VST instruments. Convert Scala files to various tuning formats.
MIT License
79 stars 11 forks source link

Virtual keyboard labels v2 #655

Closed wilckerson closed 4 months ago

wilckerson commented 4 months ago

Adjusting the Virtual Keyboard to display notes info into V2. Note: It was not possible to display labels because it looks like the V2 doesn't have this feature.

image image

wilckerson commented 4 months ago

The state from v2 doesn't have same the same pros as v3, I will need to finish the adjustments later.

wilckerson commented 4 months ago

@frostburn Would you mind reviewing this v2 backport? Thanks

frostburn commented 4 months ago

SW2 doesn't have user-defined labels, but it does have names. See how TuningTable.vue populates the name field of TuningTableRow.vue.

frostburn commented 4 months ago

Looking good in general. :+1:

wilckerson commented 4 months ago

@frostburn I have added the required adjustments. Thanks