Turning a hard drive into a turntable controller

If you require help or assistance with anything then please post here

Moderators: electrogear, exonerate

Re: Turning a hard drive into a turntable controller

Postby alphanimal on Mon Jul 30, 2012 2:17 pm

I made it with 1.x but I'm almost certain it runs on 2.x aswell...

I'll check

Cheers
alphanimal
essemer
 
Posts: 42
Joined: Mon Jun 01, 2009 12:57 am

Re: Turning a hard drive into a turntable controller

Postby alphanimal on Mon Jul 30, 2012 2:31 pm

I'm on FL SynthMaker 2.0.8 now and it works.

the current code looks like this:
Code: Select all
streamin length;
streamin l;
streamin r;
streamin playing;

streamout position;
streamout progress;
streamout tan;
streamout del;

float speed, level, sl, x, px, d, ds, p;

speed = 300;

x = r!=0 & (l/r);
d = x-px;
d = (d<5 & (d > -5)) & d;
ds = ds + (d - ds)/100;

tan = x/50;

level = (l*l+r*r);
sl = sl + (level - sl)/1000;

del = (sl) * speed * (1 - (ds<0)&2);

p = p + (playing!=0 & 1);

p = p + del;

p = p + (p<0) & length;
p = p - (p>length) & length;


position = p;
progress = p / length;

px = x;
alphanimal
essemer
 
Posts: 42
Joined: Mon Jun 01, 2009 12:57 am

Re: Turning a hard drive into a turntable controller

Postby alphanimal on Mon Jul 30, 2012 5:52 pm

Current version attached, just in case :)

(the zip contains an FL Studio project file)
Attachments
HDD_Scratcher_3.osm
(481.02 KiB) Downloaded 144 times
HDD Scratcher_3.zip
(488.22 KiB) Downloaded 170 times
alphanimal
essemer
 
Posts: 42
Joined: Mon Jun 01, 2009 12:57 am

Re: Turning a hard drive into a turntable controller

Postby philter5 on Wed Aug 01, 2012 6:34 pm

great alphaanimal thx a lot :love:
---Yes, a piece of software CAN be your best friend---
User avatar
philter5
smaniac
 
Posts: 1480
Joined: Thu Jan 04, 2007 7:52 pm
Location: Germany

Previous

Return to Help

Who is online

Users browsing this forum: Google [Bot] and 2 guests