DDMAL / jSymbolic2

2nd Version of jSymbolic
29 stars 3 forks source link

Feature extraction errors in the certain SLAC test files #30

Closed codaich closed 7 years ago

codaich commented 8 years ago

Error found in file : C:\Git\jSymbolic2\TESTFILES\Blues - Modern\Buddy Guy - Don't Answer the Door.mid. Error Message : 417.

Error found in file : C:\Git\jSymbolic2\TESTFILES\Blues - Modern\Gary Moore - Still Got The Blues.mid. Error Message : 432.

Error found in file : C:\Git\jSymbolic2\TESTFILES\Rock - Alternative\Pearl Jam - Alive.mid. Error Message : null.

Error found in file : C:\Git\jSymbolic2\TESTFILES\Rock - Metal\Marilyn Manson - Irresponsible Hate Anthem.mid. Error Message : null.

Error found in file : C:\Git\jSymbolic2\TESTFILES\Rock - Metal\Ozzy Osbourne - Crazy Train.mid. Error Message : null.

codaich commented 8 years ago

Debug these errors one-by-one during command line testing by uncommenting e.printStackTrace() in CommandLineFeatureExtraction.extractFeatures()

codaich commented 8 years ago

Also run tests on all other MIDI test sets to see if any other files fail to have their features extracted from them.

codaich commented 8 years ago

Test with all features and with subsets, with windowing and without.

codaich commented 7 years ago

Problem found but only partly solved. See Issue #39. Issue closed.