Viewing profile — TheActualWalko
TheActualWalko
HN member- Joined
- Wed, Feb 01, 2017, 5:26 PM UTC
- HN karma
- 27
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About TheActualWalko
No profile information was provided.
Recent public activity
-
story
Show HN: Audio waveform SVG builder for designers
Hey HN! We need waveform vectors all the time, but they're deeply impractical to draw by hand. So, we've been using a previously-internal tool to generate waveform SVGs that we can…
-
comment
Comment #39997083
If anyone here is interested in something that leans towards the Ableton end of the spectrum, we're building this: https://wavtool.com/
-
comment
Comment #38575137
If you're looking for a free app to edit MIDI, check out wavtool.com! We're not open source, but our free product has pretty good MIDI editing for conventional use cases. There's a…
-
comment
Comment #37502803
Thanks! It grew out of an old side project. Been full time on it since December.
-
comment
Comment #37501843
We’ve done it! wavtool.com
-
comment
Comment #35308348
We’re working on an app in this space over at wavtool.com with the goal of using AI to speed up the creation process and lower the barrier to entry. It’s effectively a DAW that can…
- story
-
comment
Comment #34792589
Hey HN! Thought you might be interested in this. Not mentioned in this video but the source code for the synth is editable from within the app, so too with other plugins.
- story
-
comment
Comment #34785468
Hey HN! Thought y'all might find this interesting. This synth is a new feature in the web-based DAW that I've been solo-developing. You can sign up at wavtool.com if you're interes…
- story
-
comment
Comment #34765459
Haha thanks! The big things: - React as the core of the UI, with direct DOM manipulation and canvas stuff whenever the React lifecycle is too slow. - WebAssembly for any audio logi…
-
comment
Comment #34760068
Super cool! I was similarly inspired by UE and built a node-based editor into my in-browser DAW project ( https://wavtool.com/ ). It really is an excellent interface paradigm. I ex…
-
comment
Comment #34006823
If anyone would like to try this out with a pro-oriented in-browser audio app with webmidi support, I'm making one! Check out wavtool.com.
-
comment
Comment #34006775
I'm working on a serious in-browser audio app which takes advantage of web midi! wavtool.com It has extremely good latency on Mac OS, absolutely good enough to play along with and …
-
comment
Comment #26921644
Thank you! That really means a lot :)
-
comment
Comment #26919747
Hey, cool! I made something that might be a suitable addition here: https://wavtool.com/ It's an in-browser audio devtool for writing JS scripts that alter and generate sound in-pl…
-
comment
Comment #26498044
Glad to see progress made on Audacity! Regrettably, performance on Mac is still very poor. These performance issues motivated me to build https://wavtool.com . It's faster for basi…
-
comment
Comment #26395299
Yes! Soundtracks, mostly, for escape rooms and animations. https://soundcloud.com/walko Perhaps more interesting to the HN crowd is another project of mine, https://wavtool.com - a…
- story
-
comment
Comment #26309444
Here's some code on WavTool for trying out overtone combinations: https://wavtool.com/?code=3
-
comment
Comment #26161502
Hey HN, excited to show off WavTool here! WavTool is part audio editor, part dev environment, running in the browser. In addition to recording and editing audio, you can write and …
- story
-
comment
Comment #25796762
Hey cool! Here's essentially the same encoder in a few lines of JS, you can run this on https://wavtool.com by pressing cmd+; (() => { const message = 'asdf'; const messageBinary =…
-
comment
Comment #14292735
One of the best responses I've heard to this particular line of reasoning is recorded here: https://www.youtube.com/watch?v=30JORRy7F0A&t=53s Not the same scenario being discussed,…