Soundboard
- 3 Devlogs
- 3 Total hours
I renamed some of the event variable since before I had them named as tests, I added more buttons and event handlers for all of those.
So I added a file dialog pop up when you press the button so that the user can choose the file they want to play and use in the soundboard. I made it so that the chosen file is copied into the local app directory so that it isn’t dependent on the external file.
Made the project file layout stuff, added basic code, and started experimenting with electron. Mainly figured out how IPC works