How to use the music-scale/all.all function in music-scale

To help you get started, we’ve selected a few music-scale examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github danigb / music-scale / browser.js View on Github external
build: function () {
    Scale.all().forEach(function (scale) {
      if (scale.name()) return
      all.push('' + scale.decimal + ' [' + scale.binary + '] ' + types[scale.length - 1])
    })
  }
}
github danigb / music-scale / app / scales.js View on Github external
build: function () {
    Scale.all().forEach(function (scale) {
      if (scale.name()) return
      all.push('' + scale.decimal + ' [' + scale.binary + '] ' + types[scale.length - 1])
    })
  }
}

music-scale

Create music scales

MIT
Latest version published 8 years ago

Package Health Score

61 / 100
Full package analysis