View Issue Details

IDProjectCategoryView StatusLast Update
0000067MAIDENSCore Applicationpublic2021-07-18 15:52
Reporteradministrator Assigned Toadministrator  
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
PlatformAllOSWindows & macOSOS Versionall supported
Product Version1.5 
Target Version1.5Fixed in Version1.5 
Summary0000067: Ensemble name detection failure
DescriptionThe recent introduction of specific ensemble names, such as a "Woodwinds Quinted" baffles the existing logic for ensemble name detection, as this logic only expects generic ensemble names, such as "Strings" or "Woodwinds".

As a result, a strange name is reported each time a specific ensemble is matched, even partially, such as a "Woodwinds Quinted Trio" when three woodwind instruments play together, and are placed in the score in the order they would be in a quintet.

See attached screenshot.
Tagsgraphical design and UX, OSX, Windows

Activities

administrator

2020-05-13 14:47

administrator  

administrator

2021-07-18 15:52

administrator   ~0000043

Now the match is either exact (one of the "known" ensembles is matched literally, part for part, and then no "sizer" - e.g., "Trio" - is added), or partial (one of the families and the special "Orchestra" and "Band" ensembles are checked against existing instrumentation, while ignoring part duplicates, and the one with a relevance score greater than or equal to 0.5 is added, also adding a "sizer"); if there is neither an exact nor partial match, the sizer is used by itself, which produces very generic ensemble names, such as "duo", "trio", "quartet", etc, up to the nine parts, after which is "chamber ensemble" is used. The "Orchestra" and "Band" ensembles are special by never accepting a "sizer", despite the fact that they are "partial match ensembles", not "exact match ensembles". The exact ensembles dictionary used is contained in class "PartEnsembleTypes". The "sizer" names used are contained in class "PartEnsembleSizes". Also, the "disclaimer" MAIDENS used to add when there was not enough certainty over a partial match ("- or similar") was removed.

Issue History

Date Modified Username Field Change
2020-05-13 14:47 administrator New Issue
2020-05-13 14:47 administrator Status new => assigned
2020-05-13 14:47 administrator Assigned To => administrator
2020-05-13 14:47 administrator Tag Attached: graphical design and UX
2020-05-13 14:47 administrator Tag Attached: OSX
2020-05-13 14:47 administrator Tag Attached: Windows
2020-05-13 14:47 administrator File Added: MAIDENS - BUG - ensemble name- detection failure.png
2021-02-01 19:06 administrator Product Version 1.4.9 => 1.5
2021-02-01 19:06 administrator Target Version 1.4.9 => 1.5
2021-02-01 19:06 administrator Description Updated
2021-07-18 15:52 administrator Status assigned => resolved
2021-07-18 15:52 administrator Resolution open => fixed
2021-07-18 15:52 administrator Fixed in Version => 1.5
2021-07-18 15:52 administrator Note Added: 0000043