Claude and VST
Created: 2025-01-19 18:24:08 | Last updated: 2025-01-19 18:24:24 | Status: Public
Sure.
I was working on weird python visualizers, just asking claude to write them.. I was fascinated by phase space in signal processing. I knew Claude could do it but the problem was that the usual python scripts were not fastest solution.. Then the thought of vst came to me this morning.. It was really under one hour from code to vst. And I thought they were hard to do - a homerun from claude really. Even the initial code for the phase space visualizer..
There was no real work. It was just fun chat woth Claude. I had been “working” on weird projects and this came out of that process. But the vst it was really - can you do this - sure.
Amazing really. Vsts used to be beyond the reach of non coder types.
Yes. I shared the code at github:
The vst is there too but if you want to “build it from source” you need to install Juce:
https://github.com/juce-framework/JUCE
And my VST:
https://github.com/anttiluode/PhaseSpaceVisualizerVST/
I guess you can mess with the plugin by droppin source file for claude and by “building” them again. The cmakelists might need to be changed on another computer.
The “built” vst3 plugin is here - it works at least on my windows 11 computer:
https://github.com/anttiluode/PhaseSpaceVisualizerVST/tree/main/Phase%20Space%20Visualizer.vst3/Contents/x86_64-win
I gave it for free. But here is the thing. If Claude can make vsts.. Then - it might be a good way to make money with Claude as folks ask for a lot of money for vsts..