mrpmorris / Delphi-DIBControls

Source code for some multimedia controls I wrote for Delphi a (very) long time ago
MIT License
4 stars 2 forks source link

Is there a video on how these components look or appear? #2

Open War3Evo opened 1 year ago

War3Evo commented 1 year ago

Just curious.

mrpmorris commented 1 year ago

Malcolm Groves made a few, but they had a low frame rate.

I'd be happy to pair code with you over the weekend if you'd like to meet on Teams and share your screen?

I'll see if I can help you to get them installed, and then show you how to use them.

War3Evo commented 1 year ago

A picture or video would have worked... I'll look into it later. My time is spastic and I do this as a hobby.

I'm trying to figure out actually how yours works... from what I gather it's picture based?

I was mainly instrested in the Dial for volume / FX changes for VST, etc.

You know if you build VST3 plugins, they sell like candy.

I'm first trying to get into understanding how to build them and stuff... eventually sell my own. I'll write several open source versions first.

War3Evo commented 1 year ago

You can find what people are selling ... the VST3 plug-ins here: https://discuss.cakewalk.com/index.php?/forum/34-deals/

Many Audio producers of music buy these things like candy... lots of them have hundreds of plug-ins, but can't never have enough.

White Sea Studio on YouTube reviews VST3 plug-ins on a daily basis.

You can sell them as cheap as HorNet plug-ins, or Waves Audio plug-ins, or for very high expensive plug-ins like Izotope vst3.

Anyhow... I can figure out how to install your plug-ins... what makes me very uncomfortable is the use of Assembler in the code.

mrpmorris commented 1 year ago

It's used to make it possible to zoom+rotate alpha masked images in real time.

mrpmorris commented 1 year ago

By the way, a company named Toby Bear used to use my components and Delphi to write VST instruments for Cubase.

Would you mind forking, and then submitting a pull request when you get it working in D10?

I'd be happy to show you how to use the components if you need help.