-
-
Notifications
You must be signed in to change notification settings - Fork 131
Home
-
daw
First of all, the DAW (Digital Audio Workstation) is the app itself.
Start to use it at gridsound.github.io/daw and read its code at github.com/GridSound/daw.
If you don't know how to test it, you can follow these few steps. -
gs-webaudio-framework
This framework contains all the sound conception for the entire DAW. Thedaw/
repository will (because it's not ready yet) become just a compilation of UI callbacks, and a huge initialization of this framework.
See the repo at github.com/GridSound/gs-webaudio-framework. -
gs-webaudio-library
This is all the Web Audio reusable code used by the GridSound's daw.
See a demo at gridsound.github.io/gs-webaudio-library and the code at github.com/GridSound/gs-webaudio-library.
Please note that in the future, gs-webaudio-library will not still be used by the daw but by the future gs-webaudio-framework. -
gs-ui-components
This is a compilation of useful UI components written in separated files coded in modern vanilla JavaScript.
See a demo at gridsound.github.io/gs-ui-components and the code at github.com/GridSound/gs-ui-components. -
gridsound.github.io
gridsound.github.io is the landing page for the whole GridSound project (and gridsound.com is an alias for it).
Its code is here github.com/GridSound/gridsound.github.io. -
assets
The repository github.com/GridSound/assets contains the GridSound's logo (at different sizes and colors), screenshots, etc. -
gridsound.slack.com
It's the best way to ask for help, contributing, ask for what are we doing currently for the project, share your songs, etc. Feel free to send an email here to ask an invitation (we don't have yet an online form for that).
Thanks a lot for your interest :)
Click here to know how to build GridSound on your computer. If you want to contribute in any way (code, design, art, whatever) but you don't know how to do it, just say hello at this random issue and feel free to ask anything :)
If you've found a bug, you are very welcome to open an issue but before that, please verify that the bug is unknown by checking this page.