Page 1 of 7

New project idea

PostPosted: Mon Mar 21, 2022 6:36 pm
by k brown
Gonna try to approximate this very cool EQ used by Decca in the Sofiensaal from Gotterdammerung on:

Decca EQ copy.jpg
Decca EQ copy.jpg (158.19 KiB) Viewed 14680 times

Screen Shot 2022-03-21 at 10.19.28 AM copy.png
Screen Shot 2022-03-21 at 10.19.28 AM copy.png (102.74 KiB) Viewed 14680 times


Anybody have a cool rotating text module I can use on the knobs?

Pretty exciting to think I can use this vintage Decca EQ concept on my own Classical recordings!

Re: New project idea

PostPosted: Mon Mar 21, 2022 8:34 pm
by DaveyBoy
Here we are K:

Curved Text 2.fsm
(26.7 KiB) Downloaded 539 times


Credit has to go to ChrisHooker for the original upload.

http://www.dsprobotics.com/support/viewtopic.php?f=2&t=17246&hilit=rotating&start=20

If you look on page 3 of the topic there are some related goodies from Trogg & Nubeat.

Have fun :D

Re: New project idea

PostPosted: Mon Mar 21, 2022 8:47 pm
by k brown
No, not curved text, but text on a knob that rotates with the knob (see pic).

Re: New project idea

PostPosted: Wed Mar 23, 2022 12:51 am
by tulamide
k brown wrote:No, not curved text, but text on a knob that rotates with the knob (see pic).

Text rotation is not part of GDI+ and therefore not available in Flowstone. You could painfully draw the text into a bitmap and rotate that one with the knob, but that would be way to much work for this small effect.
Instead build a graphic containg the text for rotation and rotate it in Knobman.

Re: New project idea

PostPosted: Wed Mar 23, 2022 2:06 am
by kortezzzz
Does something like that helps?

Re: New project idea

PostPosted: Wed Mar 23, 2022 6:57 am
by k brown
I'll give it a shot, thanks.

Re: New project idea

PostPosted: Wed Mar 23, 2022 8:10 am
by tulamide
kortezzzz wrote:Does something like that helps?

That's a good example of the bitmap rotation I talked about. Rotation is more expensive CPU wise than just drawing a bitmap, but this shows very well, how it's done!

Re: New project idea

PostPosted: Wed Mar 23, 2022 8:48 am
by Spogg
kortezzzz wrote:Does something like that helps?


It was on my To do list but you beat me to it! It’s what I had in mind.

Well done that man!

Re: New project idea

PostPosted: Wed Mar 23, 2022 11:27 am
by kortezzzz
tulamide wrote:That's a good example of the bitmap rotation I talked about. Rotation is more expensive CPU wise than just drawing a bitmap, but this shows very well, how it's done!


Thanks.
It's also a little heavy with triggers expenses. But as long as the plugin is simple and lightwieght, it shouldn't be a problem.

Spogg wrote:It was on my To do list but you beat me to it! It’s what I had in mind. Well done that man!


Unfair match because I've already needed something like that before, so it was lying in my toolbox.. ;)

Re: New project idea

PostPosted: Wed Mar 23, 2022 5:33 pm
by k brown
I'll do two versions of the EQ, with and without the rotating text; will be interesting to see what the diff will be in CPU load.