mike-jshen / 2311-Project

Prototype Branch
Creative Commons Attribution Share Alike 4.0 International
1 stars 3 forks source link

Fret entry issue #34

Closed suhasid098 closed 3 years ago

suhasid098 commented 3 years ago

Title: Fret entry issue Author: Suha Siddiqui

Version: Commit: 72ccfc9

Platform: Windows 10 Java 15 Version: 2020-12 (4.18.0)

Reproduction:

Based on the user manual the following tab was entered into the content window:

|-10-------| |-5--------| |-5--------| |-5--------| |-10-------| |-5--------|

Then the convert and save button were pressed for the file to be dragged and dropped into https://opensheetmusicdisplay.github.io/demo/.

Expected:

The program should output the double-digit note into the appropriate string

Actual:

The program outputs the double-digit fret as separate values. For example, if the fret value 10 was entered into string 'e', it will separate the 1 and 0. image

image

Priority: High

Severity: High

HappyNimbus commented 3 years ago

Double digits are now added and it should work properly.