kylestetz / slang

🎤 a simple audio programming language implemented in JS
http://slang.kylestetz.com
ISC License
1.19k stars 31 forks source link

Make the code visualizable #2

Open edimitchel opened 5 years ago

edimitchel commented 5 years ago

Hello,

For helping people to write slang syntax, it could be nice to implement a visual of all instruments and his notes. Why not a graphical builder too ?

kylestetz commented 5 years ago

Great ideas! There are some hooks in the code that could help to both display the current instruments and visualize their audio output.

Kelier commented 5 years ago

Great idea! but it will be a little hard for me to read the document without the knowledge of the music. Considering the audience, can you improve more document 😹?

ghost commented 5 years ago

Wow ;D this is cool

ghost commented 5 years ago

I can create an interface if you want. You wish? ;D

kylestetz commented 5 years ago

I'm happy to check out a proposal if you want to put one together @OlivieBright. I don't have any plans to do a full-fledged UI for Slang though since it's a programming language 😄

ghost commented 5 years ago

Okay; D

I've made a repository with visual references before. I thought of something like this: https://github.com/OlivieBright/UISlang

What do you think? It would be nice?

ghost commented 5 years ago

A new repository or this repository? What would be best? What do you think? It would be nice?

kylestetz commented 5 years ago

Not quite sure what you're suggesting, but you should definitely fork the repo and try this stuff out!