Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

musical transposition in javascript

Name: Anonymous 2010-06-10 13:34

I'm trying to make a transposer in JavaScript..
Give it a key and a scale/mode and it will generate it for you
For instance
C Lydian (WWWHWWH) is C D E F# G A B
C Aeolian (WHWWHWW) is C D Eb F G Ab Bb
I cannot for the life of me figure out how to accomplish this.
Thoughts?
>inb4 SICP

Name: Anonymous 2010-06-10 14:55

>>17
scales = { "Major": "2212221",
This is not what strings are for. Strings are for text, they are not for structured data. Fuck, we knew this in the 60s. Fucking web programmers

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List