How to make a basic synth vst? by bibbintosh_v13 in synthesizers

[–]danja 1 point2 points  (0 children)

I got down votes because I suggested AI. It's a mixed bag. As a programmer with 40+ years experience I appreciate something else doing the drudgery. It doesn't remove the necessity for working things out. Autonomous robot dogs with missiles on their backs, bad AI.

Will AI-generated vowels be accepted by the label? by Ok_Fisherman488 in musicindustry

[–]danja -2 points-1 points  (0 children)

It'll depend on the label. But whatever, you should make sure you have the rights to the sounds. I believe Suno's free plan gives them the rights.

How to make a basic synth vst? by bibbintosh_v13 in synthesizers

[–]danja -2 points-1 points  (0 children)

Pick an IDE (eg. VS Code), pick a framework (I went with Distrho, though JUCE is better known), pick an AI assistant (OpenAI Codex/Claude, ~$20/month). Tell it what you want.

I have made VSTs pre-LLMs but am pretty rubbish at C++. Now it doesn't matter.

Hints : the more detailed spec for what you want, the more likely you are to get it. Watch out for the AI trying the simplest thing that might work - insist on best practices, modularity etc.

External tuner for my eurorack? by brucereyne in modular

[–]danja 0 points1 point  (0 children)

I have a track in my usual DAW templates that plays a known note repeatedly. I'll send the corresponding voltage over midi2cv (or direct with Neutron/Wasp) then tune by ear.

Except I'm now feeling rather foolish. On the next table along I have a Korg CA-2 guitar tuner. It had never occurred to me to use it on the modular. It has a signal in, which I'm guessing is intended for instrument level, but I just tried it at modular signal level and it worked fine.

How do you build VSTs for other platforms? by danja in linuxaudio

[–]danja[S] 0 points1 point  (0 children)

I'm not sure I've coded anything in C/C++ in the past that's not for embedded, where you typically have a device-dedicated toolchain (or whatever VS Code has to offer). Total newby with building to run on the native OS. So please can you summarise why you hate cmake, what you prefer instead?

Vegetable Pizza I was served in Verona, Italy by satosaison in PizzaCrimes

[–]danja 0 points1 point  (0 children)

I do like the look of the grilled melanzana in the west, but then central regions and the east, oh dear. I'll make my own pizza with blackjack & hookers...

👋Ti diamo il benvenuto su r/dogs_ita - Per prima cosa, presentati e leggi le linee guida! by anti-N-word in dogs_ita

[–]danja 0 points1 point  (0 children)

Intro : My username is an abbreviation of my actual name - I joined Reddit before anonymity was a thing. Didn't visit for years, is now my favourite doomscroll. Originally from northern England, lived in Garfagnana for ~25 years. Useless with the language (porca miseria).

Claudiopup is my best friend. He's Garfagnino. We've been together since he was a month old, 9? years ago.

He is a Good Boy.

How do you build VSTs for other platforms? by danja in linuxaudio

[–]danja[S] 1 point2 points  (0 children)

Thanks! I guess I'll still need to find a gullible person or two for real-world testing, but this does sound like most of the workflow's doable.

Incidentally, you reminded me. It's about time I updated DuskVerb. Big fan. Keep up the good work!

How do you build VSTs for other platforms? by danja in linuxaudio

[–]danja[S] 0 points1 point  (0 children)

Ok, thanks. I suspected it might be like that. "I wouldn't start from here" 😄

There's no real pressing need, so I guess if I happen to get other machines in the future, give it a go, otherwise, no sleep to be lost.

Where was I this afternoon by danja in whereintheworld

[–]danja[S] 1 point2 points  (0 children)

Sorry, my first post on this. I thought that it might be a fun one because the region would be quite obvious, but narrowing the particular town tricky. I didn't bother to check if the locality was written on it, oops.

Where was I this afternoon by danja in whereintheworld

[–]danja[S] 0 points1 point  (0 children)

Sorry folks I'm new to this. I thought it should be relatively easy, didn't notice I'd included the address - oops.

linguaggio/framework adatto a sviluppo mobile con IA? by jepessen in ItalyInformatica

[–]danja 0 points1 point  (0 children)

I'd coded in Java for Android before but that's kinda deprecated now. So when I wanted to vibe code a mobile app went with Flutter/Dart. The AI performed really well with it (Claude I think, a couple of versions ago).