Scott Hyndman

Results 51 comments of Scott Hyndman

Quick update: I've started extending your project. I started with an envelope follower, and I'm moving on to a vocoder. This is my first experience with React, believe it or...

Oh, great. Do you have a lot of experience in this area? I'm new to it, but eager to learn more. I'm basically reading everything I can get my hands...

Well, I like your React. Quick demo video of the vocoder. It's not perfect yet, but getting there. Ignore the big visualization. It's there to help me debug the thing...

Thanks! I've kept going all day on it. I've had the same desire already. I was thinking fancy tooltips on the connection ports. Frequency spectrums for signal ports, scalars for...

>Build times are not bad for me, the app is usually available within 10-15 seconds of starting. However, my laptop is trying to fly away if I have a lot...

It isn't firing twice. The WorkletAudioNode is only being constructed once on the react side. Two worklets appear.

Side thought: I'd like to see tweakable gain on every input and output. I expect the operation is basically free, especially in the gain 0 and 1 cases.

The vocoder is 87 nodes internally. 😮 That number will grow. I hear you on defining in the UI, but it's still too clunky...I have some ideas on that too....

Why black box and not emphasize abstraction/reusability? Because, I can imagine something more like a component system, where you define a sub-graph, indicate inputs and outputs, and give it a...

hey @0Franky, Sorry, I totally missed this. Hope you still need it. So the grid doesn't do that sort of thing for you, but it's really easy to add yourself....