duivvv/note-to-frequency

node v4.9.1
version: 3.0.0
endpointsharetweet
const noteToFrequency = require('note-to-frequency'); const song = [ `G`, `A`, `B`, `G`, `G`, `A`, `B`, `G` ].map(n => noteToFrequency(`${n}4`)); console.log(song);
Loading…

no comments

    sign in to comment