

But I like Matlab :(
But I like Matlab :(
Interesting. Many people reporting similar problems with that one, but someone in June claims to have had success with the very version of 2025a I tried!
It appears Matlab took down their installers for every version of Matlab other than 2025b. I wonder if that’s why now I can’t install these. But I don’t understand, it’s supposed to work offline.
It’s for a musical project. I wanted a very specific effect applied to some vocals I sang. I couldn’t find any tools that did what I wanted, asked on various forums over the years but every pre-built tool someone recommended failed to achieve the effect I was imagining. Out of frustration I ended up writing something myself in Matlab to postprocess a vocal line I recorded and I quite liked the results! (And I know I could have used Python for that but I like Matlab.
Up to this point Matlab was just a personal preference. But then I decided I wanted to experiment with applying that effect in real-time, which would mean creating my own audio unit and throwing it into my DAW, and went looking for ways to make one. Turns out Matlab’s got a command for it since 2022b! https://www.mathworks.com/help/audio/audio-plugin-creation-and-hosting.html. so if I could get my hands on it, that would be by far the easiest and quickest way to experiment more with it.
I learned a couple days ago that there are open source tools designed for making AUs – Cabbage, Faust – but I’ve never used them. Since I already have the Matlab code and am familiar with Matlab, I thought it would be nice to just use that toolbox for a quick first pass. It probably wouldn’t take long to port it to pyhon, but I’ve found no Python libraries that can generate an audio unit (without wrapping around what’s in the next sentence, which is extra work). There’s a C++ library called JUCE that can but I find C++ frustrating and don’t have a good dev environment set up for it anymore.
The musical project, by the way, is a mix of a shitpost and a passion project and will never see a cent of earnings, so I cannot justify paying Mathwork’s high prices.
That looks super cool but I do think I specifically need Matlab since that’s what I’ve prototyped some ideas in already (I have an old crack but there are some new specialized toolboxes I want to use or at least try out which require a new version of matlab which these cracks claim to have and I don’t see an equivalent in SciLab).
Basically, if I can get a new crack of Matlab working to use the new toolboxes, I can rapidly iterate through and test some ideas. If not, I was going to have to dig into some other open source tools which is going to be way more effort.
I specifically want the audio processing toolbox. I actually still don’t even really understand what Simulink is, I don’t get the concept of “graphical based programming” since to me programming is typing text that tells a computer what to do.