ltgcgo/octavia

View on GitHub
src/basic/transform.js

Summary

Maintainability
A
3 hrs
Test Coverage

Showing 1 of 1 total issue

Function rawToPool has 80 lines of code (exceeds 25 allowed). Consider refactoring.
Open

let rawToPool = function (midiJson) {
//console.debug(midiJson);
let list = new TimedEvents();
let upThis = this;
let timeDiv = midiJson.timeDivision,
Severity: Major
Found in src/basic/transform.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status