dodecaphonic/balladina

View on GitHub

Showing 2 of 6 total issues

File app.js has 275 lines of code (exceeds 250 allowed). Consider refactoring.
Open

var WEBSOCKET_URI   = "ws://" + location.hostname + ":7331";
var CLIENT_ID_PARTS = 6;

function generateClientId() {
  var randomNumbers   = new Uint8Array(CLIENT_ID_PARTS);
Severity: Minor
Found in lib/balladina_web/public/js/app.js - About 2 hrs to fix

    Function Recorder has 60 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      var Recorder = function(source, cfg){
        var config = cfg || {};
        var bufferLen = config.bufferLen || 4096;
        this.context = source.context;
        this.node = (this.context.createScriptProcessor ||
    Severity: Major
    Found in lib/balladina_web/public/js/recorderjs/recorder.js - About 2 hrs to fix
      Severity
      Category
      Status
      Source
      Language