Sonoscopia / Transarkiv

Web-based audio archive mixer and recorder.
0 stars 0 forks source link

Make js file to hold static variables #48

Closed p1nh0 closed 8 years ago

p1nh0 commented 8 years ago

Instead of having filenames.js make a class called variables.js that will hold all static variables: filenames, colors, sizes, etc.... almost like a stylesheet. This way we can edit the appearance of the entire program in a single file!

p1nh0 commented 8 years ago

file is called 'global.js'

p1nh0 commented 8 years ago

done!