Building the Waveform Editor for the JavaScript DAW
Sorskoot is working on the JavaScript DAW. We also need to get the transport in place to be able to play the segments of the wave files. Look here if you want to see the whole codebase.
Segments
Timestamp | Topic |
---|---|
00:08:57 | Hello World |
00:10:45 | Talk about the DAW |
00:15:57 | Start Coding the track button |
00:40:33 | Start Coding the track bar |
02:17:32 | Start Coding the transport |
02:59:34 | Goodbye |
Announcements
- No Spotify interaction in Rosie (yet)
- !discord
- !git
Project working on today
- Added Track Bar Button-atom
- Added Track Bar
- Started working on the Transport
Next Steps
- Get the transport working
- Add a nice control for the transport
- Improve the layout of Waveform editor and Track editor
Things we learned
-
With Storybook Knobs addon you can add dynamic values to your story and see the changes reflect in there.
-
Do not use
export default
when using an index.js in that folder. Useexport class
orexport const
.
Things to Review & Notes
- Fetishlace suggested Mouse on Mars to give a listen.
- Fetishlace also mentioned Hackerone . A platform to make money by hacking apps and websites.