Page 1 of 1
Dead Center, Dead Simple !
Posted: Wed Nov 29, 2017 2:28 pm
by rocknrollkat
Hi Gang,
Let's say you want to locate dead center on that pan pot project.
Here's a handy dandy way to do it with nifty LEDs that look great on your mixing console as well !
Or, you can configure the code to locate any pot value you need.
The code is so simple it needs no explanation.
Open up the box and see what's what, learn and have fun.
And as always, it's dead simple !
Enjoy,
ROXY 
Re: Dead Center, Dead Simple !
Posted: Wed Nov 29, 2017 5:27 pm
by RJHollins
Hi Roxy,
Was checking this out. For almost all of my Knob/Sliders I use a MIN/MAX of 0/1. [something the Guru's of SM
pointed out for DAW automation, etc].
Anyway, I mod'd the RUBY code. Changed the INPUT to a float, and the conditions to 0.5 works !
Also seeing a 'self.output' syntax. That's new to me.
I like simple. I've been called worse.

Thanks!
Re: Dead Center, Dead Simple !
Posted: Wed Nov 29, 2017 5:55 pm
by rocknrollkat
[color=#FF00BF]Hi RJ,
Hey, good to know about that 0 to 1 for automation, I'm just getting into that now, so knowing that will save a TON of headaches down the road !
I'll have to rework some of my DLLs now that I know this, but better now than later.
As you can see, the code is dead simple, so a rewrite is no problem, thanks for taking the time to reply !
All the best,
ROXY
[/color]
Re: Dead Center, Dead Simple !
Posted: Wed Nov 29, 2017 6:02 pm
by rocknrollkat
[quote="RJHollins"]Hi Roxy,
Anyway, I mod'd the RUBY code. Changed the INPUT to a float, and the conditions to 0.5 works !
RJ, could you 'up' your modded fsm file so I can see what you did to the Ruby code?
I'm new to Ruby so any info would help, thanks !
ROXY
Re: Dead Center, Dead Simple !
Posted: Wed Nov 29, 2017 8:07 pm
by RJHollins
sure thing.
Re: Dead Center, Dead Simple !
Posted: Wed Nov 29, 2017 9:10 pm
by rocknrollkat
RJHollins wrote:sure thing.
Thanks-a-plenty, RF !
I had no idea (forgot) how to convert to 'float', and also, Ruby wants "0.5" instead of just ".5" for the values.
Your mod cleared that up for me, thanks !
Catch you soon,
ROXY